VS:SetWallHoleTexturePart/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
m (1 revision: 2014J VS Reference S)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{LocationMain|category=LocationVS/ja|specific=}}
{{LocationMain|category=LocationVS/ja|specific=}}
__TOC__
__TOC__
<vwDoc>
<vwDoc>
Line 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
プラグインオブジェクトや、シンボル定義の壁穴グループの図形の壁テクスチャを設定する。</desc>
プラグインオブジェクトや、シンボル定義の壁穴グループの図形の壁テクスチャを設定します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 43: Line 42:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso>
<seeAlso>
関連関数:
VS Functions:
[[VS:GetWallHoleTexturePart]]  
[[VS:GetWallHoleTexturePart]]  
</seeAlso>
</seeAlso>
Line 49: Line 48:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2010
Availability: from Vectorworks 2010


</version>
</version>

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