SplineBeamCollection Class¶
-
class
NXOpen.Motion.SplineBeamCollection¶ Bases:
objectRepresents a collection of SplineBeams
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX12.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateSplineBeamBuilder | Creates a Motion.SplineBeamBuilder |
| FindObject | Finds the NXOpen.Motion.SplineBeam with the given name. |
Method Detail¶
CreateSplineBeamBuilder¶
-
SplineBeamCollection.CreateSplineBeamBuilder¶ Creates a
Motion.SplineBeamBuilderSignature
CreateSplineBeamBuilder(splineBeam)Parameters: splineBeam ( NXOpen.Motion.SplineBeam) –NXOpen.Motion.SplineBeamto be edited, if None then create a new oneReturns: SplineBeamBuilder object Return type: NXOpen.Motion.SplineBeamBuilderNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
SplineBeamCollection.FindObject¶ Finds the
NXOpen.Motion.SplineBeamwith 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.SplineBeamReturns: NXOpen.Motion.SplineBeamwith this nameReturn type: NXOpen.Motion.SplineBeamNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)