SurfaceGraphicsEdgeList.Add Method
Parent Object: SurfaceGraphicsEdgeListDescription
Method that specifies additional edges to be displayed.
Syntax
SurfaceGraphicsEdgeList.Add( Edges As Object )Parameters
Name | Type | Description |
Edges | Object | Input object that defines the additional edges to display. This can be one of the following: Edge, Edge or a EdgeCollection object. The edges provided must belong to the SurfaceBody associated with the SurfaceGraphics, else an error will occur. |