BeamSectionOffsetOptions Class¶
-
class
NXOpen.CAE.BeamSectionOffsetOptions¶ Bases:
NXOpen.TransientObjectTo create a new instance of this class, use
NXOpen.CAE.CaePart.NewBeamSectionOffsetOptions()New in version NX7.5.0.
Properties¶
| Property | Description |
|---|---|
| AftOffset | Returns or sets the aft offsets |
| ForeOffset | Returns or sets the fore offsets |
| IsOffsetSpecified | Returns or sets the flag indicating whether the offset is specified |
| OffsetMethodType | Returns or sets the method to define beam end offsets |
| SameEndOffsets | Returns or sets the flag indicating whether the offset on both fore end and aft end are consistent |
Enumerations¶
| BeamSectionOffsetOptionsMethod Enumeration | Represents the offset definition method |
Structs¶
| BeamSectionOffsetOptionsOffset_Struct Struct | Represents the offset value |
Property Detail¶
AftOffset¶
-
BeamSectionOffsetOptions.AftOffset¶ Returns or sets the aft offsets
-------------------------------------Getter Method
Signature
AftOffsetReturns: Return type: NXOpen.CAE.BeamSectionOffsetOptionsOffset_StructNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
AftOffsetParameters: aftOffsets ( NXOpen.CAE.BeamSectionOffsetOptionsOffset_Struct) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
ForeOffset¶
-
BeamSectionOffsetOptions.ForeOffset¶ Returns or sets the fore offsets
-------------------------------------Getter Method
Signature
ForeOffsetReturns: Return type: NXOpen.CAE.BeamSectionOffsetOptionsOffset_StructNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
ForeOffsetParameters: foreOffsets ( NXOpen.CAE.BeamSectionOffsetOptionsOffset_Struct) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
IsOffsetSpecified¶
-
BeamSectionOffsetOptions.IsOffsetSpecified¶ Returns or sets the flag indicating whether the offset is specified
-------------------------------------Getter Method
Signature
IsOffsetSpecifiedReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
IsOffsetSpecifiedParameters: isOffsetSpecified (bool) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
OffsetMethodType¶
-
BeamSectionOffsetOptions.OffsetMethodType¶ Returns or sets the method to define beam end offsets
-------------------------------------Getter Method
Signature
OffsetMethodTypeReturns: Return type: NXOpen.CAE.BeamSectionOffsetOptionsMethodNew in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
OffsetMethodTypeParameters: method ( NXOpen.CAE.BeamSectionOffsetOptionsMethod) –New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)
SameEndOffsets¶
-
BeamSectionOffsetOptions.SameEndOffsets¶ Returns or sets the flag indicating whether the offset on both fore end and aft end are consistent
-------------------------------------Getter Method
Signature
SameEndOffsetsReturns: Return type: bool New in version NX7.5.0.
License requirements: None.
-------------------------------------Setter Method
Signature
SameEndOffsetsParameters: isSameEndOffsets (bool) – New in version NX7.5.0.
License requirements: nx_masterfem (“Finite Element Modeling”) OR nx_design_sim (“NX Design Simulation”)