RemoveFace (Object)

Represents the Remove Face operation.
It removes a face or a set of faces.

Properties


Property KeepFace( iKeepFace) (Write Only)
Adds a new face to be Kept.
Parameters:
iKeepFace
The new face to process
The following object is supported: .
Property KeepFaces() As (Read Only)
Get the specified faces to be kept.
Property Propagation() As (Read Only)
Get the faces that will be removed.
Property RemoveFace( iRemoveFace) (Write Only)
Adds a new face to be removed.
Parameters:
iRemoveFace
The new face to process
The following object is supported: .
Property RemoveFaces() As (Read Only)
Get the specified faces to be removed.

Methods


Sub remove_KeepFace( iKeepFace)
Removes a face to be Kept.
Parameters:
iKeepFace
The new face to process
The following object is supported: .
Sub remove_RemoveFace( iRemoveFace)
Removes a face to be removed.
Parameters:
iRemoveFace
The new face to process
The following object is supported: .