VS:SetComponentFollowBottomWallPeaks/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
No edit summary
m (1 revision: Japanese Reference for 2016)
 
(No difference)

Latest revision as of 12:33, 14 January 2016

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

Description

図形の構成要素が壁の下端に端を合わせるかどうかのフラグを設定します。

FUNCTION SetComponentFollowBottomWallPeaks(
object :HANDLE;
componentIndex :INTEGER;
followBottomWallPeaks :BOOLEAN) : BOOLEAN;
def vs.SetComponentFollowBottomWallPeaks(object, componentIndex, followBottomWallPeaks):
    return BOOLEAN

Parameters

object HANDLE オブジェクトのハンドル(壁、円弧壁、壁スタイルまたは、壁設定)
componentIndex INTEGER 構成要素の番号
followBottomWallPeaks BOOLEAN 構成要素が壁の下端に端を合わせる/合わせない

Version

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

See Also

関連関数:

VS:GetComponentFollowBottomWallPeaks

関連関数: [[VS:GetComponentFollowBottomWallPeaks]]