API Documentation > Classes > Class pfcBSplinePoint
Class pfcBSplinePoint
Description
This class defines a B-spline point.
Property Summary
The control point
/* optional */ number
The weight
Method Summary
Create (pfcPoint3D Point, /* optional */ number Weight)
This method creates a new BSpline point object.
Property Detail
The control point
/* optional */ number
Weight
The weight
Method Detail
Create
(pfcPoint3D Point, /* optional */ number Weight)
This method creates a new BSpline point object.
Parameters:
Point
The point coordinates
Weight
The weight
Returns:
The new BSplinePoint object
Was this helpful?