VS:NurbsGetPt3D/ja

From Vectorworks Developer
Jump to navigation Jump to search

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

ハンドルで指定したNURBS曲線/曲面の、指定した頂点の座標を返します。

PROCEDURE NurbsGetPt3D(
objectHd :HANDLE;
index1 :LONGINT;
index2 :LONGINT;
VAR p :POINT3D);
def vs.NurbsGetPt3D(objectHd, index1, index2):
    return p

Parameters

objectHd HANDLE NURBS曲線/曲面のハンドル
index1 LONGINT 頂点番号1
index2 LONGINT 頂点番号2
p POINT3D 頂点の座標

Version

利用可能バージョン: VectorWorks9.0

See Also

関連関数:

VS:NurbsCurveEvalPt | VS:NurbsSurfaceEvalPt

関連関数:

[[VS:NurbsCurveEvalPt]]

| [[VS:NurbsSurfaceEvalPt]]