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

DeviationGaugeBuilder class
To create a new instance of this class, use GeometricAnalysis::AnalysisObjectCollection::CreateDeviationGaugeBuilder
Default values. More...

Inheritance diagram for NXOpen::GeometricAnalysis::DeviationGaugeBuilder:
NXOpen::Builder NXOpen::TaggedObject NXOpen::GeometricUtilities::IComponentBuilder

List of all members.

Public Types

enum  AdditionalValuesLabelType { AdditionalValuesLabelTypeUserDefined, AdditionalValuesLabelTypeIntermediate, AdditionalValuesLabelTypeAll, AdditionalValuesLabelTypeNone }
 This enum represents the Deviation Gauge Analysis Object additional values label type. More...
enum  ColorPlotTypes { ColorPlotTypesBlend, ColorPlotTypesStepped, ColorPlotTypesNone }
 This enum represents the Deviation Gauge Analysis Object color plot types. More...
enum  MeasurementMethodType {
  MeasurementMethodTypeThreeDim, MeasurementMethodTypeXyzDirection, MeasurementMethodTypeWorkView, MeasurementMethodTypeVectorComponent,
  MeasurementMethodTypePlane, MeasurementMethodTypeAlongVector
}
 This enum represents the Deviation Gauge Analysis Object evaluation types. More...
enum  MinMaxType { MinMaxTypeMinmax, MinMaxTypeMinimum, MinMaxTypeMaximum, MinMaxTypeNone }
 This enum represents the Deviation Gauge Analysis Object min max type. More...
enum  ReportingPerTypes { ReportingPerTypesAnalysisObject, ReportingPerTypesTarget, ReportingPerTypesReference }
 This enum represents the Deviation Gauge Analysis Object reporting per setting. More...
enum  XyzDirectionType { XyzDirectionTypeX, XyzDirectionTypeY, XyzDirectionTypeZ }
 This enum represents the Deviation Gauge Analysis Object X, Y, Z direction options. More...

Public Member Functions

void AddDynamicPoints ()
 Adds dynamic points to the Deviation Gauge.
NXOpen::GeometricAnalysis::DeviationGaugeBuilder::ColorPlotTypes ColorPlotType ()
 Returns the color plot type
Created in NX6.0.0.
NXOpen::Features::GeometricConstraintDataManagerConstraintManager ()
 Returns the constraint manager
Created in NX7.0.0.
NXOpen::GeometricUtilities::CurveRangeBuilderCurveRangeControl ()
 Returns the curve range
Created in NX6.0.0.
int DeviationIntervals ()
 Returns the number of deviation intervals
Created in NX6.0.0.
bool HasAbsoluteColorPlot ()
 Returns a value indicating whether to plot using absolute value
Created in NX6.0.0.
NXOpen::GeometricAnalysis::DeviationGaugeBuilder::AdditionalValuesLabelType HasAdditionalValuesLabel ()
 Returns a value indicating whether to add additional values label
Created in NX6.0.0.
bool HasCrossCurveDeviationLabel ()
 Returns a value indicating whether to display cross_curve deviation label
Created in NX6.0.0.
bool HasInfoLabel ()
 Returns a value indicating whether to enable floating info label
Created in NX6.0.0.
bool HasInnerToleranceLabel ()
 Returns a value indicating whether to display inner tolerance label
Created in NX6.0.0.
bool HasMaximumValueLabel ()
 Returns a value indicating whether to display maximum value label
Created in NX6.0.0.
bool HasMinimumValueLabel ()
 Returns a value indicating whether to display minimum value label
Created in NX6.0.0.
double InnerTolerance ()
 Returns the inner tolerance
Created in NX6.0.0.
bool IsColorMapDisplayed ()
 Returns a value indicating whether to display color map
Created in NX6.0.0.
bool IsDirectionReversed ()
 Returns a value indicating whether to reverse the direction
Created in NX6.0.0.
bool IsLabelDisplayed ()
 Returns a value indicating whether to display label
Created in NX6.0.0.
bool IsMarkerDisplayed ()
 Returns a value indicating whether to display marker
Created in NX6.0.0.
bool IsNeedlePlotDisplayed ()
 Returns a value indicating whether to display needle plot
Created in NX6.0.0.
double MaxCheckingAngle ()
 Returns the maximum checking angle
Created in NX6.0.0.
double MaxCheckingDistance ()
 Returns the maximum checking distance
Created in NX6.0.0.
NXOpen::GeometricAnalysis::DeviationGaugeBuilder::MeasurementMethodType MeasurementMethod ()
 Returns the measurement method
Created in NX6.0.0.
int MeasurementSamples ()
 Returns the number of measurement samples
Created in NX6.0.0.
NXOpen::GeometricAnalysis::DeviationGaugeBuilder::MinMaxType MinMaxOption ()
 Returns the min_max type
Created in NX6.0.0.
double NeedleScale ()
 Returns the needle scale
Created in NX6.0.0.
double NegativeInnerTolerance ()
 Returns the negative inner tolerance
Created in NX6.0.0.
double NegativeOuterTolerance ()
 Returns the negative outer tolerance
Created in NX6.0.0.
double OuterTolerance ()
 Returns the outer tolerance
Created in NX6.0.0.
NXOpen::PlanePlane ()
 Returns the plane for measurement direction
Created in NX6.0.0.
double PositiveInnerTolerance ()
 Returns the positive inner tolerance
Created in NX6.0.0.
double PositiveOuterTolerance ()
 Returns the positive outer tolerance
Created in NX6.0.0.
NXOpen::SelectNXObjectListReferenceObjects ()
 Returns the reference object
Created in NX6.0.0.
NXOpen::GeometricAnalysis::DeviationGaugeBuilder::ReportingPerTypes ReportingPerType ()
 Returns the reporting per option
Created in NX8.0.0.
void SetColorMapDisplayed (bool isColorMapDisplayed)
 Sets a value indicating whether to display color map
Created in NX6.0.0.
void SetColorPlotType (NXOpen::GeometricAnalysis::DeviationGaugeBuilder::ColorPlotTypes colorPlotType)
 Sets the color plot type
Created in NX6.0.0.
void SetDeviationIntervals (int deviationIntervals)
 Sets the number of deviation intervals
Created in NX6.0.0.
void SetDirectionReversed (bool reverseDirection)
 Sets a value indicating whether to reverse the direction
Created in NX6.0.0.
void SetHasAbsoluteColorPlot (bool absoluteColorPlot)
 Sets a value indicating whether to plot using absolute value
Created in NX6.0.0.
void SetHasAdditionalValuesLabel (NXOpen::GeometricAnalysis::DeviationGaugeBuilder::AdditionalValuesLabelType additionalValuesLabel)
 Sets a value indicating whether to add additional values label
Created in NX6.0.0.
void SetHasCrossCurveDeviationLabel (bool crossCurveDeviationLabel)
 Sets a value indicating whether to display cross_curve deviation label
Created in NX6.0.0.
void SetHasInfoLabel (bool infoLabel)
 Sets a value indicating whether to enable floating info label
Created in NX6.0.0.
void SetHasInnerToleranceLabel (bool innerToleranceLabel)
 Sets a value indicating whether to display inner tolerance label
Created in NX6.0.0.
void SetHasMaximumValueLabel (bool maximumValueLabel)
 Sets a value indicating whether to display maximum value label
Created in NX6.0.0.
void SetHasMinimumValueLabel (bool minimumValueLabel)
 Sets a value indicating whether to display minimum value label
Created in NX6.0.0.
void SetInnerTolerance (double innerTolerance)
 Sets the inner tolerance
Created in NX6.0.0.
void SetLabelDisplayed (bool labelDisplayed)
 Sets a value indicating whether to display label
Created in NX6.0.0.
void SetMarkerDisplayed (bool isMarkerDisplayed)
 Sets a value indicating whether to display marker
Created in NX6.0.0.
void SetMaxCheckingAngle (double maxCheckingAngle)
 Sets the maximum checking angle
Created in NX6.0.0.
void SetMaxCheckingDistance (double maxCheckingDistance)
 Sets the maximum checking distance
Created in NX6.0.0.
void SetMeasurementMethod (NXOpen::GeometricAnalysis::DeviationGaugeBuilder::MeasurementMethodType measurementMethod)
 Sets the measurement method
Created in NX6.0.0.
void SetMeasurementSamples (int measurementSamples)
 Sets the number of measurement samples
Created in NX6.0.0.
void SetMinMaxOption (NXOpen::GeometricAnalysis::DeviationGaugeBuilder::MinMaxType minMax)
 Sets the min_max type
Created in NX6.0.0.
void SetNeedlePlotDisplayed (bool isNeedlePlotDisplayed)
 Sets a value indicating whether to display needle plot
Created in NX6.0.0.
void SetNeedleScale (double needleScale)
 Sets the needle scale
Created in NX6.0.0.
void SetNegativeInnerTolerance (double negativennerTolerance)
 Sets the negative inner tolerance
Created in NX6.0.0.
void SetNegativeOuterTolerance (double negativeOuterTolerance)
 Sets the negative outer tolerance
