Class ScalarForceBuilder
Inheritance
System.Object
System.MarshalByRefObject
ScalarForceBuilder
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 ScalarForceBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
ScalarForceBuilder()
Declaration
protected ScalarForceBuilder()
Properties
ActionCsys
Declaration
public CoordinateSystem ActionCsys { get; set; }
Property Value
ActionCsysOvrCtrl
Declaration
public ParamOverrideState ActionCsysOvrCtrl { get; set; }
Property Value
ActionLink
Declaration
public SelectLink ActionLink { get; }
Property Value
ActionLinkOvrCtrl
Declaration
public ParamOverrideState ActionLinkOvrCtrl { get; set; }
Property Value
ActionPoint
Declaration
public Point ActionPoint { get; set; }
Property Value
ActionPointOvrCtrl
Declaration
public ParamOverrideState ActionPointOvrCtrl { get; set; }
Property Value
Apptype
Declaration
public ScalarForceBuilder.ApplyType Apptype { get; set; }
Property Value
Direction
Declaration
public ScalarForceBuilder.DirectionType Direction { get; set; }
Property Value
Function
Declaration
public Function Function { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Profile
Declaration
public SelectFieldData Profile { get; }
Property Value
ReactionCsys
Declaration
public CoordinateSystem ReactionCsys { get; set; }
Property Value
ReactionCsysOvrCtrl
Declaration
public ParamOverrideState ReactionCsysOvrCtrl { get; set; }
Property Value
ReactionLink
Declaration
public SelectLink ReactionLink { get; }
Property Value
ReactionLinkOvrCtrl
Declaration
public ParamOverrideState ReactionLinkOvrCtrl { get; set; }
Property Value
ReactionPoint
Declaration
public Point ReactionPoint { get; set; }
Property Value
ReactionPointOvrCtrl
Declaration
public ParamOverrideState ReactionPointOvrCtrl { 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