Class DeviationChecking
Inheritance
System.Object
System.MarshalByRefObject
DeviationChecking
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 DeviationChecking : Builder, IMessageSink, IComponentBuilder
Constructors
DeviationChecking()
Declaration
protected DeviationChecking()
Properties
AngleTolerance
Declaration
public double AngleTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
Curve
Declaration
public SelectIBaseCurve Curve { get; }
Property Value
DeviationOption
Declaration
public DeviationChecking.DeviationOptions DeviationOption { get; set; }
Property Value
DistanceTolerance
Declaration
public double DistanceTolerance { get; set; }
Property Value
Type |
Description |
System.Double |
|
FaceOfFirstEdge
Declaration
public SelectIParameterizedSurface FaceOfFirstEdge { get; }
Property Value
FaceOfSecondEdge
Declaration
public SelectIParameterizedSurface FaceOfSecondEdge { get; }
Property Value
FirstCurve
Declaration
public SelectIBaseCurve FirstCurve { get; }
Property Value
FirstEdge
Declaration
public SelectIBaseCurve FirstEdge { get; }
Property Value
FirstFace
Declaration
public SelectIParameterizedSurface FirstFace { get; }
Property Value
NumberCheckPoints
Declaration
public int NumberCheckPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberUcheckPoints
Declaration
public int NumberUcheckPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberVcheckPoints
Declaration
public int NumberVcheckPoints { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
SecondCurve
Declaration
public SelectIBaseCurve SecondCurve { get; }
Property Value
SecondEdge
Declaration
public SelectIBaseCurve SecondEdge { get; }
Property Value
SecondFace
Declaration
public SelectIParameterizedSurface SecondFace { get; }
Property Value
Type
Declaration
public DeviationChecking.Types Type { get; set; }
Property Value
Methods
Check()
Declaration
Implements
System.Runtime.Remoting.Messaging.IMessageSink