NX Open C++ Reference Guide
Public Types | Public Member Functions
NXOpen::CAM::InspectionCmmCommandBuilder Class Reference

Represents a CMM Inspection miscellaneous command builder. More...

Inheritance diagram for NXOpen::CAM::InspectionCmmCommandBuilder:
NXOpen::CAM::OperationBuilder NXOpen::CAM::ParamBuilder NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  AngularUnitsOptions { AngularUnitsOptionsDecimalDegrees, AngularUnitsOptionsRadians, AngularUnitsOptionsDegreesMinutesSeconds }
 Angular units specifications. More...
enum  CommandTypes {
  CommandTypesEnterStatement, CommandTypesMeasurementMode, CommandTypesDefineHomePoint, CommandTypesMoveMachine,
  CommandTypesOutputDecimalPlaces, CommandTypesDeclareVariable, CommandTypesQISVariable, CommandTypesPromptforInput,
  CommandTypesProgramLabel, CommandTypesJumptoLabel, CommandTypesProgramHeader
}
 The type of CMM command to be entered. More...
enum  HomePtMethods { HomePtMethodsMachineZero, HomePtMethodsUserSpecifiedPoint }
 The method used to specify the home point. More...
enum  IdnameMethods { IdnameMethodsCurrentPartName, IdnameMethodsUserSpecified }
 Naming method. More...
enum  LinearUnitsOptions {
  LinearUnitsOptionsPartUnits, LinearUnitsOptionsMillimeters, LinearUnitsOptionsCentimeters, LinearUnitsOptionsMeters,
  LinearUnitsOptionsInches, LinearUnitsOptionsFeet
}
 Linear units specifications. More...
enum  MoveTypes { MoveTypesLinearMove, MoveTypesArcMove, MoveTypesHomeLocation }
 The type of move. More...
enum  ProgramNameMethods { ProgramNameMethodsCurrentPartName, ProgramNameMethodsUserSpecified }
 Program name. More...
enum  PromptVars { PromptVarsNull }
 User prompt variable. More...
enum  QisvarTypes { QisvarTypesNull }
 QIS variable type. More...
enum  RevMethods { RevMethodsCurrentPartRevision, RevMethodsUserSpecified }
 Revision method. More...
enum  TemperatureUnitsOptions { TemperatureUnitsOptionsFahrenheit, TemperatureUnitsOptionsCentigrade }
 Temperature units specifications. More...
enum  VarScopes { VarScopesGlobal, VarScopesCommon, VarScopesLocal }
 Sets variable scope. More...
enum  VarTypes {
  VarTypesBoolean, VarTypesInteger, VarTypesLong, VarTypesReal,
  VarTypesDouble, VarTypesCharacter, VarTypesVector
}
 Variable type. More...

Public Member Functions

int AngularPlaces ()
 Returns the angular decimal places
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::AngularUnitsOptions AngularUnits ()
 Returns the angular units
Created in NX7.0.0.
bool AutoToggle ()
 Returns the auto mode toggle
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::CommandTypes CommandType ()
 Returns the command type
Created in NX7.0.0.
int DevTolPlaces ()
 Returns the deviation and tolerance decimal places
Created in NX7.0.0.
std::vector< NXStringGetProgStatements ()
 Returns the program statements.
NXOpen::CAM::InspectionCmmCommandBuilder::HomePtMethods HomePtMethod ()
 Returns the home point method
Created in NX7.0.0.
NXOpen::PointHomePtPoint ()
 Returns the home point location
Created in NX7.0.0.
int HumidityPlaces ()
 Returns the humidity decimal places
Created in NX7.0.0.
NXString IdName ()
 Returns the ID name
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::IdnameMethods IdnameMethod ()
 Returns the ID name method
Created in NX7.0.0.
int IndexSize ()
 Returns the index size
Created in NX7.0.0.
NXOpen::PointIntermediatePoint ()
 Returns the intermediate point
Created in NX7.0.0.
NXString JumpLabel ()
 Returns the program jump label
Created in NX7.0.0.
int LinearPlaces ()
 Returns the linear decimal places
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::LinearUnitsOptions LinearUnits ()
 Returns the linear units
Created in NX7.0.0.
bool ManualToggle ()
 Returns the manual mode toggle
Created in NX7.0.0.
bool MaxToggle ()
 Returns the max toggle
Created in NX7.0.0.
double MaxValue ()
 Returns the max value
Created in NX7.0.0.
bool MinToggle ()
 Returns the min toggle
Created in NX7.0.0.
double MinValue ()
 Returns the min value
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::MoveTypes MoveType ()
 Returns the move type
Created in NX7.0.0.
int NumChar ()
 Returns the number of characters
Created in NX7.0.0.
NXString OpName ()
 Returns the command operation name
Created in NX7.0.0.
NXString ProgramName ()
 Returns the program name
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::ProgramNameMethods ProgramNameMethod ()
 Returns the program name method
Created in NX7.0.0.
bool ProgramToggle ()
 Returns the program mode toggle
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::PromptVars PromptVar ()
 Returns the prompt variable
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::QisvarTypes QisvarType ()
 Returns the qis variable type
Created in NX7.0.0.
NXString QisvarValue ()
 Returns the qis variable value
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::RevMethods RevMethod ()
 Returns the revision method
Created in NX7.0.0.
NXString RevName ()
 Returns the revision name
Created in NX7.0.0.
void SetAngularPlaces (int angularPlaces)
 Sets the angular decimal places
Created in NX7.0.0.
void SetAngularUnits (NXOpen::CAM::InspectionCmmCommandBuilder::AngularUnitsOptions angularUnits)
 Sets the angular units
Created in NX7.0.0.
void SetAutoToggle (bool autoToggle)
 Sets the auto mode toggle
Created in NX7.0.0.
void SetCommandType (NXOpen::CAM::InspectionCmmCommandBuilder::CommandTypes commandType)
 Sets the command type
Created in NX7.0.0.
void SetDevTolPlaces (int devTolPlaces)
 Sets the deviation and tolerance decimal places
Created in NX7.0.0.
void SetHomePtMethod (NXOpen::CAM::InspectionCmmCommandBuilder::HomePtMethods homePtMethod)
 Sets the home point method
Created in NX7.0.0.
void SetHomePtPoint (NXOpen::Point *homePtPoint)
 Sets the home point location
Created in NX7.0.0.
void SetHumidityPlaces (int humidityPlaces)
 Sets the humidity decimal places
Created in NX7.0.0.
void SetIdName (const NXString &idName)
 Sets the ID name
Created in NX7.0.0.
void SetIdnameMethod (NXOpen::CAM::InspectionCmmCommandBuilder::IdnameMethods idnameMethod)
 Sets the ID name method
Created in NX7.0.0.
void SetIndexSize (int indexSize)
 Sets the index size
Created in NX7.0.0.
void SetIntermediatePoint (NXOpen::Point *intermediatePoint)
 Sets the intermediate point
Created in NX7.0.0.
void SetJumpLabel (const NXString &jumpLabel)
 Sets the program jump label
Created in NX7.0.0.
void SetLinearPlaces (int linearPlaces)
 Sets the linear decimal places
Created in NX7.0.0.
void SetLinearUnits (NXOpen::CAM::InspectionCmmCommandBuilder::LinearUnitsOptions linearUnits)
 Sets the linear units
Created in NX7.0.0.
void SetManualToggle (bool manualToggle)
 Sets the manual mode toggle
Created in NX7.0.0.
void SetMaxToggle (bool maxToggle)
 Sets the max toggle
Created in NX7.0.0.
void SetMaxValue (double maxValue)
 Sets the max value
Created in NX7.0.0.
void SetMinToggle (bool minToggle)
 Sets the min toggle
Created in NX7.0.0.
void SetMinValue (double minValue)
 Sets the min value
Created in NX7.0.0.
void SetMoveType (NXOpen::CAM::InspectionCmmCommandBuilder::MoveTypes moveType)
 Sets the move type
Created in NX7.0.0.
void SetNumChar (int numChar)
 Sets the number of characters
Created in NX7.0.0.
void SetOpName (const NXString &opName)
 Sets the command operation name
Created in NX7.0.0.
void SetProgramName (const NXString &programName)
 Sets the program name
Created in NX7.0.0.
void SetProgramNameMethod (NXOpen::CAM::InspectionCmmCommandBuilder::ProgramNameMethods programNameMethod)
 Sets the program name method
Created in NX7.0.0.
void SetProgramToggle (bool programToggle)
 Sets the program mode toggle
Created in NX7.0.0.
void SetProgStatements (std::vector< NXString > &progStatements)
 Sets the program statements
Created in NX7.0.0.
void SetPromptVar (NXOpen::CAM::InspectionCmmCommandBuilder::PromptVars promptVar)
 Sets the prompt variable
Created in NX7.0.0.
void SetQisvarType (NXOpen::CAM::InspectionCmmCommandBuilder::QisvarTypes qisvarType)
 Sets the qis variable type
Created in NX7.0.0.
void SetQisvarValue (const NXString &qisvarValue)
 Sets the qis variable value
Created in NX7.0.0.
void SetRevMethod (NXOpen::CAM::InspectionCmmCommandBuilder::RevMethods revMethod)
 Sets the revision method
Created in NX7.0.0.
void SetRevName (const NXString &revName)
 Sets the revision name
Created in NX7.0.0.
void SetTargetPoint (NXOpen::Point *targetPoint)
 Sets the target point
Created in NX7.0.0.
void SetTemperaturePlaces (int temperaturePlaces)
 Sets the temperature decimal places
Created in NX7.0.0.
void SetTemperatureUnits (NXOpen::CAM::InspectionCmmCommandBuilder::TemperatureUnitsOptions temperatureUnits)
 Sets the temperature units
Created in NX7.0.0.
void SetUserPrompt (const NXString &userPrompt)
 Sets the user prompt
Created in NX7.0.0.
void SetVarName (const NXString &varName)
 Sets the variable name
Created in NX7.0.0.
void SetVarScope (NXOpen::CAM::InspectionCmmCommandBuilder::VarScopes varScope)
 Sets the variable scope
Created in NX7.0.0.
void SetVarType (NXOpen::CAM::InspectionCmmCommandBuilder::VarTypes varType)
 Sets the variable type
Created in NX7.0.0.
void SetVectorPlaces (int vectorPlaces)
 Sets the vector decimal places
Created in NX7.0.0.
NXOpen::PointTargetPoint ()
 Returns the target point
Created in NX7.0.0.
int TemperaturePlaces ()
 Returns the temperature decimal places
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::TemperatureUnitsOptions TemperatureUnits ()
 Returns the temperature units
Created in NX7.0.0.
NXString UserPrompt ()
 Returns the user prompt
Created in NX7.0.0.
NXString VarName ()
 Returns the variable name
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::VarScopes VarScope ()
 Returns the variable scope
Created in NX7.0.0.
NXOpen::CAM::InspectionCmmCommandBuilder::VarTypes VarType ()
 Returns the variable type
Created in NX7.0.0.
int VectorPlaces ()
 Returns the vector decimal places
Created in NX7.0.0.

Detailed Description

Represents a CMM Inspection miscellaneous command builder.


To create a new instance of this class, use CAM::InspectionOperationCollection::CreateInspectionCmmCommandBuilder

Created in NX7.0.0.


Member Enumeration Documentation

Angular units specifications.

Enumerator:
AngularUnitsOptionsDecimalDegrees 

Use decimal degrees.

AngularUnitsOptionsRadians 

Use radians.

AngularUnitsOptionsDegreesMinutesSeconds 

Use Degrees:Minutes:Seconds.

The type of CMM command to be entered.

Enumerator:
CommandTypesEnterStatement 

Enter any CMM statement.

CommandTypesMeasurementMode 

Enter a statement to set the measurement mode.

CommandTypesDefineHomePoint 

Enter a statement defining the home point.

CommandTypesMoveMachine 

Enter a statement to move the machine.

CommandTypesOutputDecimalPlaces 

Enter a statement defining the number of decimal places for output.

CommandTypesDeclareVariable 

Enter a statement declaring a variable.

CommandTypesQISVariable 

Enter a statement declaring a QIS variable.

CommandTypesPromptforInput 

Enter a statement prompting the user for input.

CommandTypesProgramLabel 

Enter a program label statement.

CommandTypesJumptoLabel 

Enter a jump to label statement.

CommandTypesProgramHeader 

Enter a program header statement.

The method used to specify the home point.

Enumerator:
HomePtMethodsMachineZero 

Use the Machine zero point as the home point.

HomePtMethodsUserSpecifiedPoint 

Use a user specified point as the home point.

Naming method.

Enumerator:
IdnameMethodsCurrentPartName 

Use current part name for ID.

IdnameMethodsUserSpecified 

Use user specified name for ID.

Linear units specifications.

Enumerator:
LinearUnitsOptionsPartUnits 

Use part units.

LinearUnitsOptionsMillimeters 

Use millimeters.

LinearUnitsOptionsCentimeters 

Use centimeters.

LinearUnitsOptionsMeters 

Use meters.

LinearUnitsOptionsInches 

Use inches.

LinearUnitsOptionsFeet 

Use feat.

The type of move.

Enumerator:
MoveTypesLinearMove 

Specifies a linear move.

MoveTypesArcMove 

Specifies an arc move.

MoveTypesHomeLocation 

Specifies a move to the home location.

Program name.

Enumerator:
ProgramNameMethodsCurrentPartName 

Use current part name for program name.

ProgramNameMethodsUserSpecified 

Use user specified name for program name.

User prompt variable.

Enumerator:
PromptVarsNull 

Specifies a NULL prompt.

QIS variable type.

Enumerator:
QisvarTypesNull 

Specifies a NULL QIS variable.

Revision method.

Enumerator:
RevMethodsCurrentPartRevision 

Use current part revision.

RevMethodsUserSpecified 

Use user specified revision.

Temperature units specifications.

Enumerator:
TemperatureUnitsOptionsFahrenheit 

Use fahrenheit.

TemperatureUnitsOptionsCentigrade 

Use Centigrade.

Sets variable scope.

Enumerator:
VarScopesGlobal 

Variable has global scope.

VarScopesCommon 

Variable has common scope.

VarScopesLocal 

Variable has local scope.

Variable type.

Enumerator:
VarTypesBoolean 

Specifies a boolean variable.

VarTypesInteger 

Specifies an integer variable.

VarTypesLong 

Specifies a long integer variable.

VarTypesReal 

Specifies a real variable.

VarTypesDouble 

Specifies a double variable.

VarTypesCharacter 

Specifies a character variable.

VarTypesVector 

Specifies a vector variable.


Member Function Documentation

Returns the angular decimal places
Created in NX7.0.0.



License requirements : None

Returns the angular units
Created in NX7.0.0.



License requirements : None

Returns the auto mode toggle
Created in NX7.0.0.



License requirements : None

Returns the command type
Created in NX7.0.0.



License requirements : None

Returns the deviation and tolerance decimal places
Created in NX7.0.0.



License requirements : None

Returns the program statements.

Returns:

Created in NX7.0.0.

License requirements : None

Returns the home point method
Created in NX7.0.0.



License requirements : None

Returns the home point location
Created in NX7.0.0.



License requirements : None

Returns the humidity decimal places
Created in NX7.0.0.



License requirements : None

Returns the ID name
Created in NX7.0.0.



License requirements : None

Returns the ID name method
Created in NX7.0.0.



License requirements : None

Returns the index size
Created in NX7.0.0.



License requirements : None

Returns the intermediate point
Created in NX7.0.0.



License requirements : None

Returns the program jump label
Created in NX7.0.0.



License requirements : None

Returns the linear decimal places
Created in NX7.0.0.



License requirements : None

Returns the linear units
Created in NX7.0.0.



License requirements : None

Returns the manual mode toggle
Created in NX7.0.0.



License requirements : None

Returns the max toggle
Created in NX7.0.0.



License requirements : None

