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