Class ScalarTorqueBuilder
Inheritance
System.Object
System.MarshalByRefObject
ScalarTorqueBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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)
Assembly: NXOpen.dll
Syntax
public class ScalarTorqueBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
ScalarTorqueBuilder()
Declaration
protected ScalarTorqueBuilder()
Properties
ActionCsys
Declaration
public CoordinateSystem ActionCsys { get; set; }
Property Value
ActionLink
Declaration
public SelectLink ActionLink { get; }
Property Value
ActionPoint
Declaration
public Point ActionPoint { get; set; }
Property Value
ApplicationType
Declaration
public ScalarTorqueBuilder.AppType ApplicationType { get; set; }
Property Value
BaseCsys
Declaration
public CoordinateSystem BaseCsys { get; set; }
Property Value
BaseLink
Declaration
public SelectLink BaseLink { get; }
Property Value
BasePoint
Declaration
public Point BasePoint { get; set; }
Property Value
Direction
Declaration
public ScalarTorqueBuilder.DirectionType Direction { get; set; }
Property Value
Function
Declaration
public Function Function { get; set; }
Property Value
Joint
Declaration
public SelectJoint Joint { get; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Profile
Declaration
public SelectFieldData Profile { get; }
Property Value
TorqueType
Declaration
public ScalarTorqueBuilder.ScalarTorqueType TorqueType { get; set; }
Property Value
ValueExpression
Declaration
public Expression ValueExpression { get; }
Property Value
ValueType
Declaration
public ForceValueTypes ValueType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink