TextBasedElementBuilderTypeChoices Enumeration

NXOpen.Motion.TextBasedElementBuilder.TypeChoices is an alias for NXOpen.Motion.TextBasedElementBuilderTypeChoices

class NXOpen.Motion.TextBasedElementBuilderTypeChoices

Bases: object

the text based element type - multiple values

Enum Members

Enum Member Enum Member Description
ThreePointForce
ThreePointTorque
AllKinematicDirectionSensor
AllForceDirectionSensor
AeroAeroForce
AeroHydroForce
AeroVehicleForce
CustomizedSolver
StiTire
StiTireProperty
BumpStopContact
SphereToGroundContact
GearContact
ThreeLinkSuspension
FourLinkSuspension
FiveLinkSuspension
RollIaxSuspension
SteerIaxSuspension
HotchKissSuspension
McPhersonSuspension
DoubleAArmSuspension
PivotBeamSuspension
Vehicle
SpeedSweep
SystemProperty
DynamicProperty
KinematicProperty
StaticProperty
PreloadProperty
InverseProperty
LinearizationProperty
RestartProperty
AdvancedSolution
Gear
Generic
Fmi
PointToPointConstraint
OrientationConstraint
FunctioncurveControlInput
PathFollowerControlInput
UserDefinedControlInput
SpecialControlInput
LinearControlOutput
MassPropertyControlOutput
LinkInitialCondition
ScrewJointOrSpringInitialCondition
FlexibleLinkInitialCondition
TireInitialCondition
StaticVehicleAlignment
SprungMass
UserDefinedForce
GlobalDirectionsLinkDriver
DotOneLinkDriver
DotTwoLinkDriver
CurveOnCurveConstraintDriver
FixedJointDriver
LinkCouplerDriver
ValueOf()

Returns enum member equivalent to the value passed. Useful for bit operations of enum members.

Signature ValueOf(value)

Parameters:value – Any integer value or bit operation result of enum members:type value: int:returns: Enum member equivalent to the value passed.
Return type:Enum Member type.

New in version NX9.0.1.

License requirements: None.