SurfaceGraphicsEdge Object


Description

The SurfaceGraphicsEdge represents an individual edge displayed by the SurfaceGraphics object.

Methods

Name Description
GetCustomLineType Method that returns information regarding the custom line type in use. The method returns a failure if the return value of the LineType property is not kCustomLineType.
SetCustomLineType Method that sets a custom line type to the curve from the specified .lin file. The method automatically changes the value of LineType property to kCustomLineType.

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.
Color
Edge Property that returns the Edge object associated with the SurfaceGraphicsEdge.
Index Property that returns the index of the SurfaceGraphicsEdge object within the SurfaceGraphicsEdgeList.
LineDefinitionSpace
LineScale
LineType Property that gets and sets the line type override. Setting the property to kDefaultLineType restores the default line type. If the property returns kCustomLineType, the GetCustomLineType method can be used to get further details about the line type.
LineWeight
Parent Property that returns the parent SurfaceGraphics object.
Selectable
Type Returns an ObjectTypeEnum indicating this object's type.

Accessed From

SurfaceGraphicsEdgeList.Item

Version

Introduced in version 2009