BrepEntitySubentityPath
Property
|
Property that represents the full subentity
path of this entity object. A FullSubentityPath object consists of
a SubentId object and an ordered array of Object IDs. The SubentId
consists the index and subentType of the object. The array of
Object IDs defines the path to the subentity from the outermost
entity to the entity containing the subentity.
Namespace: Teigha.BoundaryRepresentation
Assembly: TD_MgdBrep (in TD_MgdBrep.dll)
Version: 0.0.0.0
Syntax
public FullSubentityPath SubentityPath { get; }
Public ReadOnly Property SubentityPath As FullSubentityPath
Get
public:
property FullSubentityPath SubentityPath {
FullSubentityPath get ();
}
member SubentityPath : FullSubentityPath with get
Property Value
FullSubentityPath
See Also