Class InspectionScanArcBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionScanArcBuilder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class InspectionScanArcBuilder : InspectionMoveBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionScanArcBuilder()
Declaration
protected InspectionScanArcBuilder()
Properties
ApproachDist
Declaration
public InheritableDoubleBuilder ApproachDist { get; }
Property Value
Arc
Declaration
public NXObject Arc { get; set; }
Property Value
DepthDistance
Declaration
public double DepthDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
DepthMethod
Declaration
public InspectionMoveBuilder.DepthMethodTypes DepthMethod { get; set; }
Property Value
EndDistance
Declaration
public double EndDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndDistanceBuilder
Declaration
public InheritableDoubleBuilder EndDistanceBuilder { get; }
Property Value
EndPercentage
Declaration
public InheritableDoubleBuilder EndPercentage { get; }
Property Value
RetractDist
Declaration
public InheritableDoubleBuilder RetractDist { get; }
Property Value
Reversedirection
Declaration
public bool Reversedirection { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ScanModeType
Declaration
public InspectionMethodBuilder.ScanModeTypes ScanModeType { get; set; }
Property Value
ScanSpeed
Declaration
public InheritableDoubleBuilder ScanSpeed { get; }
Property Value
StartDistance
Declaration
public double StartDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Implements
System.Runtime.Remoting.Messaging.IMessageSink