CADability dotNET

Namespace: CADability.GeoObject
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public BSpline Refine(
	GeoPoint[] geopoints,
	int degree,
	bool closed,
	PlaneSurface pl,
	double precision
)
Visual Basic
Public Function Refine ( _
	geopoints As GeoPoint(), _
	degree As Integer, _
	closed As Boolean, _
	pl As PlaneSurface, _
	precision As Double _
) As BSpline
Visual C++
public:
BSpline^ Refine(
	array<GeoPoint>^ geopoints, 
	int degree, 
	bool closed, 
	PlaneSurface^ pl, 
	double precision
)

Parameters

geopoints
Type: array<CADability..::..GeoPoint>[]()[][]
degree
Type: System..::..Int32
closed
Type: System..::..Boolean
pl
Type: CADability.GeoObject..::..PlaneSurface
precision
Type: System..::..Double

See Also