VS:CreateSlab/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 25: Line 24:
profile
profile
HANDLE
HANDLE
スラブを作る元となる断面形状
スラブを作る元となる輪郭形状
</line>
</line>
</lineList>
</lineList>
Line 42: Line 41:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<seeAlso>
<seeAlso>
関連関数:
VS Functions:
[[VS:ModifySlab]]  
[[VS:ModifySlab]]  
</seeAlso>
</seeAlso>
Line 48: Line 47:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: Vectorworks 2011
Availability: from Vectorworks 2011


</version>
</version>

Revision as of 01:54, 16 January 2014

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

Description

スラブを作成します。

FUNCTION CreateSlab(
profile :HANDLE) : HANDLE;
def vs.CreateSlab(profile):
    return HANDLE

Parameters

profile HANDLE スラブを作る元となる輪郭形状

Return Value

スラブ

Version

Availability: from Vectorworks 2011

See Also

VS Functions:

VS:ModifySlab

VS Functions: [[VS:ModifySlab]]