Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • RevolutionParametersDto

Index

Constructors

Properties

Constructors

constructor

  • new RevolutionParametersDto(profile?: any, center?: number[], axis?: number[], angle?: number): RevolutionParametersDto
  • Parameters

    • Optional profile: any
    • Optional center: number[]
    • Optional axis: number[]
    • Optional angle: number

    Returns RevolutionParametersDto

Properties

angle

angle: number

Angle at which to rotate in degrees

axis

axis: number[]

Axis around which rotation will happen

center

center: number[]

Center point

profile

profile: any

Profile Nurbs curve

Generated using TypeDoc