Created in NX6.0.0.
void SetOuterTolerance (double outerTolerance)
 Sets the outer tolerance
Created in NX6.0.0.
void SetPlane (NXOpen::Plane *plane)
 Sets the plane for measurement direction
Created in NX6.0.0.
void SetPositiveInnerTolerance (double positiveInnerTolerance)
 Sets the positive inner tolerance
Created in NX6.0.0.
void SetPositiveOuterTolerance (double positiveOuterTolerance)
 Sets the positive outer tolerance
Created in NX6.0.0.
void SetReportingPerType (NXOpen::GeometricAnalysis::DeviationGaugeBuilder::ReportingPerTypes reportingPerType)
 Sets the reporting per option
Created in NX8.0.0.
void SetSpatialResolution (double spatialResolution)
 Sets the maximum checking angle
Created in NX6.0.0.
void SetSuggestScaleFactor (bool suggestScaleFactor)
 Sets a value indicating whether to use automatic scale factor
Created in NX6.0.0.
void SetUseDefiningPoints (bool useDefiningPoints)
 Sets a value indicating whether to use defining points.
void SetVectorComponentDirection (NXOpen::Direction *vectorComponentDirection)
 Sets the direction vector.
void SetXyzDirection (NXOpen::GeometricAnalysis::DeviationGaugeBuilder::XyzDirectionType xyzDirection)
 Sets the xyz direction
Created in NX6.0.0.
double SpatialResolution ()
 Returns the maximum checking angle
Created in NX6.0.0.
bool SuggestScaleFactor ()
 Returns a value indicating whether to use automatic scale factor
Created in NX6.0.0.
NXOpen::GeometricUtilities::SurfaceRangeBuilderSurfaceRangeControl ()
 Returns the surface range
Created in NX6.0.0.
NXOpen::SelectNXObjectListTargetObjects ()
 Returns the target object
Created in NX6.0.0.
bool UseDefiningPoints ()
 Returns a value indicating whether to use defining points.
NXOpen::DirectionVectorComponentDirection ()
 Returns the direction vector.
NXOpen::GeometricAnalysis::DeviationGaugeBuilder::XyzDirectionType XyzDirection ()
 Returns the xyz direction
Created in NX6.0.0.

Detailed Description

DeviationGaugeBuilder class
To create a new instance of this class, use GeometricAnalysis::AnalysisObjectCollection::CreateDeviationGaugeBuilder
Default values.

Property Value

ColorPlotType

Blend

CurveRangeControl.AnchorPosition

Start

DeviationIntervals

5

HasAbsoluteColorPlot

0

HasAdditionalValuesLabel

None

HasMaximumValueLabel

1

HasMinimumValueLabel

0

InnerTolerance

0.1

IsLabelDisplayed

0

IsMarkerDisplayed

0

IsNeedlePlotDisplayed

1

MaxCheckingAngle

5

MaxCheckingDistance

1 (millimeters part), 0.5 (inches part)

MeasurementMethod

ThreeDim

MeasurementSamples

20

MinMaxOption

Minmax

NeedleScale

1.0

NegativeInnerTolerance

-0.001

NegativeOuterTolerance

-0.001

OuterTolerance

0.1

PositiveInnerTolerance

0.001

PositiveOuterTolerance

0.001

ReportingPerType

AnalysisObject

SpatialResolution

0.1

SurfaceRangeControl.AnchorPosition

Vertex1

XyzDirection

X


Created in NX6.0.0.


Member Enumeration Documentation

This enum represents the Deviation Gauge Analysis Object additional values label type.

Enumerator:
AdditionalValuesLabelTypeUserDefined 

User Defined.

AdditionalValuesLabelTypeIntermediate 

Intermediate.

AdditionalValuesLabelTypeAll 

All.

AdditionalValuesLabelTypeNone 

None.

This enum represents the Deviation Gauge Analysis Object color plot types.

Enumerator:
ColorPlotTypesBlend 

Blend.

ColorPlotTypesStepped 

Stepped.

ColorPlotTypesNone 

None.

This enum represents the Deviation Gauge Analysis Object evaluation types.

Enumerator:
MeasurementMethodTypeThreeDim 

3D

MeasurementMethodTypeXyzDirection 

XYZ direction.

MeasurementMethodTypeWorkView 

Work view.

MeasurementMethodTypeVectorComponent 

Vector component.

MeasurementMethodTypePlane 

Plane.

MeasurementMethodTypeAlongVector 

Along vector.

This enum represents the Deviation Gauge Analysis Object min max type.

Enumerator:
MinMaxTypeMinmax 

Minimum/Maximum.

MinMaxTypeMinimum 

Minimum.

