VS:SetComponentManualEdgeOffset/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision: Japanese Reference for 2016)
 
(2 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 25: Line 25:
object
object
HANDLE
HANDLE
オブジェクト。スラブ、スラブスタイルもしくはスラブ設定。
オブジェクトのハンドル(スラブ、スラブスタイルまたは、スラブ設定)
</line>
</line>
<line>
<line>
componentIndex
componentIndex
INTEGER
INTEGER
構成要素のインデックス
構成要素の番号
</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

図形の構成要素の手動設定された境界の辺のオフセットを設定します。

FUNCTION SetComponentManualEdgeOffset(
object :HANDLE;
componentIndex :INTEGER;
manualEdgeOffset :REAL)Coordinate)) : BOOLEAN;
def vs.SetComponentManualEdgeOffset(object, componentIndex, manualEdgeOffset):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(スラブ、スラブスタイルまたは、スラブ設定)
componentIndex INTEGER 構成要素の番号
manualEdgeOffset REAL (Coordinate) 手動設定された境界のオフセット

Version

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

See Also

関連関数:

VS:GetComponentManualEdgeOffset

関連関数: [[VS:GetComponentManualEdgeOffset]]