public bool Place( Placement3D parent, List<Placement3D> listOfAdditionalObjects, double length, bool checkCollision )
public: bool Place( Placement3D^ parent, List<Placement3D^>^ listOfAdditionalObjects, double length, bool checkCollision )
Parameters
| Parameter Name | Description |
|---|---|
| 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. |
| checkCollision | Check dimensions or not during placing. |
Return Value
True if a Function3D has been successfully placed.