Eplan Platform API
Eplan.EplApi.HEServices Namespace / Placement3DService Class / UpdatePartPlacement Method
Array of Placement3D that needs to be updated
Specifies whether a mesh should be updated also

In This Topic
    UpdatePartPlacement Method
    In This Topic
    Updates part placements
    Syntax
    public void UpdatePartPlacement( 
       Placement3D[] placements3D,
       bool bUpdateMesh
    )
    public:
    void UpdatePartPlacement( 
       array<Placement3D^>^ placements3D,
       bool bUpdateMesh
    ) 

    Parameters

    placements3D
    Array of Placement3D that needs to be updated
    bUpdateMesh
    Specifies whether a mesh should be updated also
    See Also