Class EdgeTangentRule
Inheritance
EdgeTangentRule
Inherited Members
Namespace: NXOpen
Assembly: NXOpen.dll
Syntax
public class EdgeTangentRule : SelectionIntentRule, IMessageSink, IDisposable
Constructors
EdgeTangentRule(nint)
Declaration
protected EdgeTangentRule(nint ptr)
Parameters
Type | Name | Description |
---|---|---|
nint | ptr |
Methods
FreeResource()
Declaration
protected override void FreeResource()
Overrides
GetData(out Edge, out Edge, out bool, out double, out bool)
Declaration
public void GetData(out Edge startEdge, out Edge endEdge, out bool isFromStart, out double angleTolerance, out bool hasSameConvexity)
Parameters
Type | Name | Description |
---|---|---|
Edge | startEdge | |
Edge | endEdge | |
bool | isFromStart | |
double | angleTolerance | |
bool | hasSameConvexity |
Implements
System.Runtime.Remoting.Messaging.IMessageSink