Search Results for

    Show / Hide Table of Contents

    Class ComponentPart

    Inheritance
    object
    RuntimeObject
    ComponentPart
    Inherited Members
    RuntimeObject.m_pItem
    RuntimeObject.Dispose()
    RuntimeObject.AskAssembly()
    RuntimeObject.GetPhysicsObject()
    RuntimeObject.GetStringValue(int)
    RuntimeObject.SetStringValue(int, string)
    RuntimeObject.GetBoolArrayValue(int)
    RuntimeObject.SetBoolArrayValue(int, bool[])
    RuntimeObject.GetIntArrayValue(int)
    RuntimeObject.SetIntArrayValue(int, int[])
    RuntimeObject.GetDoubleArrayValue(int)
    RuntimeObject.SetDoubleArrayValue(int, double[])
    RuntimeObject.GetStringArrayValue(int)
    RuntimeObject.SetStringArrayValue(int, string[])
    RuntimeObject.Active
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: NXOpen
    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
    Type Description
    int

    Parts

    Declaration
    public RuntimeObject[] Parts { get; }
    Property Value
    Type Description
    RuntimeObject[]

    Methods

    ActivateAll(bool)

    Declaration
    public void ActivateAll(bool bActive)
    Parameters
    Type Name Description
    bool bActive

    Copy()

    Declaration
    public ComponentPart Copy()
    Returns
    Type Description
    ComponentPart
    In this article
    Back to top Generated by DocFX