Placements3DToStep(IEnumerable<Placement3D>,String,String,Boolean) Method
In This Topic
Exports given article placements to files in STEP format.
Syntax
Parameters
| Parameter Name | Description |
|---|
| listPlacements3D | Collection of placements which will be exported. Can not be NULL or empty. |
| strTargetDirectory | Directory to which files will be written. If the folder does not exist, it will be created. If the user does not have the necessary rights to access the file system, an exception will be thrown. Can not be NULL or empty. |
| strScheme | Scheme used to export placements 3d. |
| includeChildren | Include children placements |
Exceptions
See Also