Hide menu
Loading...
Searching...
No Matches
CylindricalSurface

Defines a cylindrical surface. A cylindrical surface is defined by an axis placement and a radius.

Extends

Constructors

new CylindricalSurface()

new CylindricalSurface(position, radius): CylindricalSurface

Parameters

position

Axis3d

Position axis.

radius

number

Radius.

Returns

CylindricalSurface

Overrides

ElementarySurface.constructor

Properties

position

readonly position: Axis3d

Position axis.

Inherited from

ElementarySurface.position


radius

readonly radius: number

Radius.


type

readonly type: SurfaceType = SurfaceType.UNDEFINED

Type of the surface.

Inherited from

ElementarySurface.type

Accessors

direction

Get Signature

get direction(): Direction

Returns Z direction of the axis placement.

Returns

Direction

Inherited from

ElementarySurface.direction


id

Get Signature

get id(): bigint

Returns object id.

Returns

bigint

Inherited from

ElementarySurface.id


location

Get Signature

get location(): Point

Returns origin point.

Returns

Point

Inherited from

ElementarySurface.location