Search Results for

    Show / Hide Table of Contents

    Class InspectionCollisionAvoidanceBuilder

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

    Constructors

    InspectionCollisionAvoidanceBuilder()

    Declaration
    protected InspectionCollisionAvoidanceBuilder()

    Properties

    ChangeApproachRetract

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

    ChangeProbeAngles

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

    ChangeProbeTip

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

    ClearanceDistance

    Declaration
    public double ClearanceDistance { get; set; }
    Property Value
    Type Description
    System.Double

    DeleteMeasurementPoints

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

    DeleteUserSafePoints

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

    FacetTolerance

    Declaration
    public double FacetTolerance { get; set; }
    Property Value
    Type Description
    System.Double

    FinishAtSafePlane

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

    ListOutput

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

    MaxAngularIncrement

    Declaration
    public double MaxAngularIncrement { get; set; }
    Property Value
    Type Description
    System.Double

    MaxLengthIncrement

    Declaration
    public double MaxLengthIncrement { get; set; }
    Property Value
    Type Description
    System.Double

    MoveMeasurementPoints

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

    NewSensors

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

    ProbeRotationsAtSafePlane

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

    SafePlane

    Declaration
    public NXObject SafePlane { get; set; }
    Property Value
    Type Description
    NXObject

    StartFromSafePlane

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

    TableRotationsAtSafePlane

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

    ToolChangesAtSafePlane

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

    TransitionsBetweenPaths

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

    TransitionsWithinPaths

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

    Methods

    DoCollisionAvoidance()

    Declaration
    public void DoCollisionAvoidance()

    GetSelectedOps()

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

    SetSelectedOps(String[])

    Declaration
    public void SetSelectedOps(string[] selectedOps)
    Parameters
    Type Name Description
    System.String[] selectedOps

    UpdateSimDisplayOptions()

    Declaration
    public void UpdateSimDisplayOptions()

    Implements

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