NX Open C++ Reference Guide
|
Represents section data
Created in NX3.0.0.
More...
Public Member Functions | |
NXOpen::NXObject * | GetEndConnector () |
Gets end connector if any. | |
void | GetRules (std::vector< NXOpen::SelectionIntentRule * > &rules) |
Return the selection intent rules See documentation for SelectionIntentRule for more details. | |
void | GetSectionElementsData (std::vector< NXOpen::SectionElementData * > §ionElementsData) |
Gets the section elements. | |
NXOpen::NXObject * | GetStartConnector () |
Gets start connector if any. | |
virtual | ~SectionData () |
Free resources associated with the instance. |
Represents section data
Created in NX3.0.0.
virtual NXOpen::SectionData::~SectionData | ( | ) | [virtual] |
Free resources associated with the instance.
After this method is called, it is illegal to use the object. In .NET, this method is automatically called when the object is deleted by the garbage collector.
Created in NX3.0.0.
License requirements : None
Gets end connector if any.
It can be point, curve or edge
void NXOpen::SectionData::GetRules | ( | std::vector< NXOpen::SelectionIntentRule * > & | rules | ) |
Return the selection intent rules
See documentation for SelectionIntentRule for more details.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
rules | Selection intent rules. |
void NXOpen::SectionData::GetSectionElementsData | ( | std::vector< NXOpen::SectionElementData * > & | sectionElementsData | ) |
Gets the section elements.
See documentation for SectionElementData for more details.
Created in NX3.0.0.
License requirements : solid_modeling ("SOLIDS MODELING")
sectionElementsData | Section elements |
Gets start connector if any.
It can be point, curve or edge