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