| Name | Description |
| Add | Method that specifies additional faces to be displayed. |
| Clear | Method that removes all the faces from the list. No faces will be displayed after the method is called. |
| Remove | Method that removes a face from the list. The face will no longer be displayed. |
| Name | Description |
| Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| Count | Property that returns the number of SurfaceGraphicsFace objects in the list. |
| Item | Returns a SurfaeGraphicsFace object. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |