VS:GetVertexVisibility/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

ハンドルで指定した多角形/曲線の頂点が表示/非表示を返します。

FUNCTION GetVertexVisibility(
h :HANDLE;
vertnum :INTEGER) : BOOLEAN;
def vs.GetVertexVisibility(h, vertnum):
    return BOOLEAN

Parameters

h HANDLE 多角形/曲線のハンドル
vertnum INTEGER 頂点番号

Return Value

TRUE:多角形の頂点が表示されています。

FALSE:多角形の頂点が表示されていません。

Version

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

See Also

関連関数:

VS:SetVertexVisibility

関連関数: [[VS:SetVertexVisibility]]