Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateChamferedRectangle Method / CreateChamferedRectangle(Project,Double,Double,Double,List<Placement3D>) Method
Width of the drilling. Must be greater than 0.
Height of the drilling. Must be greater than 0.
Length of the rectangle chamfer. 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
    CreateChamferedRectangle(Project,Double,Double,Double,List<Placement3D>) Method
    In This Topic
    Creates new chamfer rectangle drilling in project.
    Syntax

    Parameters

    Parameter NameDescription
    oProject
    dWidthWidth of the drilling. Must be greater than 0.
    dHeightHeight of the drilling. Must be greater than 0.
    dChamferLengthLength of the rectangle chamfer. Must be greater than 0 and smaller than half of the width and half of the height.
    listOfAdditionalObjectslist, 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