VS:SetCoreWallComponent/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision: 2014J VS Reference S)
m (1 revision: Japanese Reference for 2016)
 
(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__
Line 24: Line 25:
object
object
HANDLE
HANDLE
図形のハンドル
オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)
</line>
</line>
<line>
<line>
Line 42: Line 43:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso>
<seeAlso>
VS Functions:
関連関数:
[[VS:GetCoreWallComponent]]  
[[VS:GetCoreWallComponent]]  
</seeAlso>
</seeAlso>
Line 48: Line 49:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
Availability: from Vectorworks 2010
利用可能バージョン: Vectorworks 2010


</version>
</version>

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