Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • T

Hierarchy

  • RevolveDto

Index

Constructors

constructor

  • new RevolveDto<T>(crossSection?: T, revolveDegrees?: number, matchProfile?: boolean, circularSegments?: number): RevolveDto<T>
  • Type parameters

    • T

    Parameters

    • Optional crossSection: T
    • Optional revolveDegrees: number
    • Optional matchProfile: boolean
    • Optional circularSegments: number

    Returns RevolveDto<T>

Properties

circularSegments

circularSegments: number

Circular segments

default

32

minimum

0

maximum

Infinity

step

1

crossSection

crossSection: T

Revolve cross section shape

matchProfile

matchProfile: boolean

Default manifold library will adjust profile when generating revolved shape. We prefer it to be matching the profile by default. Set to false to use default manifold library behavior.

default

true

revolveDegrees

revolveDegrees: number

Extrude cross section shape

default

360

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc