Click or drag to resize
AB4D logo

BSplineCreateNURBSCurve(Int32) Method

Returns a Point3DCollection that defines the NURBS curve based on the controlPoints and weights (defined with the constructor) and positionsPerSegment.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public Point3DCollection CreateNURBSCurve(
	int positionsPerSegment
)

Parameters

positionsPerSegment  Int32
number of additional points to make the curve smooth - bigger value creates smoother curve

Return Value

Point3DCollection
Point3DCollection that defines the NURBS curve
See Also