Class InspectionMeasDataBuilder
Inheritance
InspectionMeasDataBuilder
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
FeatDisplayMeaPoints
Declaration
public bool FeatDisplayMeaPoints { get; set; }
Property Value
FeatDisplayReconstruct
Declaration
public bool FeatDisplayReconstruct { get; set; }
Property Value
FeatHighlightNominal
Declaration
public bool FeatHighlightNominal { get; set; }
Property Value
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
Layer
Declaration
public int Layer { get; set; }
Property Value
MaximumNormalAngle
Declaration
public double MaximumNormalAngle { get; set; }
Property Value
MaximumPointToFaceDistance
Declaration
public double MaximumPointToFaceDistance { get; set; }
Property Value
MeaFile
Declaration
public string MeaFile { get; set; }
Property Value
MeasuredPartName
Declaration
public string MeasuredPartName { get; set; }
Property Value
MinimumPointToPointDistance
Declaration
public double MinimumPointToPointDistance { get; set; }
Property Value
NeedleScale
Declaration
public double NeedleScale { get; set; }
Property Value
OffsetDist
Declaration
public double OffsetDist { get; set; }
Property Value
PcsName
Declaration
public string PcsName { get; set; }
Property Value
PointDistanceTolerance
Declaration
public double PointDistanceTolerance { get; set; }
Property Value
ProjectLimit
Declaration
public double ProjectLimit { get; set; }
Property Value
RequireThatPointsProjectToFace
Declaration
public bool RequireThatPointsProjectToFace { get; set; }
Property Value
RunNumber
Declaration
public string RunNumber { get; set; }
Property Value
SelectedPoints
Declaration
public SelectNXObjectList SelectedPoints { get; }
Property Value
SpecifyMaximumNormalAngle
Declaration
public bool SpecifyMaximumNormalAngle { get; set; }
Property Value
SpecifyMaximumPointToFaceDistance
Declaration
public bool SpecifyMaximumPointToFaceDistance { get; set; }
Property Value
SpecifyMinimumPointToPointDistance
Declaration
public bool SpecifyMinimumPointToPointDistance { get; set; }
Property Value
SpecifyPointDistance
Declaration
public bool SpecifyPointDistance { get; set; }
Property Value
StlFileUnits
Declaration
public InspectionMeasDataBuilder.StlFileUnitsType StlFileUnits { get; set; }
Property Value
TolDisplayActDRF
Declaration
public bool TolDisplayActDRF { get; set; }
Property Value
TolDisplayDesDRF
Declaration
public bool TolDisplayDesDRF { get; set; }
Property Value
TolDisplayDesPoints
Declaration
public bool TolDisplayDesPoints { get; set; }
Property Value
TolDisplayGauge
Declaration
public bool TolDisplayGauge { get; set; }
Property Value
TolDisplayMeaPoints
Declaration
public bool TolDisplayMeaPoints { get; set; }
Property Value
TolDisplayNeedles
Declaration
public bool TolDisplayNeedles { get; set; }
Property Value
TolDisplayPoints
Declaration
public bool TolDisplayPoints { get; set; }
Property Value
TolDisplayReconstruct
Declaration
public bool TolDisplayReconstruct { get; set; }
Property Value
TolHighlightNominal
Declaration
public bool TolHighlightNominal { get; set; }
Property Value
Methods
AcceptRejectExternalPoints(out int, out int)
Declaration
public void AcceptRejectExternalPoints(out int acceptedPointCount, out int rejectedPointCount)
Parameters
Type |
Name |
Description |
int |
acceptedPointCount |
|
int |
rejectedPointCount |
|
AppendExternalPoints(NXObject[])
Declaration
public int AppendExternalPoints(NXObject[] pointTags)
Parameters
Type |
Name |
Description |
NXObject[] |
pointTags |
|
Returns
LoadMea()
Declaration
RemoveExternalPoints(NXObject[])
Declaration
public int RemoveExternalPoints(NXObject[] pointTags)
Parameters
Type |
Name |
Description |
NXObject[] |
pointTags |
|
Returns
SaveToLayer()
Declaration
public void SaveToLayer()
UnloadMea()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink