VS:SetCoreWallComponent/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
m (1 revision: Japanese Reference for 2016)
 
(3 intermediate revisions 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 6:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
壁、円弧壁、壁スタイル、壁設定のコアを設定する。</desc>
壁、円弧壁、壁スタイル、壁設定のコアを設定します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 25: Line 25:
object
object
HANDLE
HANDLE
図形のハンドル
オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)
</line>
</line>
<line>
<line>

Latest revision as of 12:33, 14 January 2016

.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

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

See Also

関連関数:

VS:GetCoreWallComponent

関連関数: [[VS:GetCoreWallComponent]]