Search Results for

    Show / Hide Table of Contents

    Class KinematicComponentCollection

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObjectCollection
    KinematicComponentCollection
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    Inherited Members
    TaggedObjectCollection.GetEnumerator()
    TaggedObjectCollection.initialize()
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    System.MarshalByRefObject.CreateObjRef(System.Type)
    System.MarshalByRefObject.GetLifetimeService()
    System.MarshalByRefObject.InitializeLifetimeService()
    System.MarshalByRefObject.MemberwiseClone(System.Boolean)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ToString()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.SIM
    Assembly: NXOpen.dll
    Syntax
    public class KinematicComponentCollection : TaggedObjectCollection, IMessageSink, IEnumerable

    Constructors

    KinematicComponentCollection()

    Declaration
    protected KinematicComponentCollection()

    KinematicComponentCollection(KinematicConfigurator)

    Declaration
    protected KinematicComponentCollection(KinematicConfigurator owner)
    Parameters
    Type Name Description
    KinematicConfigurator owner

    Properties

    Tag

    Declaration
    public Tag Tag { get; }
    Property Value
    Type Description
    Tag

    Methods

    CreateComponentBuilder(KinematicComponent, KinematicComponent)

    Declaration
    public KinematicComponentBuilder CreateComponentBuilder(KinematicComponent parent, KinematicComponent comp)
    Parameters
    Type Name Description
    KinematicComponent parent
    KinematicComponent comp
    Returns
    Type Description
    KinematicComponentBuilder

    CreateFacingHeadBaseComponentBuilder(KinematicComponent)

    Declaration
    public KinematicComponentBuilder CreateFacingHeadBaseComponentBuilder(KinematicComponent head)
    Parameters
    Type Name Description
    KinematicComponent head
    Returns
    Type Description
    KinematicComponentBuilder

    CreateHeadBaseComponentBuilder(KinematicComponent)

    Declaration
    public KinematicComponentBuilder CreateHeadBaseComponentBuilder(KinematicComponent head)
    Parameters
    Type Name Description
    KinematicComponent head
    Returns
    Type Description
    KinematicComponentBuilder

    CreateMachineBaseComponentBuilder(KinematicComponent)

    Declaration
    public KinematicComponentBuilder CreateMachineBaseComponentBuilder(KinematicComponent machine)
    Parameters
    Type Name Description
    KinematicComponent machine
    Returns
    Type Description
    KinematicComponentBuilder

    CreateToolBaseComponentBuilder(KinematicComponent)

    Declaration
    public KinematicComponentBuilder CreateToolBaseComponentBuilder(KinematicComponent tool)
    Parameters
    Type Name Description
    KinematicComponent tool
    Returns
    Type Description
    KinematicComponentBuilder

    EnumerateMoveNext(ref Tag, Byte[])

    Declaration
    protected override int EnumerateMoveNext(ref Tag currentTag, byte[] state)
    Parameters
    Type Name Description
    Tag currentTag
    System.Byte[] state
    Returns
    Type Description
    System.Int32
    Overrides
    TaggedObjectCollection.EnumerateMoveNext(ref Tag, Byte[])

    FindObject(String)

    Declaration
    public KinematicComponent FindObject(string sid)
    Parameters
    Type Name Description
    System.String sid
    Returns
    Type Description
    KinematicComponent

    ToArray()

    Declaration
    public KinematicComponent[] ToArray()
    Returns
    Type Description
    KinematicComponent[]

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    System.Collections.IEnumerable
    In This Article
    Back to top Generated by DocFX