GraphicsNodeProxy.AddComponentGraphics Method
Parent Object: GraphicsNodeProxyDescription
Method that creates a new ComponentGraphics object based on the input ComponentDefinition.
Syntax
GraphicsNodeProxy.AddComponentGraphics( ComponentDefinition As ComponentDefinition ) As ComponentGraphicsParameters
Name | Type | Description |
ComponentDefinition | ComponentDefinition | Input ComponentDefinition object (either from a part or an assembly) to create the graphics from. |