NX Open C++ Reference Guide
|
Represents a CAE::IBeamSectionBuilder
This is an abstract class
Created in NX7.5.0.
More...
Public Member Functions | |
void | GetUserDefinedStressRecoveryPoints (std::vector< NXOpen::Point2d > &points) |
Gets the user-defined stress recovery points. | |
NXOpen::CAE::PropertyTable * | PropertyTable () |
Returns the section builder's CAE::PropertyTable Created in NX7.5.0. | |
NXString | SectionName () |
Returns the section name Created in NX7.5.0. | |
void | SetSectionName (const NXString §ionName) |
Sets the section name Created in NX7.5.0. | |
void | SetUserDefinedStressRecoveryPoints (const std::vector< NXOpen::Point2d > &points) |
Sets the user-defined stress recovery points. |
Represents a CAE::IBeamSectionBuilder
This is an abstract class
Created in NX7.5.0.
void NXOpen::CAE::IBeamSectionBuilder::GetUserDefinedStressRecoveryPoints | ( | std::vector< NXOpen::Point2d > & | points | ) |
Gets the user-defined stress recovery points.
Created in NX7.5.0.
License requirements : None
points | points |
Returns the section builder's CAE::PropertyTable
Created in NX7.5.0.
License requirements : None
Returns the section name
Created in NX7.5.0.
License requirements : None
void NXOpen::CAE::IBeamSectionBuilder::SetSectionName | ( | const NXString & | sectionName | ) |
Sets the section name
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
sectionName | sectionname |
void NXOpen::CAE::IBeamSectionBuilder::SetUserDefinedStressRecoveryPoints | ( | const std::vector< NXOpen::Point2d > & | points | ) |
Sets the user-defined stress recovery points.
Created in NX7.5.0.
License requirements : nx_masterfem ("Finite Element Modeling") OR nx_design_sim ("NX Design Simulation")
points | points |