Class ChainJointBuilder
Inheritance
ChainJointBuilder
Assembly: NXOpen.dll
Syntax
public class ChainJointBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
ChainJointBuilder()
Declaration
protected ChainJointBuilder()
Properties
AnchorPointSecond
Declaration
public Point AnchorPointSecond { get; set; }
Property Value
AngularLowerLimit
Declaration
public Expression AngularLowerLimit { get; }
Property Value
AngularUpperLimit
Declaration
public Expression AngularUpperLimit { get; }
Property Value
BaseAnchorPoint
Declaration
public Point BaseAnchorPoint { get; set; }
Property Value
BaseAxisVector
Declaration
public Direction BaseAxisVector { get; set; }
Property Value
EnableAngularLowerLimit
Declaration
public bool EnableAngularLowerLimit { get; set; }
Property Value
EnableAngularUpperLimit
Declaration
public bool EnableAngularUpperLimit { get; set; }
Property Value
EnableSecondAnchor
Declaration
public bool EnableSecondAnchor { get; set; }
Property Value
Geometry
Declaration
public SelectNXObjectList Geometry { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
StartAngle
Declaration
public Expression StartAngle { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink