Class GeneralCouplerBuilder
Inheritance
GeneralCouplerBuilder
Assembly: NXOpen.dll
Syntax
public class GeneralCouplerBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
GeneralCouplerBuilder()
Declaration
protected GeneralCouplerBuilder()
Properties
Attachment
Declaration
public GeneralCouplerBuilder.AttachmentType Attachment { get; set; }
Property Value
FirstJoint
Declaration
public SelectJoint FirstJoint { get; }
Property Value
FirstScaleExpression
Declaration
public Expression FirstScaleExpression { get; }
Property Value
FirstType
Declaration
public GcouplerMovementTypes FirstType { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SecondJoint
Declaration
public SelectJoint SecondJoint { get; }
Property Value
SecondScaleExpression
Declaration
public Expression SecondScaleExpression { get; }
Property Value
SecondType
Declaration
public GcouplerMovementTypes SecondType { get; set; }
Property Value
ThirdJoint
Declaration
public SelectJoint ThirdJoint { get; }
Property Value
ThirdScaleExpression
Declaration
public Expression ThirdScaleExpression { get; }
Property Value
ThirdType
Declaration
public GcouplerMovementTypes ThirdType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink