Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / CopperBundle 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 (CopperBundle)
    In This Topic
    Sets the parent placement. Sets parent placement.
    Syntax
    public override void SetParent( 
       Placement3D pParent,
       bool bKeepAbsolutePosition
    )
    public:
    void SetParent( 
       Placement3D^ pParent,
       bool bKeepAbsolutePosition
    ) override 

    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