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

Represents a GeometricUtilities::SecondarySectionData. More...

Inheritance diagram for NXOpen::GeometricUtilities::SecondarySectionData:
NXOpen::NXObject NXOpen::TaggedObject NXOpen::INXObject

List of all members.

Public Member Functions

std::vector< NXOpen::Expression * > GetMasterExpressionValues ()
 Get the Master Sketch Expression Values.
std::vector< NXStringGetSecondarySectionValues ()
 Get the Secondary Sketch Expression Values.
bool IsEndSection ()
 Returns the End Section
Created in NX5.0.0.
bool IsStartSection ()
 Returns the Start Section
Created in NX5.0.0.
NXOpen::GeometricUtilities::ExtendOnPathDimData ()
 Returns the on path dim
Created in NX5.0.0.
void SetEndSection (bool endSection)
 Sets the End Section
Created in NX5.0.0.
void SetMasterExpressionValues (const std::vector< NXOpen::Expression * > &expressions)
 Set the Master Sketch Expression Values.
void SetSecondarySectionValues (std::vector< NXString > &expressions)
 Set the Secondary Sketch Expression Values.
void SetStartSection (bool startSection)
 Sets the Start Section
Created in NX5.0.0.

Detailed Description

Represents a GeometricUtilities::SecondarySectionData.


Created in NX5.0.0.


Member Function Documentation

Get the Master Sketch Expression Values.

Returns:
All the expressions in the sketch
Created in NX5.0.0.

License requirements : None

Get the Secondary Sketch Expression Values.

Returns:
Dim Expressions
Created in NX5.0.0.

License requirements : None

Returns the End Section
Created in NX5.0.0.



License requirements : None

Returns the Start Section
Created in NX5.0.0.



License requirements : None

Returns the on path dim
Created in NX5.0.0.



License requirements : None

Sets the End Section
Created in NX5.0.0.



License requirements : None

Parameters:
endSectionendsection

Set the Master Sketch Expression Values.


Created in NX5.0.0.

License requirements : None

Parameters:
expressionsAll the expressions in the sketch

Set the Secondary Sketch Expression Values.

These values should be in the same sequence as the master sketch. You can call Sketch::GetAllExpressions to get the exact sequence of expression values.


Created in NX5.0.0.

License requirements : None

Parameters:
expressionsDim Expression

Sets the Start Section
Created in NX5.0.0.



License requirements : None

Parameters:
startSectionstartsection

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