Class LinkCouplerBuilder
Inheritance
LinkCouplerBuilder
Assembly: NXOpen.dll
Syntax
public class LinkCouplerBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
LinkCouplerBuilder()
Declaration
protected LinkCouplerBuilder()
Properties
Curve
Declaration
public MotionFunction Curve { get; set; }
Property Value
CurveProfile
Declaration
public SelectFieldData CurveProfile { get; }
Property Value
CurveType
Declaration
public LinkCouplerBuilder.CurveChoices CurveType { get; set; }
Property Value
FirstCouple
Declaration
public LinkCouplerCoupleBuilder FirstCouple { get; }
Property Value
Method
Declaration
public LinkCouplerBuilder.MethodChoices Method { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
SecondCouple
Declaration
public LinkCouplerCoupleBuilder SecondCouple { get; }
Property Value
Type
Declaration
public LinkCouplerBuilder.TypeChoices Type { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink