Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / UnGroup Method / UnGroup(Placement3D) Method
3D placement removed from the 3D group.

In This Topic
    UnGroup(Placement3D) Method
    In This Topic
    Removes Placement3D only from the 3D group.
    Syntax
    public void UnGroup( 
       Placement3D placement3D
    )
    public:
    void UnGroup( 
       Placement3D^ placement3D
    ) 

    Parameters

    placement3D
    3D placement removed from the 3D group.
    See Also