Class InspectionLinearMoveToPointBuilder
Inheritance
InspectionLinearMoveToPointBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionLinearMoveToPointBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionLinearMoveToPointBuilder()
Declaration
protected InspectionLinearMoveToPointBuilder()
Properties
DepthDistance
Declaration
public double DepthDistance { get; set; }
Property Value
DepthMethod
Declaration
public InspectionMoveBuilder.DepthMethodTypes DepthMethod { get; set; }
Property Value
PointTypeEnum
Declaration
public InspectionLinearMoveToPointBuilder.PointTypeEnums PointTypeEnum { get; set; }
Property Value
PointX
Declaration
public double PointX { get; set; }
Property Value
PointY
Declaration
public double PointY { get; set; }
Property Value
PointZ
Declaration
public double PointZ { get; set; }
Property Value
SelectExistingPoint
Declaration
public SelectPoint SelectExistingPoint { get; }
Property Value
TargetPoint
Declaration
public Point TargetPoint { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink