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 |
Method that gets the current transform behavior of the graphic object. |
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 |
Method that sets the transform behavior of the graphic object. |
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 |
|
Color |
|
Curve |
|
CurveType |
Property that returns the type of the underlying curve geometry that defines this curve. |
DepthPriority |
|
Id |
Read-only property that returns the Id of the object. |
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 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. |