THIS API IS IN BETA AND THIS DOCUMENTATION IS INTENDED FOR BETA USERS ONLY
Client.DownloadBinaryAsSTEP method
Method downloads a binary geometry asset from an exchange using the binary pack download URL.
public int DownloadBinaryAsSTEP(string fileName, string downloadURL, int rangeStart, int rangeEnd)
parameter | description |
---|---|
fileName | Name of the resulting file. |
downloadURL | Binary pack URL. |
rangeStart | Start range for the binary pack. |
rangeEnd | End range for the binary pack. |
Return Value
The number of STEP models downloaded.
Remarks
This method only downloads and converts the binary from the provided binary pack URL and range. No additional data, such as transform or unit information, is provided.
See Also
- class Client
- namespace Autodesk.GeometryUtilities.SDK