Class PointSelectionRecipe
Inheritance
PointSelectionRecipe
Assembly: NXOpen.dll
Syntax
public class PointSelectionRecipe : SelectionRecipe, IMessageSink, IFitTo, INXObject
Constructors
PointSelectionRecipe()
Declaration
protected PointSelectionRecipe()
Properties
HighLabelPreference
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use CAE.SelRecipePointStrategy.ResolvePreference instead.")]
public bool HighLabelPreference { get; }
Property Value
Point
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use CAE.SelRecipePointStrategy.Point instead.")]
public Point Point { get; }
Property Value
Tolerance
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use CAE.SelRecipePointStrategy.Tolerance instead.")]
public double Tolerance { get; }
Property Value
Methods
SetHighLabelPreference(bool)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use CAE.SelRecipePointStrategy.SetResolvePreference instead.")]
public void SetHighLabelPreference(bool useHighLabel)
Parameters
Type |
Name |
Description |
bool |
useHighLabel |
|
SetPointAndTolerance(Point, double)
Declaration
[Obsolete("Deprecated in NX1847.0.0. Use CAE.SelRecipePointStrategy.SetPointAndTolerance instead.")]
public void SetPointAndTolerance(Point point, double tolerance)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink