Related C++ Class: CControlPointRefArray
ControlPointCollection
A collection of ControlPoint objects defining control points on a NurbsSurface or NurbsCurve object.
set oObject = ActiveSceneRoot.AddGeometry("Sphere","NurbsSurface")
set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry
set oControlPoints = oNurbsSurfaceMesh.Surfaces(0).ControlPoints
|