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

Represents a single valued measurement
Created in NX4.0.0. More...

Inheritance diagram for NXOpen::GenericMeasure:
NXOpen::TransientObject NXOpen::MeasureBodies NXOpen::MeasureFaces NXOpen::SingleMeasure NXOpen::MeasureAngle NXOpen::MeasureDistance NXOpen::MeasureLength

List of all members.

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.

Detailed Description

Represents a single valued measurement
Created in NX4.0.0.



Member Enumeration Documentation

The types for a measurement.

Enumerator:
TypeMinimumDistance 

minimum distance

TypeLocalMinimumDistance 

local minimum distance

TypeMaximumDistance 

maximum distance

TypeProjectedDistance 

projected distance

TypeRadialDistance 

radial distance

TypeLength 

length

TypeTwoObjectAngle 

two object angle

TypeThreePointAngle 

three point angle

TypeFaceProperties 

face properties

TypeMassProperties 

mass properties

TypePointsOnCurves 

points on curves

TypeRoutingPathLength 

routing path length


Constructor & Destructor Documentation

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


Member Function Documentation

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


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