Delete |
Method that deletes the graphics primitive. |
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. |
GetTransformBehavior |
Returns the current view transformation settings (e.g. pixel scaling and front facing). |
GetViewSpaceAnchor |
Method that gets the anchor information of the graphics object. This method returns an error if the 'Anchored' property returns False. |
RemoveViewSpaceAnchor |
The RemoveViewSpaceAnchor method removes the view space anchor from the object, and sets the Anchored property to false. |
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. |
SetTransformBehavior |
Sets the view transformation settings (e.g. pixel scaling and front facing). |
SetViewSpaceAnchor |
Method that anchors the graphics object at the specified point in view space. The Anchored property is set to True. |
Anchored |
Property that indicates whether this graphics primitive is anchored in view space. This property can only be set to False. The Anchored property is automatically set to True by the SetViewSpaceAnchor method. |
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. |
BurnThrough |
Read-write property that specifies whether or not graphics are always visible even if they are blocked by other objects. |
ColorBinding |
Gets and sets how colors are defined for the line. |
ColorIndexSet |
Gets and sets the GraphicsIndexSet that defines the indices within the GraphicsColorSet to use. |
ColorSet |
Gets and sets the GraphicsColorSet associated with the set. |
CoordinateIndexSet |
Gets and sets the GraphicsCoordinateIndexSet that defines the indices within the coordinate set to use for the lines of the set. |
CoordinateSet |
Gets and sets the GraphicsCoordinateSet associated with the set. |
DepthPriority |
Read-write property that allows you to specify a display priority to the line graphics. |
Id |
Read-only property that returns the Id of the object. |
LineDefinitionSpace |
Gets and sets the LineDefinitionSpace applied to this line graphics. |
LineScale |
Gets and sets the LineScale applied to this line graphics. |
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 |
Gets and sets the LineWeight applied to this line graphics. |
Parent |
Property that returns the parent object from whom this object can logically be reached. |
RangeBox |
Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |