public static Drilling CreateRectangle( Project oProject, double dWidth, double dHeight, List<Placement3D> listOfAdditionalObjects )
public: static Drilling^ CreateRectangle( Project^ oProject, double dWidth, double dHeight, List<Placement3D^>^ listOfAdditionalObjects )
Parameters
- oProject
- dWidth
- Width of the drilling. Must be greater than 0.
- dHeight
- Height of the drilling. Must be greater than 0.
- listOfAdditionalObjects
- list, that will be filled by additional created objects. may be null
Return Value
The created Drilling.