VS:RevolveWithRail/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

輪郭を示す曲線を軸やパスに沿って回転させて、NURBS曲面またはNURBS曲面のグループを作成します。

FUNCTION RevolveWithRail(
profileH :HANDLE;
railH :HANDLE;
axisH :HANDLE) : HANDLE;
def vs.RevolveWithRail(profileH, railH, axisH):
    return HANDLE

Parameters

profileH HANDLE NURBS曲線のハンドル(輪郭)
railH HANDLE NURBS曲線のハンドル(パス)
axisH HANDLE NURBS曲線のハンドル(軸)

Return Value

NURBS曲面のハンドルを返します。

Version

Availability: from VectorWorks10.0