Description:

Constructs a railed Surface-of-Revolution.

Syntax:
public static NurbsSurface CreateRailRevolvedSurface(
Curve profile,
Curve rail,
Line axis,
bool scaleHeight
)
Parameters:
  • profile
  • Type: Curve
  • Profile curve for revolution.
  • rail
  • Type: Curve
  • Rail curve for revolution.
  • axis
  • Type: Line
  • Axis of revolution.
  • scaleHeight
  • Type: bool
  • If true, surface will be locally scaled.
Returns:
A NurbsSurface or None on failure.
Available since:
5.0

/
/
/
CreateRailRevolvedSurface

CreateRailRevolvedSurface method

Class:  Rhino.Geometry.NurbsSurface

Nothing found