public static Function3D[] PlaceAssembly( ArticleReference articleReference, Placement3D parent, List<Placement3D> listOfAdditionalObjects, double length )
public: static array<Function3D^>^ PlaceAssembly( ArticleReference^ articleReference, Placement3D^ parent, List<Placement3D^>^ listOfAdditionalObjects, double length )
Parameters
| Parameter Name | Description |
|---|---|
| articleReference | Part reference that is used for placing component |
| parent | Parent object under which component will be placed or InstallationSpace. |
| listOfAdditionalObjects | List, that will be filled with additionally created objects. Can be null |
| length | Length (in case of dust, mounting rail, etc). Please use value -1.0 to set the length from a part. |
Return Value
Returns newly placed part placement