Search Results for

    Show / Hide Table of Contents

    Class KinematicChain

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    KinematicChain
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    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.ReferenceEquals(System.Object, System.Object)
    Namespace: NXOpen.SIM
    Assembly: NXOpen.dll
    Syntax
    public class KinematicChain : Builder, IMessageSink, IComponentBuilder

    Constructors

    KinematicChain()

    Declaration
    protected KinematicChain()

    Properties

    Axial

    Declaration
    public string Axial { get; set; }
    Property Value
    Type Description
    System.String

    CoordinateAxes

    Declaration
    public string CoordinateAxes { get; set; }
    Property Value
    Type Description
    System.String

    CoordinatePlane

    Declaration
    public KinematicChain.CoordinatePlaneTypes CoordinatePlane { get; set; }
    Property Value
    Type Description
    KinematicChain.CoordinatePlaneTypes

    Device

    Declaration
    public string Device { get; set; }
    Property Value
    Type Description
    System.String

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Radial

    Declaration
    public string Radial { get; set; }
    Property Value
    Type Description
    System.String

    ReferencePointJunction

    Declaration
    public string ReferencePointJunction { get; set; }
    Property Value
    Type Description
    System.String

    Rotary1

    Declaration
    public string Rotary1 { get; set; }
    Property Value
    Type Description
    System.String

    Rotary2

    Declaration
    public string Rotary2 { get; set; }
    Property Value
    Type Description
    System.String

    Rotary3

    Declaration
    public string Rotary3 { get; set; }
    Property Value
    Type Description
    System.String

    Rotary4

    Declaration
    public string Rotary4 { get; set; }
    Property Value
    Type Description
    System.String

    Rotary5

    Declaration
    public string Rotary5 { get; set; }
    Property Value
    Type Description
    System.String

    Rotary6

    Declaration
    public string Rotary6 { get; set; }
    Property Value
    Type Description
    System.String

    Setup

    Declaration
    public string Setup { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Declaration
    public KinematicChain.Types Type { get; set; }
    Property Value
    Type Description
    KinematicChain.Types

    X

    Declaration
    public string X { get; set; }
    Property Value
    Type Description
    System.String

    Y

    Declaration
    public string Y { get; set; }
    Property Value
    Type Description
    System.String

    Z

    Declaration
    public string Z { get; set; }
    Property Value
    Type Description
    System.String

    Implements

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