Class ComponentPart
Inheritance
ComponentPart
Assembly: NXOpen.Utilities.dll
Syntax
public class ComponentPart : RuntimeObject
Constructors
ComponentPart(nint)
Declaration
protected ComponentPart(nint pItem)
Parameters
Type |
Name |
Description |
nint |
pItem |
|
Properties
NumParts
Declaration
public int NumParts { get; }
Property Value
Parts
Declaration
public RuntimeObject[] Parts { get; }
Property Value
Methods
ActivateAll(bool)
Declaration
public void ActivateAll(bool bActive)
Parameters
Type |
Name |
Description |
bool |
bActive |
|
Copy()
Declaration
public ComponentPart Copy()
Returns