Search Results for

    Show / Hide Table of Contents

    Class InspectionLinkPmiBuilder

    Inheritance
    System.Object
    System.MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InspectionLinkPmiBuilder
    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 InspectionLinkPmiBuilder : Builder, IMessageSink, IComponentBuilder

    Constructors

    InspectionLinkPmiBuilder()

    Declaration
    protected InspectionLinkPmiBuilder()

    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
    public string AngleString { get; set; }
    Property Value
    Type Description
    System.String

    CollisionAvoidanceEnum

    Declaration
    public InspectionLinkPmiBuilder.CollisionAvoidanceEnumType CollisionAvoidanceEnum { get; set; }
    Property Value
    Type Description
    InspectionLinkPmiBuilder.CollisionAvoidanceEnumType

    ComponentSelection

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

    CreatePathsEnum

    Declaration
    public InspectionLinkPmiBuilder.CreatePathsOptions CreatePathsEnum { get; set; }
    Property Value
    Type Description
    InspectionLinkPmiBuilder.CreatePathsOptions

    IncludeSubComponents

    Declaration
    public bool IncludeSubComponents { get; set; }
    Property Value
    Type Description
    System.Boolean

    PathOrderEnum

    Declaration
    public InspectionLinkPmiBuilder.PathOrderTypes PathOrderEnum { get; set; }
    Property Value
    Type Description
    InspectionLinkPmiBuilder.PathOrderTypes

    PointOrderEnum

    Declaration
    public InspectionLinkPmiBuilder.PointOrderTypes PointOrderEnum { get; set; }
    Property Value
    Type Description
    InspectionLinkPmiBuilder.PointOrderTypes

    ProbeTipType

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

    ProgramLocationString

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

    ScopeEnum

    Declaration
    public InspectionLinkPmiBuilder.PmiScopeTypes ScopeEnum { get; set; }
    Property Value
    Type Description
    InspectionLinkPmiBuilder.PmiScopeTypes

    TipString

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

    ToolString

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

    ViewString

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

    WorkpieceString

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

    Methods

    GetResults()

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

    LinkToPmi()

    Declaration
    public void LinkToPmi()

    OutputResults(ListingWindow.DeviceType, String)

    Declaration
    public void OutputResults(ListingWindow.DeviceType deviceType, string fileName)
    Parameters
    Type Name Description
    ListingWindow.DeviceType deviceType
    System.String fileName

    SafePlaneDisplayAction()

    Declaration
    public void SafePlaneDisplayAction()

    SafePlaneSelectAction()

    Declaration
    public void SafePlaneSelectAction()

    Implements

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