NX Open C++ Reference Guide
|
Represents section element data
Created in NX3.0.0.
More...
Public Member Functions | |
void | GetSectionElementData (NXOpen::ICurve **sectionElement, NXOpen::ICurve **startConnector, NXOpen::Point3d *startPoint, NXOpen::ICurve **endConnector, NXOpen::Point3d *endPoint) |
Gets the element that constructs the section | |
void | GetSectionElementData1 (NXOpen::DisplayableObject **sectionElement, NXOpen::DisplayableObject **startConnector, NXOpen::Point3d *startPoint, NXOpen::DisplayableObject **endConnector, NXOpen::Point3d *endPoint) |
Gets the element that constructs the section Created in NX8.0.0. | |
virtual | ~SectionElementData () |
Free resources associated with the instance. | |
![]() | |
void * | GetHandle () |
Handle of the internal object represented by this object. | |
Represents section element data
Created in NX3.0.0.
|
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
void NXOpen::SectionElementData::GetSectionElementData | ( | NXOpen::ICurve ** | sectionElement, |
NXOpen::ICurve ** | startConnector, | ||
NXOpen::Point3d * | startPoint, | ||
NXOpen::ICurve ** | endConnector, | ||
NXOpen::Point3d * | endPoint | ||
) |
Gets the element that constructs the section
Use SectionElementData::GetSectionElementData1 instead.
Created in NX3.0.0.
License requirements : gateway ("UG GATEWAY")
sectionElement | The element that constructs the section |
startConnector | The element that is connected to the section_element, at the start_point |
startPoint | Start point |
endConnector | The element that is connected to the section_element, at the end_point |
endPoint | End Point |
void NXOpen::SectionElementData::GetSectionElementData1 | ( | NXOpen::DisplayableObject ** | sectionElement, |
NXOpen::DisplayableObject ** | startConnector, | ||
NXOpen::Point3d * | startPoint, | ||
NXOpen::DisplayableObject ** | endConnector, | ||
NXOpen::Point3d * | endPoint | ||
) |
Gets the element that constructs the section
Created in NX8.0.0.
License requirements : gateway ("UG GATEWAY")
sectionElement | The element that constructs the section - this can be curve or point. |
startConnector | The element that is connected to the section_element, at the start_point - this can be curve or point |
startPoint | Start point |
endConnector | The element that is connected to the section_element, at the end_point - this can be curve or point |
endPoint | End Point |