VS:GetCustomObjectPath/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

ハンドルで指定したプラグインオブジェクトのパス図形のハンドルを返します。

FUNCTION GetCustomObjectPath(
objectHand :HANDLE) : HANDLE;
def vs.GetCustomObjectPath(objectHand):
    return HANDLE

Parameters

objectHand HANDLE プラグインオブジェクトのハンドル

Return Value

パス図形(曲線 or NURBS)のハンドルを返します。

Version

利用可能バージョン: VectorWorks8.5

See Also

関連関数:

VS:SetCustomObjectPath

関連関数: [[VS:SetCustomObjectPath]]