SplineBeamPropertyCollection Class¶
-
class
NXOpen.Motion.SplineBeamPropertyCollection¶ Bases:
objectRepresents a collection of SplineBeamProperty
To obtain an instance of this class, refer to
NXOpen.Motion.MotionManagerNew in version NX12.0.0.
Methods¶
| Method | Description |
|---|---|
| CreateSplineBeamPropertyBuilder | Creates a Motion.SplineBeamPropertyBuilder |
| FindObject | Finds the NXOpen.Motion.SplineBeamProperty with the given name. |
Method Detail¶
CreateSplineBeamPropertyBuilder¶
-
SplineBeamPropertyCollection.CreateSplineBeamPropertyBuilder¶ Creates a
Motion.SplineBeamPropertyBuilderSignature
CreateSplineBeamPropertyBuilder(splineBeamProperty)Parameters: splineBeamProperty ( NXOpen.Motion.SplineBeamProperty) –NXOpen.Motion.SplineBeamPropertyto be edited, if None then create a new oneReturns: SplineBeamPropertyBuilder object Return type: NXOpen.Motion.SplineBeamPropertyBuilderNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)
FindObject¶
-
SplineBeamPropertyCollection.FindObject¶ Finds the
NXOpen.Motion.SplineBeamPropertywith 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.SplineBeamPropertyReturns: NXOpen.Motion.SplineBeamPropertywith this nameReturn type: NXOpen.Motion.SplineBeamPropertyNew in version NX12.0.0.
License requirements: mechanisms (“MECHANISMS”)