VS:SetCoreWallComponent/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
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:GetCoreWallComponent]]  
[[VS:GetCoreWallComponent]]  
</seeAlso>
</seeAlso>
Line 49: Line 48:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2010
Availability: from Vectorworks 2010


</version>
</version>

Revision as of 03:37, 16 January 2014

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

Description

壁、円弧壁、壁スタイル、壁設定のコアを設定します。

PROCEDURE SetCoreWallComponent(
object :HANDLE;
coreWallComponent :INTEGER);
def vs.SetCoreWallComponent(object, coreWallComponent):
    return None

Parameters

object HANDLE 図形のハンドル
coreWallComponent INTEGER 構成要素の番号

Version

Availability: from Vectorworks 2010

See Also

VS Functions:

VS:GetCoreWallComponent

VS Functions: [[VS:GetCoreWallComponent]]