public static Drilling CreateChamferedRectangleTransient( Project oProject, double dWidth, double dHeight, double dChamferLength, List<Placement3D> listOfAdditionalObjects )
public: static Drilling^ CreateChamferedRectangleTransient( Project^ oProject, double dWidth, double dHeight, double dChamferLength, 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.
- dChamferLength
- Length of the rectangle chamfer. Must be greater than 0 and smaller than half of the width and half of the height.
- listOfAdditionalObjects
- list, that will be filled by additional created objects. may be null
Return Value
The created Drilling.