MinMaxTypeMaximum 

Maximum.

MinMaxTypeNone 

None.

This enum represents the Deviation Gauge Analysis Object reporting per setting.

Enumerator:
ReportingPerTypesAnalysisObject 

Per Analysis Object.

ReportingPerTypesTarget 

Per Target Object.

ReportingPerTypesReference 

Per Reference Object.

This enum represents the Deviation Gauge Analysis Object X, Y, Z direction options.

Enumerator:
XyzDirectionTypeX 

X direction.

XyzDirectionTypeY 

Y direction.

XyzDirectionTypeZ 

Z direction.


Member Function Documentation

Adds dynamic points to the Deviation Gauge.


Created in NX7.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the color plot type
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the constraint manager
Created in NX7.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the curve range
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the number of deviation intervals
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to plot using absolute value
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to add additional values label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to display cross_curve deviation label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to enable floating info label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to display inner tolerance label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to display maximum value label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to display minimum value label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the inner tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to display color map
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to reverse the direction
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to display label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to display marker
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to display needle plot
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the maximum checking angle
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the maximum checking distance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the measurement method
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the number of measurement samples
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the min_max type
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the needle scale
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the negative inner tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the negative outer tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the outer tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the plane for measurement direction
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the positive inner tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the positive outer tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the reference object
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the reporting per option
Created in NX8.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Sets a value indicating whether to display color map
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
isColorMapDisplayediscolormapdisplayed

Sets the color plot type
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
colorPlotTypecolorplottype

Sets the number of deviation intervals
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
deviationIntervalsdeviationintervals

Sets a value indicating whether to reverse the direction
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
reverseDirectionreversedirection

Sets a value indicating whether to plot using absolute value
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
absoluteColorPlotabsolutecolorplot

Sets a value indicating whether to add additional values label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
additionalValuesLabeladditionalvalueslabel

Sets a value indicating whether to display cross_curve deviation label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
crossCurveDeviationLabelcrosscurvedeviationlabel

Sets a value indicating whether to enable floating info label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
infoLabelinfolabel

Sets a value indicating whether to display inner tolerance label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
innerToleranceLabelinnertolerancelabel

Sets a value indicating whether to display maximum value label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
maximumValueLabelmaximumvaluelabel

Sets a value indicating whether to display minimum value label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
minimumValueLabelminimumvaluelabel

Sets the inner tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
innerToleranceinnertolerance

Sets a value indicating whether to display label
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
labelDisplayedlabeldisplayed

Sets a value indicating whether to display marker
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
isMarkerDisplayedismarkerdisplayed

Sets the maximum checking angle
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
maxCheckingAnglemaxcheckingangle

Sets the maximum checking distance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
maxCheckingDistancemaxcheckingdistance

Sets the measurement method
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
measurementMethodmeasurementmethod

Sets the number of measurement samples
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
measurementSamplesmeasurementsamples

Sets the min_max type
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
minMaxminmax

Sets a value indicating whether to display needle plot
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
isNeedlePlotDisplayedisneedleplotdisplayed

Sets the needle scale
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
needleScaleneedlescale

Sets the negative inner tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
negativennerTolerancenegativennertolerance

Sets the negative outer tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
negativeOuterTolerancenegativeoutertolerance

Sets the outer tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
outerToleranceoutertolerance

Sets the plane for measurement direction
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
planeplane

Sets the positive inner tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
positiveInnerTolerancepositiveinnertolerance

Sets the positive outer tolerance
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
positiveOuterTolerancepositiveoutertolerance

Sets the reporting per option
Created in NX8.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
reportingPerTypereportingpertype

Sets the maximum checking angle
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
spatialResolutionspatialresolution

Sets a value indicating whether to use automatic scale factor
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
suggestScaleFactorsuggestscalefactor

Sets a value indicating whether to use defining points.

Available only if target is curve with defining points
Created in NX6.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
useDefiningPointsusedefiningpoints

Sets the direction vector.

Not used if the measurement method is ThreeDim or Plane
Created in NX6.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
vectorComponentDirectionvectorcomponentdirection

Sets the xyz direction
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Parameters:
xyzDirectionxyzdirection

Returns the maximum checking angle
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to use automatic scale factor
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the surface range
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the target object
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")

Returns a value indicating whether to use defining points.

Available only if target is curve with defining points
Created in NX6.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the direction vector.

Not used if the measurement method is ThreeDim or Plane
Created in NX6.0.0.

License requirements : studio_free_form ("STUDIO FREE FORM")

Returns the xyz direction
Created in NX6.0.0.



License requirements : studio_free_form ("STUDIO FREE FORM")


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