Class SelRecipePointStrategy
Inheritance
SelRecipePointStrategy
Assembly: NXOpen.dll
Syntax
public class SelRecipePointStrategy : SelRecipeStrategy, IMessageSink
Constructors
SelRecipePointStrategy()
Declaration
protected SelRecipePointStrategy()
Properties
Point
Declaration
public Point Point { get; }
Property Value
ResolvePreference
Declaration
public SelRecipeCoordinateStrategy.Pref ResolvePreference { get; }
Property Value
Tolerance
Declaration
public double Tolerance { get; }
Property Value
Methods
SetPointAndTolerance(Point, double)
Declaration
public void SetPointAndTolerance(Point point, double tolerance)
Parameters
SetResolvePreference(Pref)
Declaration
public void SetResolvePreference(SelRecipeCoordinateStrategy.Pref resolvePref)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink