Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class
Properties Methods

In This Topic
    Placement3D Class Members
    In This Topic

    The following tables list the members exposed by Placement3D.

    Public Constructors
     NameDescription
    Public ConstructorDefault constructor.  
    Top
    Public Properties
     NameDescription
    Public PropertyAbsolute position and rotation represented by transformation matrix.  
    Public PropertyAbsolute position and rotation represented by transformation matrix where transformation of macro is considered.  
    Public PropertyDetermines if connection point data are saved locally at the part placement.  
    Public PropertyReturns all children of this object.  
    Public PropertyColor of 3D Placement  
    Public PropertyAll existing 3d connections whose beginning or end is this placement.  
    Public PropertyArray of connection points data.  
    Public PropertyRepresents coordinates of corners  
    Public PropertyReturns an array of objects cross-referenced with this object (i.e. having the same name - in case of functions - or otherwise associated) (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyReturns the project as number. The number is unique for all open projects in one session. The number changes when the project is closed and opened again. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyReturns the Eplan.EplApi.DataModel.FunctionDefinition of the Placement3D.  
    Public PropertyReturns InstallationSpace in which this object exists.  
    Public PropertyIndicates whether object is currently hidden in 3D editor view.  
    Public Property

    Determines if the the StorableObject is locked.

    The StorableObject is locked when it was explicitly or implicitly locked.

    (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyReturns true if a mesh is created for this objects and assigned for it.  
    Public PropertyReturns true if the placement is placed.  
    Public PropertyDetermines if StorableObject is read-only (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public Property

    Determines if the the StorableObject is transient.

    The StorableObject is transient when it was created by default constructor and:

    it is a Eplan.EplApi.DataModel.Page and it was not assigned a Eplan.EplApi.DataModel.Project,

    it is a Eplan.EplApi.DataModel.Placement or any class derived from it and was not assigned a Eplan.EplApi.DataModel.Page.

    (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyDetermines if StorableObject is correct database object and is not deleted. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyReturns the Eplan.EplApi.DataModel.Graphics.GraphicalLayer of the Placement3D.  
    Public PropertyReturns the object identifier as number. The number is unique for all objects of this type. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyGets or Sets parent placement. Caution: The Change of the parent will also change the absolute position because Placement3D stores the position relative to his parent  
    Public PropertyRepresents placement area of a Placement3D.  
    Public PropertyReturns children of this object which are Plane.  
    Public PropertyReturns the project the StorableObject belongs to. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public Property.NET Property enabling access to EPLAN properties of the Placement3D object.  
    Public PropertyReturns PropertyPlacementsSchemas assigned to this Placement3D.  
    Public PropertyReturns PropertyPlacementsSchemas assigned to this SymbolReference.  
    Public PropertyPosition and rotation relative to the parent placement represented by transformation matrix.  
    Public PropertyRelative position and rotation represented by transformation matrix where transformation of macro is considered.  
    Public PropertyGets the root 3d placement from tree of 3d elements which this object is part of.  
    Public PropertyReturns the type of the object as number. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public PropertyReturn true if the instance uses the local property instances, otherwise it uses the ones of the variant.  
    Top
    Public Methods
     NameDescription
    Public MethodCreates new connection point position.  
    Public MethodAdd copy of a mate to a Placement3D.  
    Public Methodstatic (Shared in Visual Basic)Overloaded. Copy 3D Placement Placement3D and its children will be copied into the same Project as newParent Then parent of the copy will be set to newParent new parent of copy  
    Public MethodDestructor for deterministic finalization of Placement3D object. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public MethodOperator of comparison implementation. Checks if two StorableObjects refer to the same object in the project. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public MethodFind source mate by name.  
    Public MethodFind target mate by name.  
    Public MethodReturns bounding box of a Placement3D.  
    Public MethodReturns relative bounding box of a Placement3D.  
    Public MethodServes as the default hash function. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public MethodGet array of all source mates from this object.  
    Public MethodGet array of all target mates from this object.  
    Public MethodReturns object type name. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public MethodTries to lock current object in database for exclusive access. Throws Eplan.EplApi.Base.LockingException on failure. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public MethodMove this object.  
    Public MethodMove this object relative to its parent.  
    Public MethodRemoves object from project and all its children.  
    Public MethodRemoves connection point data stored under given index.  
    Public MethodRemoves object and all its children only from layout space.  
    Public MethodSets parent placement. Sets parent placement.  
    Public MethodTries to lock current object. If object is Eplan.EplApi.DataModel.Placement - it's page will be locked as well; Placement3D locks it's installation space; Eplan.EplApi.DataModel.Function locks all it's connections and connection definition points; Eplan.EplApi.DataModel.Page locks all placements from this page. Throws Eplan.EplApi.Base.LockingException on failure. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Public MethodStores data from connection point position in function under given index.  
    Public MethodCopies or removes all local ProperyPlacemnets and sets flag  
    Public MethodReturns this object as string identifier. (Inherited from Eplan.EplApi.DataModel.StorableObject)
    Top
    See Also