Class KinematicChain
Inheritance
System.Object
System.MarshalByRefObject
KinematicChain
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
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)
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
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
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