API Help
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_OPENING_CHAMFER_OR_RADIUS Property / FUNCTION3D_OPENING_CHAMFER_OR_RADIUS(Int32) Property

In This Topic
    FUNCTION3D_OPENING_CHAMFER_OR_RADIUS(Int32) Property
    In This Topic
    Cut-out: Radius / Chamfer distance # 36023. This property isn't indexed, and is read-only.
    Syntax
    public PropertyValue FUNCTION3D_OPENING_CHAMFER_OR_RADIUS( 
       int index
    ) {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_OPENING_CHAMFER_OR_RADIUS {
       PropertyValue^ get(int index);
       void set (int index, PropertyValue^ value);
    }

    Parameters

    index

    Property Value

    Returns property value of type .
    Remarks

    This property is read-only..

    Radius and / or chamfer distance of the cut-out.

    See Also