Class InspectionCreatePathsBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionCreatePathsBuilder
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 InspectionCreatePathsBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
InspectionCreatePathsBuilder()
Declaration
protected InspectionCreatePathsBuilder()
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 |
|
AngleString
Declaration
[Obsolete("Deprecated in NX9.0.0. Use AngleA and AngleB instead.")]
public string AngleString { get; set; }
Property Value
Type |
Description |
System.String |
|
GeometryGroup
Declaration
public InspectionGroup GeometryGroup { get; set; }
Property Value
ProbeTipType
Declaration
public InspectionMoveBuilder.ProbeTipTypes ProbeTipType { get; set; }
Property Value
ProgramGroup
Declaration
public InspectionGroup ProgramGroup { get; set; }
Property Value
ProgramLocationString
Declaration
public string ProgramLocationString { get; set; }
Property Value
Type |
Description |
System.String |
|
SelectFeatures
Declaration
public SelectNXObjectList SelectFeatures { get; }
Property Value
SensorGroup
Declaration
public InspectionGroup SensorGroup { get; set; }
Property Value
SensorOpName
Declaration
public string SensorOpName { get; set; }
Property Value
Type |
Description |
System.String |
|
SensorStrategy
Declaration
public InspectionMoveBuilder.SensorStrategyTypes SensorStrategy { get; set; }
Property Value
Setup
Declaration
public InspectionSetup Setup { get; set; }
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 |
|
TipString
Declaration
[Obsolete("Deprecated in NX9.0.0. Use TipNumber instead.")]
public string TipString { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public InspectionGroup ToolGroup { get; set; }
Property Value
Declaration
public string ToolString { get; set; }
Property Value
Type |
Description |
System.String |
|
TypeName
Declaration
public string TypeName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
CreatePaths()
Declaration
public void CreatePaths()
GetFeatureMethods()
Declaration
public InspectionGroup[] GetFeatureMethods()
Returns
GetSelectedFeatures()
Declaration
public string[] GetSelectedFeatures()
Returns
Type |
Description |
System.String[] |
|
SetFeatureMethods(InspectionGroup[])
Declaration
public void SetFeatureMethods(InspectionGroup[] featureMethods)
Parameters
SetSelectedFeatures(String[])
Declaration
public void SetSelectedFeatures(string[] selectedFeatures)
Parameters
Type |
Name |
Description |
System.String[] |
selectedFeatures |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink