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

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

Inheritance diagram for NXOpen::SectionData:
NXOpen::TransientObject

Public Member Functions

NXOpen::NXObjectGetEndConnector ()
 Gets end connector if any. More...
 
void GetRules (std::vector< NXOpen::SelectionIntentRule * > &rules)
 Return the selection intent rules
See documentation for NXOpen::SelectionIntentRule for more details. More...
 
void GetSectionElementsData (std::vector< NXOpen::SectionElementData * > &sectionElementsData)
 Gets the section elements. More...
 
NXOpen::NXObjectGetStartConnector ()
 Gets start connector if any. More...
 
virtual ~SectionData ()
 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 data
Created in NX3.0.0.


Constructor & Destructor Documentation

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

Member Function Documentation

NXOpen::NXObject* NXOpen::SectionData::GetEndConnector ( )

Gets end connector if any.

It can be point, curve or edge

Returns

Created in NX3.0.0.

License requirements : gateway ("UG GATEWAY")
void NXOpen::SectionData::GetRules ( std::vector< NXOpen::SelectionIntentRule * > &  rules)

Return the selection intent rules
See documentation for NXOpen::SelectionIntentRule for more details.



Created in NX3.0.0.

License requirements : gateway ("UG GATEWAY")

Parameters
rulesSelection intent rules.
void NXOpen::SectionData::GetSectionElementsData ( std::vector< NXOpen::SectionElementData * > &  sectionElementsData)

Gets the section elements.


See documentation for NXOpen::SectionElementData for more details.


Created in NX3.0.0.

License requirements : gateway ("UG GATEWAY")

Parameters
sectionElementsDataSection elements
NXOpen::NXObject* NXOpen::SectionData::GetStartConnector ( )

Gets start connector if any.

It can be point, curve or edge

Returns

Created in NX3.0.0.

License requirements : gateway ("UG GATEWAY")

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