Class PointSelectionRecipe
Inheritance
System.Object
System.MarshalByRefObject
PointSelectionRecipe
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)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public class PointSelectionRecipe : SelectionRecipe, IMessageSink, IFitTo, INXObject
Constructors
PointSelectionRecipe()
Declaration
protected PointSelectionRecipe()
Properties
HighLabelPreference
Declaration
public bool HighLabelPreference { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Point
Declaration
public Point Point { get; }
Property Value
Type | Description |
---|---|
Point |
Tolerance
Declaration
public double Tolerance { get; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
SetHighLabelPreference(Boolean)
Declaration
public void SetHighLabelPreference(bool useHighLabel)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | useHighLabel |
SetPointAndTolerance(Point, Double)
Declaration
public void SetPointAndTolerance(Point point, double tolerance)
Parameters
Type | Name | Description |
---|---|---|
Point | point | |
System.Double | tolerance |
Implements
System.Runtime.Remoting.Messaging.IMessageSink