Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Group3D Class / Create Method
3D placements that form the 3D group.

In This Topic
    Create Method (Group3D)
    In This Topic
    Creates a new Group3D object.
    Syntax
    public void Create( 
       Placement3D[] placement3Ds
    )
    public:
    void Create( 
       array<Placement3D^>^ placement3Ds
    ) 

    Parameters

    placement3Ds
    3D placements that form the 3D group.
    Exceptions
    ExceptionDescription
    Thrown when the number of 3D placements is less than two.
    See Also