Class LinkCouplerBuilder
Inheritance
System.Object
System.MarshalByRefObject
LinkCouplerBuilder
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)
Namespace: NXOpen.Motion
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
Type | Description |
---|---|
MotionFunction |
CurveProfile
Declaration
public SelectFieldData CurveProfile { get; }
Property Value
Type | Description |
---|---|
SelectFieldData |
CurveType
Declaration
public LinkCouplerBuilder.CurveChoices CurveType { get; set; }
Property Value
Type | Description |
---|---|
LinkCouplerBuilder.CurveChoices |
FirstCouple
Declaration
public LinkCouplerCoupleBuilder FirstCouple { get; }
Property Value
Type | Description |
---|---|
LinkCouplerCoupleBuilder |
Method
Declaration
public LinkCouplerBuilder.MethodChoices Method { get; set; }
Property Value
Type | Description |
---|---|
LinkCouplerBuilder.MethodChoices |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SecondCouple
Declaration
public LinkCouplerCoupleBuilder SecondCouple { get; }
Property Value
Type | Description |
---|---|
LinkCouplerCoupleBuilder |
Type
Declaration
public LinkCouplerBuilder.TypeChoices Type { get; set; }
Property Value
Type | Description |
---|---|
LinkCouplerBuilder.TypeChoices |
Implements
System.Runtime.Remoting.Messaging.IMessageSink