Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Placement3D Class / IsMeshCreated Property

In This Topic
IsMeshCreated Property
In This Topic
Returns true if a mesh is created for this objects and assigned for it.
Syntax
public bool IsMeshCreated {get;}
Remarks
Objects without a mesh represents a logical instance and no collision will be reported for them. To check if object collides then its parent or all its children which have mesh should be checked.
See Also