IPartIDAware Interface

Indicator interface that identifies geometries that can have part IDs.

Members

Name Description
Method DropPartIDs Unsets all part ID values without changing awareness. Only works if geometry is aware of part IDs.
Read/write property PartIDAware Indicates if this geometry is aware of part IDs.
Read-only property 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.