API Help
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateRoundedRectangleTransient Method
Width of the drilling. Must be greater than 0.
Height of the drilling. Must be greater than 0.
Diameter of the rectangle roundings. Must be greater than 0 and smaller than half of the width and half of the height.
list, that will be filled by additional created objects. may be null

In This Topic
    CreateRoundedRectangleTransient Method
    In This Topic
    Creates new transient rounded rectangle drilling.
    Syntax

    Parameters

    oProject
    dWidth
    Width of the drilling. Must be greater than 0.
    dHeight
    Height of the drilling. Must be greater than 0.
    dDiameter
    Diameter of the rectangle roundings. 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.
    Exceptions
    ExceptionDescription
    Thrown when the Drilling has already been created.
    Thrown if parameter pInstallationSpace is null.
    Thrown if size parameter isn't grater than 0 or value is invalid.
    See Also