Class KinematicChain
Inheritance
KinematicChain
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
CoordinateAxes
Declaration
public string CoordinateAxes { get; set; }
Property Value
CoordinatePlane
Declaration
public KinematicChain.CoordinatePlaneTypes CoordinatePlane { get; set; }
Property Value
Device
Declaration
public string Device { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Radial
Declaration
public string Radial { get; set; }
Property Value
ReferencePointJunction
Declaration
public string ReferencePointJunction { get; set; }
Property Value
Rotary1
Declaration
public string Rotary1 { get; set; }
Property Value
Rotary2
Declaration
public string Rotary2 { get; set; }
Property Value
Rotary3
Declaration
public string Rotary3 { get; set; }
Property Value
Rotary4
Declaration
public string Rotary4 { get; set; }
Property Value
Rotary5
Declaration
public string Rotary5 { get; set; }
Property Value
Rotary6
Declaration
public string Rotary6 { get; set; }
Property Value
Setup
Declaration
public string Setup { get; set; }
Property Value
Type
Declaration
public KinematicChain.Types Type { get; set; }
Property Value
X
Declaration
public string X { get; set; }
Property Value
Y
Declaration
public string Y { get; set; }
Property Value
Z
Declaration
public string Z { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink