NX Open C++ Reference Guide
Public Member Functions | List of all members
NXOpen::SectionElementData Class Reference

Represents section element data
Created in NX3.0.0. More...

Inheritance diagram for NXOpen::SectionElementData:
NXOpen::TransientObject

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
More...
 
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. More...
 
virtual ~SectionElementData ()
 Free resources associated with the instance. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

Detailed Description

Represents section element data
Created in NX3.0.0.


Constructor & Destructor Documentation

virtual NXOpen::SectionElementData::~SectionElementData ( )
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

Member Function Documentation

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

Deprecated:
Deprecated in NX8.0.0.

Use SectionElementData::GetSectionElementData1 instead.


Created in NX3.0.0.

License requirements : gateway ("UG GATEWAY")

Parameters
sectionElementThe element that constructs the section
startConnectorThe element that is connected to the section_element, at the start_point
startPointStart point
endConnectorThe element that is connected to the section_element, at the end_point
endPointEnd 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")

Parameters
sectionElementThe element that constructs the section - this can be curve or point.
startConnectorThe element that is connected to the section_element, at the start_point - this can be curve or point
startPointStart point
endConnectorThe element that is connected to the section_element, at the end_point - this can be curve or point
endPointEnd Point

The documentation for this class was generated from the following file:
Copyright 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.