Search Results for

    Show / Hide Table of Contents

    Class InspectionCreatePathsBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InspectionCreatePathsBuilder
    Implements
    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    Inherited Members
    Builder.Commit()
    Builder.Destroy()
    Builder.GetCommittedObjects()
    Builder.GetObject()
    Builder.ShowResults()
    Builder.Validate()
    Builder.PreviewBuilder
    TaggedObject.initialize()
    TaggedObject.ToString()
    TaggedObject.PrintTestData(String)
    TaggedObject.PrintTestData(String, Int32)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    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)
    Namespace: NXOpen.CAM
    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
    Type Description
    InspectionGroup

    ProbeTipType

    Declaration
    public InspectionMoveBuilder.ProbeTipTypes ProbeTipType { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.ProbeTipTypes

    ProgramGroup

    Declaration
    public InspectionGroup ProgramGroup { get; set; }
    Property Value
    Type Description
    InspectionGroup

    ProgramLocationString

    Declaration
    public string ProgramLocationString { get; set; }
    Property Value
    Type Description
    System.String

    SelectFeatures

    Declaration
    public SelectNXObjectList SelectFeatures { get; }
    Property Value
    Type Description
    SelectNXObjectList

    SensorGroup

    Declaration
    public InspectionGroup SensorGroup { get; set; }
    Property Value
    Type Description
    InspectionGroup

    SensorOpName

    Declaration
    public string SensorOpName { get; set; }
    Property Value
    Type Description
    System.String

    SensorStrategy

    Declaration
    public InspectionMoveBuilder.SensorStrategyTypes SensorStrategy { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.SensorStrategyTypes

    Setup

    Declaration
    public InspectionSetup Setup { get; set; }
    Property Value
    Type Description
    InspectionSetup

    TipAngleMode

    Declaration
    public InspectionMoveBuilder.TipAngleTypes TipAngleMode { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.TipAngleTypes

    TipMode

    Declaration
    public InspectionMoveBuilder.TipModeTypes TipMode { get; set; }
    Property Value
    Type Description
    InspectionMoveBuilder.TipModeTypes

    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

    ToolGroup

    Declaration
    public InspectionGroup ToolGroup { get; set; }
    Property Value
    Type Description
    InspectionGroup

    ToolString

    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
    Type Description
    InspectionGroup[]

    GetSelectedFeatures()

    Declaration
    public string[] GetSelectedFeatures()
    Returns
    Type Description
    System.String[]

    SetFeatureMethods(InspectionGroup[])

    Declaration
    public void SetFeatureMethods(InspectionGroup[] featureMethods)
    Parameters
    Type Name Description
    InspectionGroup[] featureMethods

    SetSelectedFeatures(String[])

    Declaration
    public void SetSelectedFeatures(string[] selectedFeatures)
    Parameters
    Type Name Description
    System.String[] selectedFeatures

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In This Article
    Back to top Generated by DocFX