VectorForceCollection Class¶
-
class
NXOpen.Motion.VectorForceCollection¶ Bases:
objectRepresents a collection of vector force objects
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX5.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateVectorForceBuilder | Creates a NXOpen.Motion.JointDriverBuilder |
| FindObject | Finds the NXOpen.Motion.VectorForce with the given name. |
Method Detail¶
CreateVectorForceBuilder¶
-
VectorForceCollection.CreateVectorForceBuilder¶ Creates a
NXOpen.Motion.JointDriverBuilderSignature
CreateVectorForceBuilder(vectorforce)Parameters: vectorforce ( NXOpen.Motion.VectorForce) – “NXOpen.Motion.VectorForceto be edited, if None then create a new oneReturns: Return type: NXOpen.Motion.VectorForceBuilderNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
VectorForceCollection.FindObject¶ Finds the
NXOpen.Motion.VectorForcewith the given name.An exception will be thrown if no object can be found with given name.
Signature
FindObject(name)Parameters: name (str) – The name of the NXOpen.Motion.VectorForce.Returns: NXOpen.Motion.VectorForcewith this name.Return type: NXOpen.Motion.VectorForceNew in version NX5.0.0.
License requirements: mechanisms (“MECHANISMS”)