AddComponentGraphics |
Method that creates a new ComponentGraphics object based on the input ComponentDefinition. |
AddCurveGraphics |
Method that creates a new CurveGraphics graphic primitive. |
AddLineGraphics |
Method that creates a new LineGraphics graphic primitive. |
AddLineStripGraphics |
Method that creates a new LineStripGraphics graphic primitive. |
AddPointGraphics |
Method that creates a new PointGraphics graphic primitive. |
AddScalableTextGraphics |
Method that creates a new (scalable) TextGraphics graphic primitive. |
AddSurfaceGraphics |
Method that creates a new SurfaceGraphics object based on the input surface(s). |
AddTextGraphics |
Method that creates a new TextGraphics graphic primitive. |
AddTriangleFanGraphics |
Method that creates a new TriangleFanGraphics graphic primitive. |
AddTriangleGraphics |
Method that creates a new TriangleGraphics graphic primitive. |
AddTriangleStripGraphics |
Method that creates a new TriangleStripGraphics graphic primitive. |
ClearSlice |
Method that clears all the slicing applied to the graphics node. |
Copy |
Method that creates a copy of this . The copy has the same property values as the original, a duplicate of all of the graphics primitives, and the CustomRenderStyle has the same values. A new ID is generated for the copy. |
Delete |
Method that deletes the GraphicsNode. This also deletes all associated graphic primitives. |
AllowSliceCapping |
|
AllowSlicing |
|
Appearance |
|
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 |
|
ExcludedFromViewAll |
|
Id |
Property that returns the Id of the GraphicsNode. |
IsTransparentInPlaceEdit |
|
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 |
|
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. |