Class SpringBuilder
Inheritance
System.Object
System.MarshalByRefObject
SpringBuilder
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 SpringBuilder : ConnectorBuilder, IMessageSink, IComponentBuilder
Constructors
SpringBuilder()
Declaration
protected SpringBuilder()
Properties
ActuatorCurveProfile
Declaration
public SelectFieldData ActuatorCurveProfile { get; }
Property Value
ActuatorForceExpression
Declaration
public Expression ActuatorForceExpression { get; }
Property Value
ActuatorFunction
Declaration
public Function ActuatorFunction { get; set; }
Property Value
ActuatorMomentExpression
Declaration
public Expression ActuatorMomentExpression { get; }
Property Value
ActuatorType
Declaration
public ConnectorCoefficientTypes ActuatorType { get; set; }
Property Value
CoefficientCurveProfile
Declaration
public SelectFieldData CoefficientCurveProfile { get; }
Property Value
CoefficientExpression
Declaration
public Expression CoefficientExpression { get; }
Property Value
CoefficientFunction
Declaration
public Function CoefficientFunction { get; set; }
Property Value
CoefficientType
Declaration
public ConnectorCoefficientTypes CoefficientType { get; set; }
Property Value
CreateDamper
Declaration
public bool CreateDamper { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DamperAppDirection
Declaration
public ConnectorBuilder.ApplicationDirection DamperAppDirection { get; set; }
Property Value
DamperCustomizedSolver
Declaration
public bool DamperCustomizedSolver { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
DamperName
Declaration
public string DamperName { get; set; }
Property Value
Type |
Description |
System.String |
|
FreeAngleExpression
Declaration
[Obsolete("Deprecated in NX11.0.0. Obtain the expression using Motion.SpringBuilder.PreloadedAngleExpression to query or edit it.")]
public Expression FreeAngleExpression { get; }
Property Value
FreeLengthExpression
Declaration
[Obsolete("Deprecated in NX11.0.0. Obtain the expression using Motion.SpringBuilder.PreloadedLengthExpression to query or edit it.")]
public Expression FreeLengthExpression { get; }
Property Value
InitialLengthExpression
Declaration
public Expression InitialLengthExpression { get; }
Property Value
LengthFlag
Declaration
public bool LengthFlag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PreloadAngleExpression
Declaration
[Obsolete("Deprecated in NX11.0.0. Obtain the expression using Motion.SpringBuilder.ActuatorMomentExpression to query or edit it.")]
public Expression PreloadAngleExpression { get; }
Property Value
PreloadedAngleExpression
Declaration
public Expression PreloadedAngleExpression { get; }
Property Value
PreloadedLengthExpression
Declaration
public Expression PreloadedLengthExpression { get; }
Property Value
PreloadExpression
Declaration
[Obsolete("Deprecated in NX11.0.0. Obtain the expression using Motion.SpringBuilder.ActuatorForceExpression to query or edit it.")]
public Expression PreloadExpression { get; }
Property Value
PreloadForceExpression
Declaration
[Obsolete("Deprecated in NX12.0.0. Obtain the expression using Motion.SpringBuilder.ActuatorForceExpression to query or edit it.")]
public Expression PreloadForceExpression { get; }
Property Value
PreloadMomentExpression
Declaration
[Obsolete("Deprecated in NX12.0.0. Obtain the expression using Motion.SpringBuilder.ActuatorMomentExpression to query or edit it.")]
public Expression PreloadMomentExpression { get; }
Property Value
SpringAppDirection
Declaration
public ConnectorBuilder.ApplicationDirection SpringAppDirection { get; set; }
Property Value
SpringCustomizedSolver
Declaration
public bool SpringCustomizedSolver { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StiffnessCurveProfile
Declaration
public SelectFieldData StiffnessCurveProfile { get; }
Property Value
StiffnessExpression
Declaration
public Expression StiffnessExpression { get; }
Property Value
StiffnessFunction
Declaration
public Function StiffnessFunction { get; set; }
Property Value
StiffnessSurfaceProfile
Declaration
public SelectFieldData StiffnessSurfaceProfile { get; }
Property Value
StiffnessType
Declaration
public ConnectorCoefficientTypes StiffnessType { get; set; }
Property Value
TorsionalCoefficientExpression
Declaration
public Expression TorsionalCoefficientExpression { get; }
Property Value
TorsionalStiffnessExpression
Declaration
public Expression TorsionalStiffnessExpression { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink