VS:SetWallHoleTexturePart/ja

From Vectorworks Developer
Jump to navigation Jump to search

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

Description

プラグインオブジェクトや、シンボル定義の壁穴グループの図形の壁テクスチャを設定します。

PROCEDURE SetWallHoleTexturePart(
object :HANDLE;
part :INTEGER);
def vs.SetWallHoleTexturePart(object, part):
    return None

Parameters

object HANDLE 図形のハンドル
part INTEGER The wall texture part.0 - 壁の開口部のテクスチャ1 - 壁の左側のテクスチャ2 - 壁の右側のテクスチャ

Version

Availability: from Vectorworks 2010

See Also

VS Functions:

VS:GetWallHoleTexturePart

VS Functions: [[VS:GetWallHoleTexturePart]]