Hide menu
Loading...
Searching...
No Matches
ConicalSurface

Defines a conical surface. A conical surface is defined by an axis placement, a reference radius and a semi-angle.

Extends

Constructors

new ConicalSurface()

new ConicalSurface(position, semiAngle, radius): ConicalSurface

Parameters

position

Axis3d

Position axis.

semiAngle

number

Semi-angle.

radius

number

Reference radius.

Returns

ConicalSurface

Overrides

ElementarySurface.constructor

Properties

position

readonly position: Axis3d

Position axis.

Inherited from

ElementarySurface.position


radius

readonly radius: number

Reference radius.


semiAngle

readonly semiAngle: number

Semi-angle.


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