VS:RevolveWithRail/ja: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
m (1 revision: 2014J VS Reference R)
 
(One intermediate revision 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 6: Line 5:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<desc>
<desc>
断面を示す曲線を軸やパスに沿って回転させて、NURBS曲面またはNURBS曲面のグループを作成します。</desc>
輪郭を示す曲線を軸やパスに沿って回転させて、NURBS曲面またはNURBS曲面のグループを作成します。</desc>


-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
Line 25: Line 24:
profileH
profileH
HANDLE
HANDLE
NURBS曲線のハンドル(断面)
NURBS曲線のハンドル(輪郭)
</line>
</line>
<line>
<line>
Line 55: Line 54:
-----------------------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------------------
<version>
<version>
利用可能バージョン: VectorWorks10.0
Availability: from VectorWorks10.0


</version>
</version>

Latest revision as of 03:24, 16 January 2014

.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