NX Open C++ Reference Guide
Public Types | Public Member Functions | List of all members
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::MeasurePoint NXOpen::MeasureRectangularExtreme NXOpen::SingleMeasure NXOpen::MeasureAngle NXOpen::MeasureDistance NXOpen::MeasureLength NXOpen::MeasurePolarAngle NXOpen::MeasurePolarArea NXOpen::MeasurePolarRadius

Public Types

enum  Type {
  TypeMinimumDistance, TypeLocalMinimumDistance, TypeMaximumDistance, TypeProjectedDistance,
  TypeRadialDistance, TypeLength, TypeTwoObjectAngle, TypeThreePointAngle,
  TypeFaceProperties, TypeMassProperties, TypePointsOnCurves, TypeRoutingPathLength,
  TypeDiameterDistance, TypePolarRadius, TypePolarAngle, TypeRectangularExtreme,
  TypePolarArea, TypeMinimumSmartDistance, TypeMaximumSmartDistance, TypePoint
}
 The types for a measurement. More...
 

Public Member Functions

void Information ()
 Display information about a measurement. More...
 
NXOpen::GenericMeasure::Type MeasurementType ()
 Returns the type of the measurement
Created in NX4.0.0. More...
 
virtual ~GenericMeasure ()
 Free resources associated with the measure. More...
 
- Public Member Functions inherited from NXOpen::TransientObject
void * GetHandle ()
 Handle of the internal object represented by this object. More...
 

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

TypeDiameterDistance 

diameter distance

TypePolarRadius 

polar radius

TypePolarAngle 

polar angle

TypeRectangularExtreme 

rectangular extreme

TypePolarArea 

polar area

TypeMinimumSmartDistance 

minimum smart distance

TypeMaximumSmartDistance 

maximum smart distance

TypePoint 

point

Constructor & Destructor Documentation

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

Member Function Documentation

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

NXOpen::GenericMeasure::Type NXOpen::GenericMeasure::MeasurementType ( )

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 2017 Siemens Product Lifecycle Management Software Inc. All Rights Reserved.