Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Function3D Class / Place Method / Place(ArticleReference,Placement3D,List<Placement3D>,Double,Boolean) Method
Part reference that is used for placing component
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.
Checks for collision during placing.

In This Topic
    Place(ArticleReference,Placement3D,List<Placement3D>,Double,Boolean) Method
    In This Topic
    Creates a new part placement
    Syntax

    Parameters

    Parameter NameDescription
    articleReferencePart reference that is used for placing component
    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.
    checkCollisionChecks for collision during placing.

    Return Value

    Returns newly placed part placement
    Remarks
    The method corresponds to placing an article reference on a layout space like in the navigator '3D mounting layout->Place'. Its AbsoluteTransformationOfMacro matrix is set to identity. The method should be used after creating device in a project which has a 3-d representation.
    See Also