VS:NurbsCurveType/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

ハンドルで指定したNURBS曲線の、指定した辺の種類を返します。

PROCEDURE NurbsCurveType(
objectHd :HANDLE;
index :LONGINT;
VAR isByFit :BOOLEAN);
def vs.NurbsCurveType(objectHd, index):
    return isByFit

Parameters

objectHd HANDLE NURBS曲線のハンドル
index LONGINT 辺の番号
isByFit BOOLEAN 点の種類

Return Value

TRUE:補間点です。

FALSE:制御点です。

Version

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