Class InspectionMoveBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionMoveBuilder
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 InspectionMoveBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InspectionMoveBuilder()
Declaration
protected InspectionMoveBuilder()
Properties
AngleA
Declaration
public double AngleA { get; set; }
Property Value
Type |
Description |
System.Double |
|
AngleB
Declaration
public double AngleB { get; set; }
Property Value
Type |
Description |
System.Double |
|
ApproachDistance
Declaration
public double ApproachDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
MotionType
Declaration
public MoveBuilder.Motion MotionType { get; set; }
Property Value
ProbeTipType
Declaration
public InspectionMoveBuilder.ProbeTipTypes ProbeTipType { get; set; }
Property Value
ProbeTipTypeBuilder
Declaration
public InspectionProbeTipTypeBuilder ProbeTipTypeBuilder { get; }
Property Value
RetractDistance
Declaration
public double RetractDistance { get; set; }
Property Value
Type |
Description |
System.Double |
|
SensorOpName
Declaration
public string SensorOpName { get; set; }
Property Value
Type |
Description |
System.String |
|
SensorStrategy
Declaration
public InspectionMoveBuilder.SensorStrategyTypes SensorStrategy { get; set; }
Property Value
SensorStrategyBuilder
Declaration
public InspectionSensorStrategyBuilder SensorStrategyBuilder { get; }
Property Value
TipAngleMode
Declaration
public InspectionMoveBuilder.TipAngleTypes TipAngleMode { get; set; }
Property Value
TipMode
Declaration
public InspectionMoveBuilder.TipModeTypes TipMode { get; set; }
Property Value
TipNumber
Declaration
public int TipNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
LockMove(Boolean)
Declaration
public void LockMove(bool lock)
Parameters
Type |
Name |
Description |
System.Boolean |
lock |
|
SetParent(CAMObject)
Declaration
public void SetParent(CAMObject parent)
Parameters
SetProbeAngles()
Declaration
public void SetProbeAngles()
SetProbeTip()
Declaration
public void SetProbeTip()
SetSibling(CAMObject)
Declaration
public void SetSibling(CAMObject sibling)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink