Class InspectionSensorBuilder
Inheritance
InspectionSensorBuilder
Assembly: NXOpen.dll
Syntax
public class InspectionSensorBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionSensorBuilder()
Declaration
protected InspectionSensorBuilder()
Properties
AngleA
Declaration
public double AngleA { get; set; }
Property Value
AngleB
Declaration
public double AngleB { get; set; }
Property Value
MasterOpLabel
Declaration
public string MasterOpLabel { get; set; }
Property Value
SensorOpLabel
Declaration
public string SensorOpLabel { get; set; }
Property Value
SensorOpName
Declaration
public string SensorOpName { get; set; }
Property Value
SensorTipDiameter
Declaration
public double SensorTipDiameter { get; set; }
Property Value
SensorTipLength
Declaration
public double SensorTipLength { get; set; }
Property Value
SensorTipLocation
Declaration
public InspectionSensorBuilder.SensorTipLocationTypes SensorTipLocation { get; set; }
Property Value
SensorTipSize
Declaration
public double SensorTipSize { get; set; }
Property Value
SensorTipType
Declaration
public InspectionSensorBuilder.SensorTipTypes SensorTipType { get; set; }
Property Value
SensorType
Declaration
public InspectionSensorBuilder.SensorTypes SensorType { get; set; }
Property Value
TipNumber
Declaration
public int TipNumber { get; set; }
Property Value
Declaration
public string ToolName { get; set; }
Property Value
Methods
GetSensorTipIjk()
Declaration
public double[] GetSensorTipIjk()
Returns
GetSensorTipXyz()
Declaration
public double[] GetSensorTipXyz()
Returns
SetSensorTipIjk(double[])
Declaration
public void SetSensorTipIjk(double[] ijk)
Parameters
Type |
Name |
Description |
double[] |
ijk |
|
SetSensorTipXyz(double[])
Declaration
public void SetSensorTipXyz(double[] xyz)
Parameters
Type |
Name |
Description |
double[] |
xyz |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink