NX Open C++ Reference Guide
|
Represents a single valued measurement
Created in NX4.0.0.
More...
Public Types | |
enum | Type { TypeMinimumDistance, TypeLocalMinimumDistance, TypeMaximumDistance, TypeProjectedDistance, TypeRadialDistance, TypeLength, TypeTwoObjectAngle, TypeThreePointAngle, TypeFaceProperties, TypeMassProperties, TypePointsOnCurves, TypeRoutingPathLength } |
The types for a measurement. More... | |
Public Member Functions | |
void | Information () |
Display information about a measurement. | |
NXOpen::GenericMeasure::Type | MeasurementType () |
Returns the type of the measurement Created in NX4.0.0. | |
virtual | ~GenericMeasure () |
Free resources associated with the measure. |
Represents a single valued measurement
Created in NX4.0.0.
The types for a measurement.
virtual NXOpen::GenericMeasure::~GenericMeasure | ( | ) | [virtual] |
Free resources associated with the measure.
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 NX4.0.0.
License requirements : None
void NXOpen::GenericMeasure::Information | ( | ) |
Display information about a measurement.
In Interactive mode, output will be displayed in the listing window
In Batch mode, output will be displayed to the standard output (stdout)
Created in NX4.0.0.
License requirements : None
Returns the type of the measurement
Created in NX4.0.0.
License requirements : None