NX Open C++ Reference Guide
Public Member Functions
NXOpen::SectionData Class Reference

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

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

List of all members.

Public Member Functions

NXOpen::NXObjectGetEndConnector ()
 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 * > &sectionElementsData)
 Gets the section elements.
NXOpen::NXObjectGetStartConnector ()
 Gets start connector if any.
virtual ~SectionData ()
 Free resources associated with the instance.

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

Gets end connector if any.

It can be point, curve or edge

Returns:

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")
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")

Parameters:
rulesSelection 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")

Parameters:
sectionElementsDataSection elements

Gets start connector if any.

It can be point, curve or edge

Returns:

Created in NX3.0.0.

License requirements : solid_modeling ("SOLIDS MODELING")

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