VS:SetSkylight/ja

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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

Description

ハンドルで指定した屋根の中の、天窓を設定します。

PROCEDURE SetSkylight(
roofObject :HANDLE;
skylightID :INTEGER;
edgeIndex :INTEGER;
cornerOffsetDistance :REAL)Coordinate); perpOffsetDistance:REAL (Coordinate); symName:LONGINT);
def vs.SetSkylight(roofObject, skylightID, edgeIndex, cornerOffsetDistance, perpOffsetDistance, symName):
    return None

Parameters

roofObject HANDLE 屋根のハンドル
skylightID INTEGER ドーマーの番号
edgeIndex INTEGER 縁の番号
cornerOffsetDistance REAL (Coordinate) 縁の隅からの距離
perpOffsetDistance REAL (Coordinate) 垂線の高さ
symName LONGINT シンボルの番号

Example

skylightID:=CreateSkylight(roofHandle);
SetSkylight(roofHandle,skylightID,6,13'8",2'1",Name2Index('dh2436'));

Version

利用可能バージョン: VectorWorks8.0

See Also

関連関数:

VS:Name2Index

関連関数: [[VS:Name2Index]]