VS:SetWallHoleTexturePart/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision: 2014J VS Reference S)
 
(No difference)

Latest revision as of 03:37, 16 January 2014

.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]]