Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / Place Method / Place(Placement3D) Method
Parent object under which component will be placed or InstallationSpace.

In This Topic
    Place(Placement3D) Method
    In This Topic
    Places unplaced Function3D on a layout space
    Syntax
    public bool Place( 
       Placement3D parent
    )
    public:
    bool Place( 
       Placement3D^ parent
    ) 

    Parameters

    Parameter NameDescription
    parentParent object under which component will be placed or InstallationSpace.

    Return Value

    True if a Function3D has been successfully placed.
    Remarks
    The method corresponds to placing function on a layout space like in the navigator '3D mounting layout->Place'. The Function3D should be created as a device. It uses 1st part reference. The length is taken from the part. There is no dimension checking. Its AbsoluteTransformationOfMacro matrix is set to identity.
    See Also