VKnots (NurbsSurface) *
Description
Returns a KnotCollection object for the specified V-direction.
C# Syntax
// get accessor KnotCollection rtn = NurbsSurface.VKnots;
Examples
VBScript Example
set oObject = ActiveSceneRoot.AddGeometry("Sphere","NurbsSurface")
set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry
set oNurbsSurface = oNurbsSurfaceMesh.Surfaces(0)
set oUKnots = oNurbsSurface.VKnotsAutodesk Softimage v7.5