NurbsSurface.Knots operator

説明

指定された UV 方向の KnotCollection オブジェクトを戻します。

C#構文

// get accessor

KnotCollection NurbsSurface.get_Knots( siNurbsDirection );

パラメータ

パラメータ タイプ 説明
NurbsDirection siNurbsDirection NURBs の座標方向(U または v)

VBScript の例

set oObject = Application.ActiveProject.ActiveScene.Root.AddGeometry("Sphere","NurbsSurface")

set oNurbsSurfaceMesh = oObject.ActivePrimitive.Geometry

set oNurbsSurface = oNurbsSurfaceMesh.Surfaces(0)

set oUKnots = oNurbsSurface.Knots(siUDirection)