Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / Place Method / Place(Placement3D,List<Placement3D>,Double,Boolean) Method
Parent object under which component will be placed or InstallationSpace.
List, that will be filled with additionally created objects. Can be null
Length (in case of dust, mounting rail, etc). Please use value -1.0 to set the length from a part.
Check dimensions or not during placing.

In This Topic
    Place(Placement3D,List<Placement3D>,Double,Boolean) Method
    In This Topic
    Places unplaced Function3D on a layout space
    Syntax

    Parameters

    Parameter NameDescription
    parentParent object under which component will be placed or InstallationSpace.
    listOfAdditionalObjectsList, that will be filled with additionally created objects. Can be null
    lengthLength (in case of dust, mounting rail, etc). Please use value -1.0 to set the length from a part.
    checkCollisionCheck dimensions or not during placing.

    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. Its AbsoluteTransformationOfMacro matrix is set to identity.
    See Also