Returns the max value
Created in NX7.0.0.



License requirements : None

Returns the min toggle
Created in NX7.0.0.



License requirements : None

Returns the min value
Created in NX7.0.0.



License requirements : None

Returns the move type
Created in NX7.0.0.



License requirements : None

Returns the number of characters
Created in NX7.0.0.



License requirements : None

Returns the command operation name
Created in NX7.0.0.



License requirements : None

Returns the program name
Created in NX7.0.0.



License requirements : None

Returns the program name method
Created in NX7.0.0.



License requirements : None

Returns the program mode toggle
Created in NX7.0.0.



License requirements : None

Returns the prompt variable
Created in NX7.0.0.



License requirements : None

Returns the qis variable type
Created in NX7.0.0.



License requirements : None

Returns the qis variable value
Created in NX7.0.0.



License requirements : None

Returns the revision method
Created in NX7.0.0.



License requirements : None

Returns the revision name
Created in NX7.0.0.



License requirements : None

Sets the angular decimal places
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
angularPlacesangularplaces

Sets the angular units
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
angularUnitsangularunits

Sets the auto mode toggle
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
autoToggleautotoggle

Sets the command type
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
commandTypecommandtype

Sets the deviation and tolerance decimal places
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
devTolPlacesdevtolplaces

Sets the home point method
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
homePtMethodhomeptmethod

Sets the home point location
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
homePtPointhomeptpoint

Sets the humidity decimal places
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
humidityPlaceshumidityplaces

Sets the ID name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
idNameidname

Sets the ID name method
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
idnameMethodidnamemethod

Sets the index size
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
indexSizeindexsize

Sets the intermediate point
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
intermediatePointintermediatepoint

Sets the program jump label
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
jumpLabeljumplabel

Sets the linear decimal places
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
linearPlaceslinearplaces

Sets the linear units
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
linearUnitslinearunits

Sets the manual mode toggle
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
manualTogglemanualtoggle

Sets the max toggle
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
maxTogglemaxtoggle

Sets the max value
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
maxValuemaxvalue

Sets the min toggle
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
minTogglemintoggle

Sets the min value
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
minValueminvalue

Sets the move type
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
moveTypemovetype

Sets the number of characters
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
numCharnumchar

Sets the command operation name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
opNameopname

Sets the program name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
programNameprogramname

Sets the program name method
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
programNameMethodprogramnamemethod

Sets the program mode toggle
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
programToggleprogramtoggle
void NXOpen::CAM::InspectionCmmCommandBuilder::SetProgStatements ( std::vector< NXString > &  progStatements)

Sets the program statements
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
progStatements
NOTE: The full Unicode character set is not supported for this parameter.

Sets the prompt variable
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
promptVarpromptvar

Sets the qis variable type
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
qisvarTypeqisvartype

Sets the qis variable value
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
qisvarValueqisvarvalue

Sets the revision method
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
revMethodrevmethod

Sets the revision name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
revNamerevname

Sets the target point
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
targetPointtargetpoint

Sets the temperature decimal places
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
temperaturePlacestemperatureplaces

Sets the temperature units
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
temperatureUnitstemperatureunits

Sets the user prompt
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
userPromptuserprompt

Sets the variable name
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
varNamevarname

Sets the variable scope
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
varScopevarscope

Sets the variable type
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
varTypevartype

Sets the vector decimal places
Created in NX7.0.0.



License requirements : insp_programming ("INSPECTION PROGRAMMING")

Parameters:
vectorPlacesvectorplaces

Returns the target point
Created in NX7.0.0.



License requirements : None

Returns the temperature decimal places
Created in NX7.0.0.



License requirements : None

Returns the temperature units
Created in NX7.0.0.



License requirements : None

Returns the user prompt
Created in NX7.0.0.



License requirements : None

Returns the variable name
Created in NX7.0.0.



License requirements : None

Returns the variable scope
Created in NX7.0.0.



License requirements : None

Returns the variable type
Created in NX7.0.0.



License requirements : None

Returns the vector decimal places
Created in NX7.0.0.



License requirements : None


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