CylindricalSurface

verb.geom.CylindricalSurface

CLASS

Source code

A CylindricalSurface is a surface making up the curve surface of a cylinder

Extends: NurbsSurface

constructor

METHOD

Source code

new CylindricalSurface(axis : Vector, xaxis : Vector, base : Point, height : Float, radius : Float)

Constructor for Cylinder

params

axis

METHOD

Source code

axis()

Length 3 array representing the axis of the cylinder

xaxis

METHOD

Source code

xaxis()

Length 3 array representing the x axis, perpendicular to the axis

base

METHOD

Source code

base()

Length 3 array representing the base of the cylinder

height

METHOD

Source code

height()

Height of the cylinder

radius

METHOD

Source code

radius()

Radius of the cylinder