Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / SetParent Method
Parent placement
If set to TRUE, the absolute position is maintained.
If set to FALSE, the absolute position will be changed because Placement3D stores the position relative to his parent.

In This Topic
    SetParent Method (Placement3D)
    In This Topic
    Sets the parent placement. Sets parent placement.
    Syntax
    public virtual void SetParent( 
       Placement3D pParent,
       bool bKeepAbsolutePosition
    )
    public:
    virtual void SetParent( 
       Placement3D^ pParent,
       bool bKeepAbsolutePosition
    ) 

    Parameters

    Parameter NameDescription
    pParentParent placement
    bKeepAbsolutePositionIf set to TRUE, the absolute position is maintained.
    If set to FALSE, the absolute position will be changed because Placement3D stores the position relative to his parent.
    See Also