Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3DPropertyList Class / FUNCTION3D_EXCLUDE_FROM_COLLISION_CONTROL Property / FUNCTION3D_EXCLUDE_FROM_COLLISION_CONTROL Property

In This Topic
    FUNCTION3D_EXCLUDE_FROM_COLLISION_CONTROL Property
    In This Topic
    Exclude from collision check # 36111.
    Syntax
    public PropertyValue FUNCTION3D_EXCLUDE_FROM_COLLISION_CONTROL {get; set;}
    public:
    property PropertyValue^ FUNCTION3D_EXCLUDE_FROM_COLLISION_CONTROL {
       PropertyValue^ get();
       void set (    PropertyValue^ value);
    }

    Property Value

    Returns property value of type System.Boolean.
    Remarks

    This property is evaluated during the execution of the check run 026011, which checks collisions of part placements. If this property is activated for a part placement, the check run for this part placement does not output a message. This property does not affect the collision check, which you can activate and use in the layout space for placing and editing part placements.

    See Also