NXOpen .NET Reference Guide  1899
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
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.TransientObject NXOpen.Utilities.NXRemotableObject IDisposable IMessageSink NXOpen.MeasureBodies NXOpen.MeasureFaces NXOpen.MeasurePoint NXOpen.MeasureRectangularExtreme NXOpen.SingleMeasure NXOpen.MeasureAngle NXOpen.MeasureDistance NXOpen.MeasureExtremePoint 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, ExtremePoint, MinimumSmartDistance, MaximumSmartDistance,
  Point
}
 The types for a measurement More...
 

Public Member Functions

unsafe void Information ()
 Display information about a measurement. More...
 
- Public Member Functions inherited from NXOpen.TransientObject
void Dispose ()
 Frees the object from memory. More...
 
void PrintTestData (String variableName)
 <exclude> More...
 
void PrintTestData (String variableName, int lineNumber)
 <exclude> More...
 
new string ToString ()
 Returns a String that represents the current Object. More...
 
- Public Member Functions inherited from NXOpen.Utilities.NXRemotableObject
IMessageCtrl AsyncProcessMessage (IMessage msg, IMessageSink replySink)
 Asynchronously processes the given message. More...
 
IMessage SyncProcessMessage (IMessage msg)
 Synchronously processes the given message. 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...
 
- Properties inherited from NXOpen.TransientObject
IntPtr Handle [get]
 Handle of the internal object represented by this object. More...
 
- Properties inherited from NXOpen.Utilities.NXRemotableObject
IMessageSink NextSink [get]
 Gets the next message sink in the sink chain. 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 
ExtremePoint 
MinimumSmartDistance 
MaximumSmartDistance 
Point 

Member Function Documentation

override void NXOpen.GenericMeasure.FreeResource ( )
inlineprotectedvirtual

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.

Implements NXOpen.TransientObject.

unsafe void NXOpen.GenericMeasure.Information ( )
inline

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