ConicalSurface

verb.geom.ConicalSurface

CLASS

Source code

A ConicalSurface is a surface making up the curve surface of a cone

Extends: NurbsSurface

constructor

METHOD

Source code

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

Make a conical surface

params

axis

METHOD

Source code

axis()

Length 3 array representing the axis of the cone

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 cone

height

METHOD

Source code

height()

Height of the cone

radius

METHOD

Source code

radius()

Radius of the cone