API Help
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateRoundedRectangle Method / CreateRoundedRectangle(Project,Double,Double,Double,List<Placement3D>) Method
Width of the drilling. Must be greater then 0.
Height of the drilling. Must be greater then 0.
Diameter of the rectangle roundings. Must be greater then 0.
list, that will be filled by additional created objects. may be null

CreateRoundedRectangle(Project,Double,Double,Double,List<Placement3D>) Method
Creates new rounded rectangle drilling in project.
Syntax

Parameters

oProject
dWidth
Width of the drilling. Must be greater then 0.
dHeight
Height of the drilling. Must be greater then 0.
dDiameter
Diameter of the rectangle roundings. Must be greater then 0.
listOfAdditionalObjects
list, that will be filled by additional created objects. may be null

Return Value

The created Drilling.
Exceptions
ExceptionDescription
Thrown when the Drilling has already been created.
Thrown if parameter pInstallationSpace is null.
Thrown if size parameter isn't grater then 0.
See Also