Class Spring
Assembly: NXOpen.dll
Syntax
public class Spring : IConnection, IMessageSink, IFitTo, IStiffness, ICsys, INodalTargetsContainer, INodalTargetsPairing, IMassPhysicalParams, IMassBothTargets, INXObject
Constructors
Spring()
Declaration
Properties
Csys
Declaration
public CoordinateSystem Csys { get; set; }
Property Value
CsysType
Declaration
public CsysType CsysType { get; set; }
Property Value
IsMassOnBothTargets
Declaration
public bool IsMassOnBothTargets { get; set; }
Property Value
Mass
Declaration
public Expression Mass { get; }
Property Value
MassType
Declaration
[Obsolete("Deprecated in NX1980.0.0. Use NXOpen.CAE.Connections.IMassType.MassTypeValue instead.")]
public MassType MassType { get; set; }
Property Value
PairingMethod
Declaration
public NodalPairingMethod PairingMethod { get; set; }
Property Value
RxStiffnessConstant
Declaration
public Expression RxStiffnessConstant { get; }
Property Value
RyStiffnessConstant
Declaration
public Expression RyStiffnessConstant { get; }
Property Value
RzStiffnessConstant
Declaration
public Expression RzStiffnessConstant { get; }
Property Value
SearchConeAngle
Declaration
public Expression SearchConeAngle { get; }
Property Value
SearchOrientation
Declaration
public Direction SearchOrientation { get; set; }
Property Value
SearchRange
Declaration
public Expression SearchRange { get; }
Property Value
StiffnessType
Declaration
public StiffnessType StiffnessType { get; set; }
Property Value
XStiffnessConstant
Declaration
public Expression XStiffnessConstant { get; }
Property Value
YStiffnessConstant
Declaration
public Expression YStiffnessConstant { get; }
Property Value
ZStiffnessConstant
Declaration
public Expression ZStiffnessConstant { get; }
Property Value
Methods
GetSupportedCsysTypes()
Declaration
public CsysType[] GetSupportedCsysTypes()
Returns
GetSupportedStiffnessTypes()
Declaration
public StiffnessType[] GetSupportedStiffnessTypes()
Returns
GetTarget(int)
Declaration
public NodalTarget GetTarget(int index)
Parameters
Type |
Name |
Description |
int |
index |
|
Returns
SetTargetType(int, NodalTargetType)
Declaration
public void SetTargetType(int index, NodalTargetType type)
Parameters
SwapTargets()
Declaration
public void SwapTargets()
Implements
System.Runtime.Remoting.Messaging.IMessageSink