Class InspectionCircularMoveToPointBuilder
Inheritance
InspectionCircularMoveToPointBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionCircularMoveToPointBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionCircularMoveToPointBuilder()
Declaration
protected InspectionCircularMoveToPointBuilder()
Properties
AxisVector
Declaration
public Direction AxisVector { get; set; }
Property Value
CenterPoint
Declaration
public Point CenterPoint { get; set; }
Property Value
EndPoint
Declaration
public Point EndPoint { get; set; }
Property Value
MotionEnd
Declaration
public InspectionCircularMoveToPointBuilder.EndType MotionEnd { get; set; }
Property Value
SweepAngle
Declaration
public double SweepAngle { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink