Class FaceTangentRule
Inheritance
FaceTangentRule
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class FaceTangentRule : SelectionIntentRule, IMessageSink, IDisposable
Constructors
FaceTangentRule(nint)
Declaration
protected FaceTangentRule(nint ptr)
Parameters
Type | Name | Description |
---|---|---|
nint | ptr |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetData(out Face, out Face, out bool, out double, out bool)
Declaration
[Obsolete("Deprecated in NX8.0.0. This functionality is no longer supported.")]
public void GetData(out Face startFace, out Face endFace, out bool isFromStart, out double angleTolerance, out bool hasSameConvexity)
Parameters
Type | Name | Description |
---|---|---|
Face | startFace | |
Face | endFace | |
bool | isFromStart | |
double | angleTolerance | |
bool | hasSameConvexity |
Implements
System.Runtime.Remoting.Messaging.IMessageSink