BeamSectionOptions Class¶
-
class
NXOpen.CAE.BeamSectionOptions¶ Bases:
NXOpen.TransientObjectRepresents the synchronize options to be used when a FEM part is created These options will be used to synchronize the specified entities from the master CAD part file to the FEM part file
To create a new instance of this class, use
NXOpen.CAE.CaePart.NewBeamSectionOptions()New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| BeamAftSection | Returns or sets the section of aft beam end |
| BeamForeSection | Returns or sets the section of fore beam end |
| BeamSectionTapered | Returns or sets the flag indicating whether the beam section is tapered |
| BeamSectionTaperedChaining | Returns or sets the flag indicating whether the beam section is in tapered chaining |
Property Detail¶
BeamAftSection¶
-
BeamSectionOptions.BeamAftSection¶ Returns or sets the section of aft beam end
-------------------------------------Getter Method
Signature
BeamAftSectionReturns: Return type: NXOpen.CAE.BeamSectionNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BeamAftSectionParameters: beamSection ( NXOpen.CAE.BeamSection) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
BeamForeSection¶
-
BeamSectionOptions.BeamForeSection¶ Returns or sets the section of fore beam end
-------------------------------------Getter Method
Signature
BeamForeSectionReturns: Return type: NXOpen.CAE.BeamSectionNew in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BeamForeSectionParameters: beamSection ( NXOpen.CAE.BeamSection) –New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
BeamSectionTapered¶
-
BeamSectionOptions.BeamSectionTapered¶ Returns or sets the flag indicating whether the beam section is tapered
-------------------------------------Getter Method
Signature
BeamSectionTaperedReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BeamSectionTaperedParameters: bTapered (bool) – New in version NX5.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
BeamSectionTaperedChaining¶
-
BeamSectionOptions.BeamSectionTaperedChaining¶ Returns or sets the flag indicating whether the beam section is in tapered chaining
-------------------------------------Getter Method
Signature
BeamSectionTaperedChainingReturns: Return type: bool New in version NX8.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
BeamSectionTaperedChainingParameters: bTaperedChaining (bool) – New in version NX8.0.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)