NX Open C++ Reference Guide
|
Represents 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. More...
Public Member Functions | |
NXOpen::CAE::BeamSection * | BeamAftSection () |
Returns the section of aft beam end Created in NX5.0.0. | |
NXOpen::Vector3d | BeamAftSectionOffsets () |
Returns the offsets applied to aft beam end | |
NXOpen::CAE::BeamSection * | BeamForeSection () |
Returns the section of fore beam end Created in NX5.0.0. | |
NXOpen::Vector3d | BeamForeSectionOffsets () |
Returns the offsets applied to fore beam end | |
bool | BeamSectionInherited () |
Returns the flag indicating whether the beam section is inherited from beam geometry | |
NXOpen::Direction * | BeamSectionOrientation () |
Returns the orientation of beam section | |
bool | BeamSectionSpecifyOffsets () |
Returns the flag indicating whether offsets are specified | |
bool | BeamSectionTapered () |
Returns the flag indicating whether the beam section is tapered Created in NX5.0.0. | |
bool | BeamSectionTaperedChaining () |
Returns the flag indicating whether the beam section is in tapered chaining Created in NX8.0.0. | |
void | SetBeamAftSection (NXOpen::CAE::BeamSection *beamSection) |
Sets the section of aft beam end Created in NX5.0.0. | |
void | SetBeamAftSectionOffsets (const NXOpen::Vector3d &aftOffests) |
Sets the offsets applied to aft beam end | |
void | SetBeamForeSection (NXOpen::CAE::BeamSection *beamSection) |
Sets the section of fore beam end Created in NX5.0.0. | |
void | SetBeamForeSectionOffsets (const NXOpen::Vector3d &foreOffests) |
Sets the offsets applied to fore beam end | |
void | SetBeamSectionInherited (bool bInherited) |
Sets the flag indicating whether the beam section is inherited from beam geometry | |
void | SetBeamSectionOrientation (NXOpen::Direction *orientation) |
Sets the orientation of beam section | |
void | SetBeamSectionSpecifyOffsets (bool bOffsets) |
Sets the flag indicating whether offsets are specified | |
void | SetBeamSectionTapered (bool bTapered) |
Sets the flag indicating whether the beam section is tapered Created in NX5.0.0. | |
void | SetBeamSectionTaperedChaining (bool bTaperedChaining) |
Sets the flag indicating whether the beam section is in tapered chaining Created in NX8.0.0. | |
virtual | ~BeamSectionOptions () |
Destroys the object Created in NX5.0.0. |
Represents 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 CAE::CaePart::NewBeamSectionOptions
Created in NX5.0.0.
virtual NXOpen::CAE::BeamSectionOptions::~BeamSectionOptions | ( | ) | [virtual] |
Destroys the object
Created in NX5.0.0.
License requirements : None
Returns the section of aft beam end
Created in NX5.0.0.
License requirements : None
Returns the offsets applied to aft beam end
Created in NX5.0.0.
License requirements : None
Returns the section of fore beam end
Created in NX5.0.0.
License requirements : None
Returns the offsets applied to fore beam end
Created in NX5.0.0.
License requirements : None
Returns the flag indicating whether the beam section is inherited from beam geometry
Created in NX5.0.0.
License requirements : None
Returns the orientation of beam section
Created in NX5.0.0.
License requirements : None
Returns the flag indicating whether offsets are specified
Created in NX5.0.0.
License requirements : None
Returns the flag indicating whether the beam section is tapered
Created in NX5.0.0.
License requirements : None
Returns the flag indicating whether the beam section is in tapered chaining
Created in NX8.0.0.
License requirements : None
void NXOpen::CAE::BeamSectionOptions::SetBeamAftSection | ( | NXOpen::CAE::BeamSection * | beamSection | ) |
Sets the section of aft beam end
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
beamSection | beam section |
void NXOpen::CAE::BeamSectionOptions::SetBeamAftSectionOffsets | ( | const NXOpen::Vector3d & | aftOffests | ) |
Sets the offsets applied to aft beam end
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
aftOffests | aftoffests |
void NXOpen::CAE::BeamSectionOptions::SetBeamForeSection | ( | NXOpen::CAE::BeamSection * | beamSection | ) |
Sets the section of fore beam end
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
beamSection | beam section |
void NXOpen::CAE::BeamSectionOptions::SetBeamForeSectionOffsets | ( | const NXOpen::Vector3d & | foreOffests | ) |
Sets the offsets applied to fore beam end
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
foreOffests | foreoffests |
void NXOpen::CAE::BeamSectionOptions::SetBeamSectionInherited | ( | bool | bInherited | ) |
Sets the flag indicating whether the beam section is inherited from beam geometry
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bInherited | binherited |
void NXOpen::CAE::BeamSectionOptions::SetBeamSectionOrientation | ( | NXOpen::Direction * | orientation | ) |
Sets the orientation of beam section
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
orientation | orientation |
void NXOpen::CAE::BeamSectionOptions::SetBeamSectionSpecifyOffsets | ( | bool | bOffsets | ) |
Sets the flag indicating whether offsets are specified
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bOffsets | boffsets |
void NXOpen::CAE::BeamSectionOptions::SetBeamSectionTapered | ( | bool | bTapered | ) |
Sets the flag indicating whether the beam section is tapered
Created in NX5.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bTapered | btapered |
void NXOpen::CAE::BeamSectionOptions::SetBeamSectionTaperedChaining | ( | bool | bTaperedChaining | ) |
Sets the flag indicating whether the beam section is in tapered chaining
Created in NX8.0.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
bTaperedChaining | btaperedchaining |