Indicator interface that identifies geometries that can have part IDs.
Members
Name | Description | |
---|---|---|
DropPartIDs | Unsets all part ID values without changing awareness. Only works if geometry is aware of part IDs. | |
PartIDAware | Indicates if this geometry is aware of part IDs. | |
PartIDSimple | Indicates if all part ID values for this geometry are well-defined. Only works if geometry is aware of part IDs. |
IPartIDAware.DropPartIDs Method
Unsets all part ID values without changing awareness. Only works if geometry is aware of part IDs.
Public Sub DropPartIDs ( _
)
public void DropPartIDs (
);
IPartIDAware.PartIDAware Property
Indicates if this geometry is aware of part IDs.
Public Property PartIDAware As Boolean
public bool PartIDAware {get; set;}
IPartIDAware.PartIDSimple Property
Indicates if all part ID values for this geometry are well-defined. Only works if geometry is aware of part IDs.
Public ReadOnly Property PartIDSimple As Boolean
public bool PartIDSimple {get;}
Classes that implement IPartIDAware
Classes | Description |
---|