Class InspectionMeasurePointBuilder
Inheritance
InspectionMeasurePointBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionMeasurePointBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionMeasurePointBuilder()
Declaration
protected InspectionMeasurePointBuilder()
Properties
ApproachDist
Declaration
public InheritableDoubleBuilder ApproachDist { get; }
Property Value
DepthDistance
Declaration
public double DepthDistance { get; set; }
Property Value
DepthMethod
Declaration
public InspectionMoveBuilder.DepthMethodTypes DepthMethod { get; set; }
Property Value
I
Declaration
public double I { get; set; }
Property Value
J
Declaration
public double J { get; set; }
Property Value
K
Declaration
public double K { get; set; }
Property Value
PointTypeEnum
Declaration
public InspectionMeasurePointBuilder.PointTypes PointTypeEnum { get; set; }
Property Value
RetractDist
Declaration
public InheritableDoubleBuilder RetractDist { get; }
Property Value
SelectExistingPoint
Declaration
public SelectPoint SelectExistingPoint { get; }
Property Value
TargetPoint
Declaration
public Point TargetPoint { get; set; }
Property Value
X
Declaration
public double X { get; set; }
Property Value
Y
Declaration
public double Y { get; set; }
Property Value
Z
Declaration
public double Z { get; set; }
Property Value
Methods
UpdateParams()
Declaration
public void UpdateParams()
Implements
System.Runtime.Remoting.Messaging.IMessageSink