Class InspectionScanCurveBuilder
Inheritance
InspectionScanCurveBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionScanCurveBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionScanCurveBuilder()
Declaration
protected InspectionScanCurveBuilder()
Properties
ApproachDist
Declaration
public InheritableDoubleBuilder ApproachDist { get; }
Property Value
CurvatureFactor
Declaration
public InheritableDoubleBuilder CurvatureFactor { get; }
Property Value
Curve
Declaration
public NXObject Curve { get; set; }
Property Value
CurveMode
Declaration
public InspectionMethodBuilder.ScanCurveModeTypes CurveMode { get; set; }
Property Value
DepthDistance
Declaration
public double DepthDistance { get; set; }
Property Value
DepthMethod
Declaration
public InspectionMoveBuilder.DepthMethodTypes DepthMethod { get; set; }
Property Value
DistanceFromEdgeBuilder
Declaration
public InheritableDoubleBuilder DistanceFromEdgeBuilder { get; }
Property Value
EndDistance
Declaration
public double EndDistance { get; set; }
Property Value
EndDistanceBuilder
Declaration
public InheritableDoubleBuilder EndDistanceBuilder { get; }
Property Value
EndPercentage
Declaration
public InheritableDoubleBuilder EndPercentage { get; }
Property Value
FilletRadiusBuilder
Declaration
public InheritableDoubleBuilder FilletRadiusBuilder { get; }
Property Value
MaxSpacing
Declaration
public InheritableDoubleBuilder MaxSpacing { get; }
Property Value
MinSpacing
Declaration
public InheritableDoubleBuilder MinSpacing { get; }
Property Value
NbPointsBuilder
Declaration
public InheritableIntBuilder NbPointsBuilder { get; }
Property Value
Nbpoints
Declaration
public int Nbpoints { get; set; }
Property Value
PathPointBuilder
Declaration
public InspectionPathPointBuilder PathPointBuilder { get; }
Property Value
RetractDist
Declaration
public InheritableDoubleBuilder RetractDist { get; }
Property Value
Reversedirection
Declaration
public bool Reversedirection { get; set; }
Property Value
ScanForce
Declaration
public InheritableDoubleBuilder ScanForce { get; }
Property Value
ScanSpeed
Declaration
public InheritableDoubleBuilder ScanSpeed { get; }
Property Value
StartDistance
Declaration
public double StartDistance { get; set; }
Property Value
StartDistanceBuilder
Declaration
public InheritableDoubleBuilder StartDistanceBuilder { 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
StopRadius
Declaration
public InheritableDoubleBuilder StopRadius { get; }
Property Value
Implements
System.Runtime.Remoting.Messaging.IMessageSink