Search Results for

    Show / Hide Table of Contents

    Class InspectionCollisionAvoidanceBuilder

    Inheritance
    object
    MarshalByRefObject
    NXRemotableObject
    TaggedObject
    Builder
    InspectionCollisionAvoidanceBuilder
    Implements
    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, int)
    TaggedObject.Tag
    NXRemotableObject.SyncProcessMessage(IMessage)
    NXRemotableObject.AsyncProcessMessage(IMessage, IMessageSink)
    NXRemotableObject.NextSink
    MarshalByRefObject.GetLifetimeService()
    MarshalByRefObject.InitializeLifetimeService()
    MarshalByRefObject.MemberwiseClone(bool)
    object.GetType()
    object.MemberwiseClone()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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
    bool

    ChangeProbeAngles

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

    ChangeProbeTip

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

    ClearanceDistance

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

    DeleteMeasurementPoints

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

    DeleteUserSafePoints

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

    FacetTolerance

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

    FinishAtSafePlane

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

    ListOutput

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

    MaxAngularIncrement

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

    MaxLengthIncrement

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

    MoveMeasurementPoints

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

    NewSensors

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

    ProbeRotationsAtSafePlane

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

    SafePlane

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

    StartFromSafePlane

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

    TableRotationsAtSafePlane

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

    ToolChangesAtSafePlane

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

    TransitionsBetweenPaths

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

    TransitionsWithinPaths

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

    Methods

    DoCollisionAvoidance()

    Declaration
    public void DoCollisionAvoidance()

    GetSelectedOps()

    Declaration
    public string[] GetSelectedOps()
    Returns
    Type Description
    string[]

    SetSelectedOps(string[])

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

    UpdateSimDisplayOptions()

    Declaration
    public void UpdateSimDisplayOptions()

    Implements

    System.Runtime.Remoting.Messaging.IMessageSink
    IComponentBuilder
    In this article
    Back to top Generated by DocFX