Class InspectionCollisionAvoidanceBuilder
Inheritance
System.Object
System.MarshalByRefObject
InspectionCollisionAvoidanceBuilder
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 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
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 |
|
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