NurbsSurface.VKnots operator

Description

Returns a KnotCollection object for the specified V-direction.

Examples

VBScript Example

set oObject = ActiveSceneRoot.AddGeometry("Sphere","NurbsSurface")
set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry
set oNurbsSurface = oNurbsSurfaceMesh.Surfaces(0)
set oUKnots = oNurbsSurface.VKnots