Class ScalarForceBuilder
Inheritance
System.Object
System.MarshalByRefObject
ScalarForceBuilder
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 ScalarForceBuilder : MotionBuilder, IMessageSink, IComponentBuilder
Constructors
ScalarForceBuilder()
Declaration
protected ScalarForceBuilder()
Properties
ActionCsys
Declaration
public CoordinateSystem ActionCsys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
ActionLink
Declaration
public SelectLink ActionLink { get; }
Property Value
Type | Description |
---|---|
SelectLink |
ActionPoint
Declaration
public Point ActionPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
Applicationtype
Declaration
public ScalarForceBuilder.ApplicationType Applicationtype { get; set; }
Property Value
Type | Description |
---|---|
ScalarForceBuilder.ApplicationType |
Direction
Declaration
public ScalarForceBuilder.DirectionType Direction { get; set; }
Property Value
Type | Description |
---|---|
ScalarForceBuilder.DirectionType |
Function
Declaration
public Function Function { get; set; }
Property Value
Type | Description |
---|---|
Function |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Profile
Declaration
public SelectFieldData Profile { get; }
Property Value
Type | Description |
---|---|
SelectFieldData |
ReactionCsys
Declaration
public CoordinateSystem ReactionCsys { get; set; }
Property Value
Type | Description |
---|---|
CoordinateSystem |
ReactionLink
Declaration
public SelectLink ReactionLink { get; }
Property Value
Type | Description |
---|---|
SelectLink |
ReactionPoint
Declaration
public Point ReactionPoint { get; set; }
Property Value
Type | Description |
---|---|
Point |
ValueExpression
Declaration
public Expression ValueExpression { get; }
Property Value
Type | Description |
---|---|
Expression |
ValueType
Declaration
public ForceValueTypes ValueType { get; set; }
Property Value
Type | Description |
---|---|
ForceValueTypes |
Implements
System.Runtime.Remoting.Messaging.IMessageSink