FlexBodyBuilder Class¶
-
class
NXOpen.Motion.FlexBodyBuilder¶ Bases:
NXOpen.Motion.MotionBuilderRepresents a
NXOpen.Motion.FlexBodybuilderTo create a new instance of this class, use
NXOpen.Motion.FlexBodyCollection.CreateFlexBodyBuilder()Default values.
Property Value PositioningType AbsoluteOrigin New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| CutoffDamping | Returns the damping |
| CutoffFrequencyIncrement | Returns the cutoff frequency increment |
| CutoffLowerFrequency | Returns the cutoff lower frequency |
| CutoffUpperFrequency | Returns the cutoff upper frequency |
| DisplayScale | Returns or sets the icon display scale |
| FileTceName | Returns or sets the TCE RFI file name |
| GroupName | Returns or sets the group name |
| GroupType | Returns or sets the group type |
| MassMatrix0 | Returns or sets the mass 0rd matrix option |
| MassMatrix1 | Returns or sets the mass 1st matrix option |
| MassMatrix2 | Returns or sets the mass 2nd matrix option |
| MassMatrix3 | Returns or sets the mass 3rd matrix option |
| MassMatrix4 | Returns or sets the mass 4th matrix option |
| MassScalar0 | Returns or sets the mass 0rd scalar option |
| MassScalar1 | Returns or sets the mass 1st scalar option |
| MassScalar2 | Returns or sets the mass 2nd scalar option |
| MassVector0 | Returns or sets the mass 0rd vector option |
| MassVector1 | Returns or sets the mass 1st vector option |
| MassVector2 | Returns or sets the mass 2nd vector option |
| MassVector3 | Returns or sets the mass 3rd vector option |
| MassVector4 | Returns or sets the mass 4th vector option |
| Name | Returns or sets the flexible body object name |
| NativeRfiFileName | Returns or sets the native RFI file name |
| NodeTolerance | Returns the tolerance between marker and node coordinate |
| PositioningType | Returns or sets the positioning type |
| SelectionLink | Returns the selection link |
| SourceOption | Returns or sets the file type |
| Tag | Returns the Tag for this object. |
| TransientTime | Returns the transient time |
| TreatAsRigid | Returns or sets the treat as rigid option |
| UnitSystem | Returns or sets the unit system ID |
| UseFrequencyFiltering | Returns or sets the use frequency filtering option |
| UseTransientDamping | Returns or sets the use transient damping option |
Methods¶
| Method | Description |
|---|---|
| Commit | Commits any edits that have been applied to the builder. |
| Destroy | Deletes the builder, and cleans up any objects created by the builder. |
| ExportRfiRelatedResults | Export rfi related results in manager mode |
| GetCommittedObjects | For builders that create more than one object, this method returns the objects that are created by commit. |
| GetMarkerItems | Gets marker to node list Items |
| GetObject | Returns the object currently being edited by this builder. |
| GetOffsetOrientations | Gets the offset orientations |
| GetOffsetPoints | Gets the offset points |
| NewListMarkerToNode | Creates a new list item |
| SetMarkerItems | Sets marker to node list Items |
| SetOffsetOrientations | Sets the offset orientations |
| SetOffsetPoints | Sets the offset points |
| ShowResults | Updates the model to reflect the result of an edit to the model for all builders that support showing results. |
| Validate | Validate whether the inputs to the component are sufficient for commit to be called. |
Enumerations¶
| FlexBodyBuilderPositioning Enumeration | Represents positioning type of flexible body |
| FlexBodyBuilderSourceType Enumeration | Represents rfi file type of flexible body |
| FlexBodyBuilderUnitSystemType Enumeration | Represents unit system |
Property Detail¶
CutoffDamping¶
-
FlexBodyBuilder.CutoffDamping¶ Returns the damping
-------------------------------------Getter Method
Signature
CutoffDampingReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
CutoffFrequencyIncrement¶
-
FlexBodyBuilder.CutoffFrequencyIncrement¶ Returns the cutoff frequency increment
-------------------------------------Getter Method
Signature
CutoffFrequencyIncrementReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
CutoffLowerFrequency¶
-
FlexBodyBuilder.CutoffLowerFrequency¶ Returns the cutoff lower frequency
-------------------------------------Getter Method
Signature
CutoffLowerFrequencyReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
CutoffUpperFrequency¶
-
FlexBodyBuilder.CutoffUpperFrequency¶ Returns the cutoff upper frequency
-------------------------------------Getter Method
Signature
CutoffUpperFrequencyReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
FileTceName¶
-
FlexBodyBuilder.FileTceName¶ Returns or sets the TCE RFI file name
-------------------------------------Getter Method
Signature
FileTceNameReturns: Return type: str New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
FileTceNameParameters: fileTceName (str) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
MassMatrix0¶
-
FlexBodyBuilder.MassMatrix0¶ Returns or sets the mass 0rd matrix option
-------------------------------------Getter Method
Signature
MassMatrix0Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassMatrix0Parameters: massMatrix0 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassMatrix1¶
-
FlexBodyBuilder.MassMatrix1¶ Returns or sets the mass 1st matrix option
-------------------------------------Getter Method
Signature
MassMatrix1Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassMatrix1Parameters: massMatrix1 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassMatrix2¶
-
FlexBodyBuilder.MassMatrix2¶ Returns or sets the mass 2nd matrix option
-------------------------------------Getter Method
Signature
MassMatrix2Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassMatrix2Parameters: massMatrix2 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassMatrix3¶
-
FlexBodyBuilder.MassMatrix3¶ Returns or sets the mass 3rd matrix option
-------------------------------------Getter Method
Signature
MassMatrix3Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassMatrix3Parameters: massMatrix3 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassMatrix4¶
-
FlexBodyBuilder.MassMatrix4¶ Returns or sets the mass 4th matrix option
-------------------------------------Getter Method
Signature
MassMatrix4Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassMatrix4Parameters: massMatrix4 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassScalar0¶
-
FlexBodyBuilder.MassScalar0¶ Returns or sets the mass 0rd scalar option
-------------------------------------Getter Method
Signature
MassScalar0Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassScalar0Parameters: massScalar0 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassScalar1¶
-
FlexBodyBuilder.MassScalar1¶ Returns or sets the mass 1st scalar option
-------------------------------------Getter Method
Signature
MassScalar1Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassScalar1Parameters: massScalar1 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassScalar2¶
-
FlexBodyBuilder.MassScalar2¶ Returns or sets the mass 2nd scalar option
-------------------------------------Getter Method
Signature
MassScalar2Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassScalar2Parameters: massScalar2 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassVector0¶
-
FlexBodyBuilder.MassVector0¶ Returns or sets the mass 0rd vector option
-------------------------------------Getter Method
Signature
MassVector0Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassVector0Parameters: massVector0 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassVector1¶
-
FlexBodyBuilder.MassVector1¶ Returns or sets the mass 1st vector option
-------------------------------------Getter Method
Signature
MassVector1Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassVector1Parameters: massVector1 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassVector2¶
-
FlexBodyBuilder.MassVector2¶ Returns or sets the mass 2nd vector option
-------------------------------------Getter Method
Signature
MassVector2Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassVector2Parameters: massVector2 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassVector3¶
-
FlexBodyBuilder.MassVector3¶ Returns or sets the mass 3rd vector option
-------------------------------------Getter Method
Signature
MassVector3Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassVector3Parameters: massVector3 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
MassVector4¶
-
FlexBodyBuilder.MassVector4¶ Returns or sets the mass 4th vector option
-------------------------------------Getter Method
Signature
MassVector4Returns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
MassVector4Parameters: massVector4 (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
Name¶
-
FlexBodyBuilder.Name¶ Returns or sets the flexible body object name
-------------------------------------Getter Method
Signature
NameReturns: Return type: str New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NameParameters: name (str) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
NativeRfiFileName¶
-
FlexBodyBuilder.NativeRfiFileName¶ Returns or sets the native RFI file name
-------------------------------------Getter Method
Signature
NativeRfiFileNameReturns: Return type: str New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
NativeRfiFileNameParameters: nativeRfiFileName (str) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
NodeTolerance¶
-
FlexBodyBuilder.NodeTolerance¶ Returns the tolerance between marker and node coordinate
-------------------------------------Getter Method
Signature
NodeToleranceReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
PositioningType¶
-
FlexBodyBuilder.PositioningType¶ Returns or sets the positioning type
-------------------------------------Getter Method
Signature
PositioningTypeReturns: Return type: NXOpen.Motion.FlexBodyBuilderPositioningNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
PositioningTypeParameters: positioningType ( NXOpen.Motion.FlexBodyBuilderPositioning) –New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
SelectionLink¶
-
FlexBodyBuilder.SelectionLink¶ Returns the selection link
-------------------------------------Getter Method
Signature
SelectionLinkReturns: Return type: NXOpen.Motion.SelectLinkNew in version NX7.5.0.
License requirements: None.
SourceOption¶
-
FlexBodyBuilder.SourceOption¶ Returns or sets the file type
-------------------------------------Getter Method
Signature
SourceOptionReturns: Return type: NXOpen.Motion.FlexBodyBuilderSourceTypeNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SourceOptionParameters: sourceOption ( NXOpen.Motion.FlexBodyBuilderSourceType) –New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
TransientTime¶
-
FlexBodyBuilder.TransientTime¶ Returns the transient time
-------------------------------------Getter Method
Signature
TransientTimeReturns: Return type: NXOpen.ExpressionNew in version NX11.0.0.
License requirements: None.
TreatAsRigid¶
-
FlexBodyBuilder.TreatAsRigid¶ Returns or sets the treat as rigid option
-------------------------------------Getter Method
Signature
TreatAsRigidReturns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
TreatAsRigidParameters: treatAsRigid (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
UnitSystem¶
-
FlexBodyBuilder.UnitSystem¶ Returns or sets the unit system ID
-------------------------------------Getter Method
Signature
UnitSystemReturns: Return type: NXOpen.Motion.FlexBodyBuilderUnitSystemTypeNew in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UnitSystemParameters: unitSystemID ( NXOpen.Motion.FlexBodyBuilderUnitSystemType) –New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
UseFrequencyFiltering¶
-
FlexBodyBuilder.UseFrequencyFiltering¶ Returns or sets the use frequency filtering option
-------------------------------------Getter Method
Signature
UseFrequencyFilteringReturns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseFrequencyFilteringParameters: useFrequencyFiltering (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
UseTransientDamping¶
-
FlexBodyBuilder.UseTransientDamping¶ Returns or sets the use transient damping option
-------------------------------------Getter Method
Signature
UseTransientDampingReturns: Return type: bool New in version NX11.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
UseTransientDampingParameters: useTransientDamping (bool) – New in version NX11.0.0.
License requirements: mechanisms (“MECHANISMS”)
Method Detail¶
GetMarkerItems¶
-
FlexBodyBuilder.GetMarkerItems¶ Gets marker to node list Items
Signature
GetMarkerItems()Returns: Return type: list of NXOpen.Motion.MarkerToNodeDataNew in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
GetOffsetOrientations¶
-
FlexBodyBuilder.GetOffsetOrientations¶ Gets the offset orientations
Signature
GetOffsetOrientations()Returns: Return type: list of float New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
GetOffsetPoints¶
-
FlexBodyBuilder.GetOffsetPoints¶ Gets the offset points
Signature
GetOffsetPoints()Returns: Return type: list of float New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
NewListMarkerToNode¶
-
FlexBodyBuilder.NewListMarkerToNode¶ Creates a new list item
Signature
NewListMarkerToNode(marker, markerPosition, nodeID, move, nodeLocationX, nodeLocationY, nodeLocationZ)Parameters: - marker (
NXOpen.NXObject) – The marker tag - markerPosition (int) – The i or j marker identity
- nodeID (int) – The node ID
- move (bool) – Whether to move the node
- nodeLocationX (float) – The node location X coordinate
- nodeLocationY (float) – The node location Y coordinate
- nodeLocationZ (float) – The node location Z coordinate
Returns: Return type: New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
- marker (
SetMarkerItems¶
-
FlexBodyBuilder.SetMarkerItems¶ Sets marker to node list Items
Signature
SetMarkerItems(markerToNodeListItem)Parameters: markerToNodeListItem (list of NXOpen.Motion.MarkerToNodeData) –New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
SetOffsetOrientations¶
-
FlexBodyBuilder.SetOffsetOrientations¶ Sets the offset orientations
Signature
SetOffsetOrientations(offsetOrientations)Parameters: offsetOrientations (list of float) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
SetOffsetPoints¶
-
FlexBodyBuilder.SetOffsetPoints¶ Sets the offset points
Signature
SetOffsetPoints(offsetPoints)Parameters: offsetPoints (list of float) – New in version NX7.5.0.
License requirements: mechanisms (“MECHANISMS”)
Validate¶
-
FlexBodyBuilder.Validate¶ Validate whether the inputs to the component are sufficient for commit to be called.
If the component is not in a state to commit then an exception is thrown. For example, if the component requires you to set some property, this method will throw an exception if you haven’t set it. This method throws a not-yet-implemented NXException for some components.
Signature
Validate()Returns: Was self validation successful Return type: bool New in version NX3.0.1.
License requirements: None.