NX Open C++ Reference Guide
|
Represents a GeometricUtilities::SecondarySectionData. More...
Public Member Functions | |
std::vector< NXOpen::Expression * > | GetMasterExpressionValues () |
Get the Master Sketch Expression Values. | |
std::vector< NXString > | GetSecondarySectionValues () |
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::Extend * | OnPathDimData () |
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. |
Represents a GeometricUtilities::SecondarySectionData.
Created in NX5.0.0.
std::vector<NXOpen::Expression *> NXOpen::GeometricUtilities::SecondarySectionData::GetMasterExpressionValues | ( | ) |
Get the Master Sketch Expression Values.
std::vector<NXString> NXOpen::GeometricUtilities::SecondarySectionData::GetSecondarySectionValues | ( | ) |
Get the Secondary Sketch Expression Values.
Returns the End Section
Created in NX5.0.0.
License requirements : None
Returns the Start Section
Created in NX5.0.0.
License requirements : None
NXOpen::GeometricUtilities::Extend* NXOpen::GeometricUtilities::SecondarySectionData::OnPathDimData | ( | ) |
Returns the on path dim
Created in NX5.0.0.
License requirements : None
void NXOpen::GeometricUtilities::SecondarySectionData::SetEndSection | ( | bool | endSection | ) |
Sets the End Section
Created in NX5.0.0.
License requirements : None
endSection | endsection |
void NXOpen::GeometricUtilities::SecondarySectionData::SetMasterExpressionValues | ( | const std::vector< NXOpen::Expression * > & | expressions | ) |
Set the Master Sketch Expression Values.
Created in NX5.0.0.
License requirements : None
expressions | All the expressions in the sketch |
void NXOpen::GeometricUtilities::SecondarySectionData::SetSecondarySectionValues | ( | std::vector< NXString > & | expressions | ) |
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
expressions | Dim Expression |
void NXOpen::GeometricUtilities::SecondarySectionData::SetStartSection | ( | bool | startSection | ) |
Sets the Start Section
Created in NX5.0.0.
License requirements : None
startSection | startsection |