NXOpen .NET Reference  12.0.0
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
NXOpen.GenericMeasure Class Reference

Represents a single valued measurement More...

Inheritance diagram for NXOpen.GenericMeasure:
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 {
  MinimumDistance, LocalMinimumDistance, MaximumDistance, ProjectedDistance,
  RadialDistance, Length, TwoObjectAngle, ThreePointAngle,
  FaceProperties, MassProperties, PointsOnCurves, RoutingPathLength,
  DiameterDistance, PolarRadius, PolarAngle, RectangularExtreme,
  PolarArea, MinimumSmartDistance, MaximumSmartDistance, Point
}
 The types for a measurement More...
 

Public Member Functions

unsafe void Information ()
 Display information about a measurement. More...
 

Protected Member Functions

override void FreeResource ()
 Free resources associated with the measure. More...
 

Properties

unsafe NXOpen.GenericMeasure.Type MeasurementType [get]
 Returns the type of the measurement More...
 

Detailed Description

Represents a single valued measurement

Created in NX4.0.0

Member Enumeration Documentation

The types for a measurement

Enumerator
MinimumDistance 
LocalMinimumDistance 
MaximumDistance 
ProjectedDistance 
RadialDistance 
Length 
TwoObjectAngle 
ThreePointAngle 
FaceProperties 
MassProperties 
PointsOnCurves 
RoutingPathLength 
DiameterDistance 
PolarRadius 
PolarAngle 
RectangularExtreme 
PolarArea 
MinimumSmartDistance 
MaximumSmartDistance 
Point 

Member Function Documentation

override void NXOpen.GenericMeasure.FreeResource ( )
protected

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.

unsafe 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.

Property Documentation

unsafe NXOpen.GenericMeasure.Type NXOpen.GenericMeasure.MeasurementType
get

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.