Class InspectionScanHelixBuilder
Inheritance
InspectionScanHelixBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionScanHelixBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionScanHelixBuilder()
Declaration
protected InspectionScanHelixBuilder()
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
EndDistance
Declaration
public InheritableDoubleBuilder EndDistance { get; }
Property Value
EndPercentage
Declaration
public InheritableDoubleBuilder EndPercentage { get; }
Property Value
Pitch
Declaration
public InheritableDoubleBuilder Pitch { get; }
Property Value
RetractDist
Declaration
public InheritableDoubleBuilder RetractDist { get; }
Property Value
Reversedirection
Declaration
public bool Reversedirection { get; set; }
Property Value
Revolutions
Declaration
public InheritableDoubleBuilder Revolutions { get; }
Property Value
ScanModeType
Declaration
public InspectionMethodBuilder.ScanModeTypes ScanModeType { get; set; }
Property Value
ScanSpeed
Declaration
public InheritableDoubleBuilder ScanSpeed { get; }
Property Value
StartDistance
Declaration
public InheritableDoubleBuilder StartDistance { get; }
Property Value
StartEndMode
Declaration
public InspectionMethodBuilder.UVModeTypes StartEndMode { get; set; }
Property Value
StartPercentage
Declaration
public InheritableDoubleBuilder StartPercentage { get; }
Property Value
StepSize
Declaration
public InheritableDoubleBuilder StepSize { get; }
Property Value
Sweep
Declaration
public InheritableDoubleBuilder Sweep { get; }
Property Value
TurnDirection
Declaration
public InspectionMethodBuilder.ScanHelixTurnDirectionTypes TurnDirection { get; set; }
Property Value
TurnType
Declaration
public InspectionMethodBuilder.ScanHelixTurnTypes TurnType { get; set; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink