Class InspectionCollisionAvoidanceBuilder
Inheritance
InspectionCollisionAvoidanceBuilder
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
ChangeProbeAngles
Declaration
public bool ChangeProbeAngles { get; set; }
Property Value
ChangeProbeTip
Declaration
public bool ChangeProbeTip { get; set; }
Property Value
ClearanceDistance
Declaration
public double ClearanceDistance { get; set; }
Property Value
DeleteMeasurementPoints
Declaration
public bool DeleteMeasurementPoints { get; set; }
Property Value
DeleteUserSafePoints
Declaration
public bool DeleteUserSafePoints { get; set; }
Property Value
FacetTolerance
Declaration
public double FacetTolerance { get; set; }
Property Value
FinishAtSafePlane
Declaration
public bool FinishAtSafePlane { get; set; }
Property Value
ListOutput
Declaration
public bool ListOutput { get; set; }
Property Value
MaxAngularIncrement
Declaration
public double MaxAngularIncrement { get; set; }
Property Value
MaxLengthIncrement
Declaration
public double MaxLengthIncrement { get; set; }
Property Value
MoveMeasurementPoints
Declaration
public bool MoveMeasurementPoints { get; set; }
Property Value
NewSensors
Declaration
public bool NewSensors { get; set; }
Property Value
ProbeRotationsAtSafePlane
Declaration
public bool ProbeRotationsAtSafePlane { get; set; }
Property Value
SafePlane
Declaration
public NXObject SafePlane { get; set; }
Property Value
StartFromSafePlane
Declaration
public bool StartFromSafePlane { get; set; }
Property Value
TableRotationsAtSafePlane
Declaration
public bool TableRotationsAtSafePlane { get; set; }
Property Value
Declaration
public bool ToolChangesAtSafePlane { get; set; }
Property Value
TransitionsBetweenPaths
Declaration
public bool TransitionsBetweenPaths { get; set; }
Property Value
TransitionsWithinPaths
Declaration
public bool TransitionsWithinPaths { get; set; }
Property Value
Methods
DoCollisionAvoidance()
Declaration
public void DoCollisionAvoidance()
GetSelectedOps()
Declaration
public string[] GetSelectedOps()
Returns
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