AllowSliceCapping |
Specifies that whether this graphics node will display a cap or not when sliced. |
AllowSlicing |
Specifies that the node participates in slicing of client graphics. |
Appearance |
Gets and sets the appearance asset associated with the graphics node. |
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. |
ContainingOccurrence |
Property that returns the ComponentOccurrence that the native object is being referenced through. The returned occurrence is the containing occurrence. |
Count |
Property that returns the number of graphic primitive objects associated with this GraphicsNode object. |
DisplayName |
Read-write Property that gets and sets display name of this graphics node. |
ExcludedFromViewAll |
Specifies that the node is not considered when doing a view all. |
Id |
Property that returns the Id of the GraphicsNode. |
IsTransparentInPlaceEdit |
Read-write Property that gets and sets transparency behavior of this graphics node in inactive mode. |
Item |
Returns the specified graphic entity from the collection. |
ItemById |
Returns the specified GraphicsPrimitive from the collection using its Id as index. |
NativeObject |
Gets the object in the context of the definition instead of the containing assembly. |
OverrideOpacity |
Override Opacity that controls the transparencty of the node. |
Parent |
Property that returns the object this graphics node belongs to. |
RangeBox |
Property that returns a Box object which contains the opposing points of a rectangular box that is guaranteed to enclose this object. |
Selectable |
Property that specifies whether the GraphicsNode object can be selected when the Select command is running in Inventor. |
Transformation |
Property that gets and sets the transformation of the GraphicsNode. |
Type |
Returns an ObjectTypeEnum indicating this object's type. |
Visible |
Read-write property that gets and sets whether the GraphicsNode is visible or not. |
VisibleInActiveEditObject |
Read-write property that gets and sets whether this graphics node is visible when the containing object is not the active edit object. A value of True indicates that this node is visible only when the containing object is activated. The value of this property is ignored if the Visible property on GraphicsNode is False. |
VisibleInViews |
Property that returns a object containing the Views that this graphics node is visible in. If there are no views in the list, the node is visible in all views. Views may be added or removed from the list. This property is ignored if the Visible property on GraphicsNode is False. |