SurfaceGraphicsFaceList.Add Method
Parent Object: SurfaceGraphicsFaceListDescription
Method that specifies additional faces to be displayed.
Syntax
SurfaceGraphicsFaceList.Add( Faces As Object )Parameters
Name | Type | Description |
Faces | Object | Input object that defines the additional faces to display. This can be one of the following: Face, Faces or a FaceCollection object. The faces provided must belong to the SurfaceBody associated with the SurfaceGraphics, else an error will occur. |