Class InspectionMeasDataBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionMeasDataBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
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 InspectionMeasDataBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InspectionMeasDataBuilder()
Declaration
protected InspectionMeasDataBuilder()
Properties
Declaration
public InspectionMeasDataBuilder.DisplayTransformTypes DisplayTransform { get; set; }
Property Value
FeatDisplayDesPoints
Declaration
public bool FeatDisplayDesPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatDisplayMeaPoints
Declaration
public bool FeatDisplayMeaPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatDisplayReconstruct
Declaration
public bool FeatDisplayReconstruct { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
FeatHighlightNominal
Declaration
public bool FeatHighlightNominal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HolePinMatching
Declaration
public InspectionMeasDataBuilder.BoundingType HolePinMatching { get; set; }
Property Value
Declaration
public InspectionMeasDataBuilder.InputFormatType InputFormat { get; set; }
Property Value
InspectionDate
Declaration
public string InspectionDate { get; set; }
Property Value
Type |
Description |
System.String |
|
Layer
Declaration
public int Layer { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MeaFile
Declaration
public string MeaFile { get; set; }
Property Value
Type |
Description |
System.String |
|
MeasuredPartName
Declaration
public string MeasuredPartName { get; set; }
Property Value
Type |
Description |
System.String |
|
NeedleScale
Declaration
public double NeedleScale { get; set; }
Property Value
Type |
Description |
System.Double |
|
OffsetDist
Declaration
public double OffsetDist { get; set; }
Property Value
Type |
Description |
System.Double |
|
PcsName
Declaration
public string PcsName { get; set; }
Property Value
Type |
Description |
System.String |
|
PointDistanceTolerance
Declaration
public double PointDistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
ProjectLimit
Declaration
public double ProjectLimit { get; set; }
Property Value
Type |
Description |
System.Double |
|
RunNumber
Declaration
public string RunNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectedPoints
Declaration
public SelectNXObjectList SelectedPoints { get; }
Property Value
SpecifyPointDistance
Declaration
public bool SpecifyPointDistance { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolDisplayActDRF
Declaration
public bool TolDisplayActDRF { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolDisplayDesDRF
Declaration
public bool TolDisplayDesDRF { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolDisplayDesPoints
Declaration
public bool TolDisplayDesPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolDisplayGauge
Declaration
public bool TolDisplayGauge { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolDisplayMeaPoints
Declaration
public bool TolDisplayMeaPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolDisplayNeedles
Declaration
public bool TolDisplayNeedles { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolDisplayPoints
Declaration
public bool TolDisplayPoints { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolDisplayReconstruct
Declaration
public bool TolDisplayReconstruct { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TolHighlightNominal
Declaration
public bool TolHighlightNominal { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
AcceptRejectExternalPoints(out Int32, out Int32)
Declaration
public void AcceptRejectExternalPoints(out int acceptedPointCount, out int rejectedPointCount)
Parameters
Type |
Name |
Description |
System.Int32 |
acceptedPointCount |
|
System.Int32 |
rejectedPointCount |
|
AppendExternalPoints(NXObject[])
Declaration
public int AppendExternalPoints(NXObject[] pointTags)
Parameters
Type |
Name |
Description |
NXObject[] |
pointTags |
|
Returns
Type |
Description |
System.Int32 |
|
LoadMea()
Declaration
RemoveExternalPoints(NXObject[])
Declaration
public int RemoveExternalPoints(NXObject[] pointTags)
Parameters
Type |
Name |
Description |
NXObject[] |
pointTags |
|
Returns
Type |
Description |
System.Int32 |
|
SaveToLayer()
Declaration
public void SaveToLayer()
UnloadMea()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink