Description:

Constructs a new cylinder with a finite height.

Syntax:
public Cylinder(
Circle baseCircle,
double height
)
Parameters:
  • baseCircle
  • Type: Circle
  • Base circle for cylinder.
  • height
  • Type: double
  • Height of cylinder (zero for infinite cylinder).
Available since:
5.0

Description:

Constructs a new cylinder with infinite height.

Syntax:
public Cylinder(
Circle baseCircle
)
Parameters:
  • baseCircle
  • Type: Circle
  • Base circle for infinite cylinder.
Available since:
5.0

Cylinder constructor

Class:  Rhino.Geometry.Cylinder

Nothing found