VS:CustomTexPartExists/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
 
m (1 revision: 2017 JP CDE)
 
(No difference)

Latest revision as of 06:49, 11 January 2017

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

Description

オブジェクトが指定したカスタムのテクスチャを貼る範囲 (partID) を使用しているかどうかを返します。

FUNCTION CustomTexPartExists(
obj :HANDLE;
partID :LONGINT) : BOOLEAN;
def vs.CustomTexPartExists(obj, partID):
    return BOOLEAN

Parameters

obj HANDLE 図形のハンドル
partID LONGINT テクスチャを貼る範囲のpartID(例:100)

Example

hasPart := CustomTexturePartExists(h, 100);

Version

利用可能バージョン: Vectorworks 2017