Creates a NURBS surface or a group of surfaces by revolving a profile about an axis and following a rail guide curve on a plane perpendicular to the plane containing the axis and the profile.
FUNCTION RevolveWithRail(
profileH : HANDLE;
railH : HANDLE;
axisH : HANDLE): HANDLE;def vs.RevolveWithRail(profileH, railH, axisH):
return HANDLE| Name | Type | Description |
|---|---|---|
| profileH | HANDLE | Handle to a NURBS curve to be used as the profile object. |
| railH | HANDLE | Handle to a NURBS curve to be used as the rail guide object |
| axisH | HANDLE | Handle to a linear NURBS curve about which the |
Availability: from VectorWorks10.0