Class InspectionSensorBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionSensorBuilder
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 InspectionSensorBuilder : OperationBuilder, IMessageSink, IComponentBuilder
Constructors
InspectionSensorBuilder()
Declaration
protected InspectionSensorBuilder()
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 |
|
MasterOpLabel
Declaration
public string MasterOpLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
SensorOpLabel
Declaration
public string SensorOpLabel { get; set; }
Property Value
Type |
Description |
System.String |
|
SensorOpName
Declaration
public string SensorOpName { get; set; }
Property Value
Type |
Description |
System.String |
|
SensorTipDiameter
Declaration
public double SensorTipDiameter { get; set; }
Property Value
Type |
Description |
System.Double |
|
SensorTipLength
Declaration
public double SensorTipLength { get; set; }
Property Value
Type |
Description |
System.Double |
|
SensorTipLocation
Declaration
public InspectionSensorBuilder.SensorTipLocationTypes SensorTipLocation { get; set; }
Property Value
SensorTipSize
Declaration
public double SensorTipSize { get; set; }
Property Value
Type |
Description |
System.Double |
|
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
Type |
Description |
System.Int32 |
|
Declaration
public string ToolName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetSensorTipIjk()
Declaration
public double[] GetSensorTipIjk()
Returns
Type |
Description |
System.Double[] |
|
GetSensorTipXyz()
Declaration
public double[] GetSensorTipXyz()
Returns
Type |
Description |
System.Double[] |
|
SetSensorTipIjk(Double[])
Declaration
public void SetSensorTipIjk(double[] ijk)
Parameters
Type |
Name |
Description |
System.Double[] |
ijk |
|
SetSensorTipXyz(Double[])
Declaration
public void SetSensorTipXyz(double[] xyz)
Parameters
Type |
Name |
Description |
System.Double[] |
xyz |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink