VS:SetComponentTexture/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

図形の構成要素のテクスチャを設定します。

FUNCTION SetComponentTexture(
object :HANDLE;
componentIndex :INTEGER;
texture :LONGINT) : BOOLEAN;
def vs.SetComponentTexture(object, componentIndex, texture):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、スラブ、屋根、壁スタイル、スラブスタイル、屋根スタイル、壁設定、スラブ設定もしくは、屋根設定)
componentIndex INTEGER 構成要素の番号
texture LONGINT テクスチャの参照番号。テクスチャなしの場合0。クラステクスチャの場合-1。

Version

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

See Also

関連関数:

VS:GetComponentTexture

関連関数: [[VS:GetComponentTexture]]