LinkingPoint(Point3D, ICurve, Double, Boolean, Int32(), Int32(), Int32()) Constructor

Public Sub New( _ 
ByVal point As Point3D, _ 
ByVal intersectionCurve As ICurve, _ 
ByVal param As Double, _ 
ByVal innerCurve As Boolean, _ 
ByVal curr As Integer(), _ 
ByVal nxt As Integer(), _ 
ByVal prv As Integer() _ 
)
This language is not supported or no code example is available.
public LinkingPoint( 
Point3D point
ICurve intersectionCurve
double param
bool innerCurve
int[] curr
int[] nxt
int[] prv 
)
This language is not supported or no code example is available.

Parameters

point
Point3D

intersectionCurve
ICurve

param
double

innerCurve
bool

curr
int[]

nxt
int[]

prv
int[]

.NET Framework

Supported in: 4.8

In this article

Definition