Share

SurfaceGraphicsEdgeList Object


Description

The SurfaceGraphicsEdgeList object contains a list of edges currently displayed by a SurfaceGraphics primitive and allows you to add edges to the list.

Methods

Name Description
Add Method that specifies additional edges to be displayed.
Clear Method that removes all the edges from the list. No edges will be displayed after the method is called.
Remove Method that removes a edge from the list. The edge will no longer be displayed.

Properties

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 SurfaceGraphicsEdge objects in the list.
Item Returns a SurfaeGraphicsEdge object.
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

ComponentGraphics.DisplayedEdges, SurfaceGraphics.DisplayedEdges

Version

Introduced in version 2009

Was this information helpful?