Class PmiDimensionData
Inheritance
PmiDimensionData
Assembly: NXOpen.dll
Syntax
public class PmiDimensionData : PmiSemanticData, IMessageSink, IDisposable
Constructors
PmiDimensionData(nint)
Declaration
protected PmiDimensionData(nint ptr)
Parameters
Type |
Name |
Description |
nint |
ptr |
|
Properties
AllAround
Declaration
public bool AllAround { get; }
Property Value
AllOver
Declaration
public bool AllOver { get; }
Property Value
AngleNumerator
Declaration
public double AngleNumerator { get; }
Property Value
Basic
Declaration
public bool Basic { get; }
Property Value
Deviation
Declaration
public string Deviation { get; }
Property Value
DimensionValue
Declaration
public double DimensionValue { get; }
Property Value
Direction
Declaration
public Vector3d Direction { get; }
Property Value
FeatureOfSize
Declaration
public bool FeatureOfSize { get; }
Property Value
FitGrade
Declaration
public int FitGrade { get; }
Property Value
Grade
Declaration
public int Grade { get; }
Property Value
HoleDeviation
Declaration
public string HoleDeviation { get; }
Property Value
HoleGrade
Declaration
public int HoleGrade { get; }
Property Value
HoleLowerDelta
Declaration
public double HoleLowerDelta { get; }
Property Value
HoleUpperDelta
Declaration
public double HoleUpperDelta { get; }
Property Value
IsFitDesignation
Declaration
public bool IsFitDesignation { get; }
Property Value
LowerDelta
Declaration
public double LowerDelta { get; }
Property Value
Manual
Declaration
public bool Manual { get; }
Property Value
NotToScale
Declaration
public bool NotToScale { get; }
Property Value
NumberOfParameterDimensions
Declaration
public int NumberOfParameterDimensions { get; }
Property Value
PitchDiaDeviation
Declaration
public string PitchDiaDeviation { get; }
Property Value
PitchDiaGrade
Declaration
public int PitchDiaGrade { get; }
Property Value
PitchDiaLowerDelta
Declaration
public double PitchDiaLowerDelta { get; }
Property Value
PitchDiaUpperDelta
Declaration
public double PitchDiaUpperDelta { get; }
Property Value
Reference
Declaration
public bool Reference { get; }
Property Value
ReferenceDimensionPrefix
Declaration
public string ReferenceDimensionPrefix { get; }
Property Value
ReferenceDimensionSuffix
Declaration
public string ReferenceDimensionSuffix { get; }
Property Value
ShaftDeviation
Declaration
public string ShaftDeviation { get; }
Property Value
ShaftGrade
Declaration
public int ShaftGrade { get; }
Property Value
ShaftLowerDelta
Declaration
public double ShaftLowerDelta { get; }
Property Value
ShaftUpperDelta
Declaration
public double ShaftUpperDelta { get; }
Property Value
ThreadClass
Declaration
public int ThreadClass { get; }
Property Value
Type
Declaration
public PmiDimensionData.DimensionType Type { get; }
Property Value
UpperDelta
Declaration
public double UpperDelta { get; }
Property Value
Methods
GetAboveAppendedText(out string[])
Declaration
public void GetAboveAppendedText(out string[] textLines)
Parameters
Type |
Name |
Description |
string[] |
textLines |
|
GetAfterAppendedText(out string[])
Declaration
public void GetAfterAppendedText(out string[] textLines)
Parameters
Type |
Name |
Description |
string[] |
textLines |
|
GetBeforeAppendedText(out string[])
Declaration
public void GetBeforeAppendedText(out string[] textLines)
Parameters
Type |
Name |
Description |
string[] |
textLines |
|
GetBelowAppendedText(out string[])
Declaration
public void GetBelowAppendedText(out string[] textLines)
Parameters
Type |
Name |
Description |
string[] |
textLines |
|
GetNthParameterDimensionDeviation(int)
Declaration
public string GetNthParameterDimensionDeviation(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionFeatureType(int)
Declaration
public HoleCalloutSettingsBuilder.Parametertype GetNthParameterDimensionFeatureType(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionGrade(int)
Declaration
public int GetNthParameterDimensionGrade(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionHoleDeviation(int)
Declaration
public string GetNthParameterDimensionHoleDeviation(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionHoleGrade(int)
Declaration
public int GetNthParameterDimensionHoleGrade(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionHoleLowerDelta(int)
Declaration
public double GetNthParameterDimensionHoleLowerDelta(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionHoleUpperDelta(int)
Declaration
public double GetNthParameterDimensionHoleUpperDelta(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionLowerDelta(int)
Declaration
public double GetNthParameterDimensionLowerDelta(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionPrefix(int)
Declaration
public string GetNthParameterDimensionPrefix(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionShaftDeviation(int)
Declaration
public string GetNthParameterDimensionShaftDeviation(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionShaftGrade(int)
Declaration
public int GetNthParameterDimensionShaftGrade(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionShaftLowerDelta(int)
Declaration
public double GetNthParameterDimensionShaftLowerDelta(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionShaftUpperDelta(int)
Declaration
public double GetNthParameterDimensionShaftUpperDelta(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionSuffix(int)
Declaration
public string GetNthParameterDimensionSuffix(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionType(int)
Declaration
public string GetNthParameterDimensionType(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionUpperDelta(int)
Declaration
public double GetNthParameterDimensionUpperDelta(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
GetNthParameterDimensionValue(int)
Declaration
public string GetNthParameterDimensionValue(int nth)
Parameters
Type |
Name |
Description |
int |
nth |
|
Returns
Implements
System.Runtime.Remoting.Messaging.IMessageSink