Share

SurfaceGraphicsFaceList Object


Description

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

Methods

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.

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

Accessed From

ComponentGraphics.DisplayedFaces, SurfaceGraphics.DisplayedFaces

Version

Introduced in version 2009

Was this information helpful?