FooCAD
Toggle table of contents
3.0
jvm
Platform filter
jvm
Switch theme
Search in API
FooCAD
foocad-core
/
uk.co.nickthecoder.foocad.core.compounds
/
Extrusion
/
Extrusion
Extrusion
constructor
(
shape2d
:
Shape2d
,
height
:
Double
,
convexity
:
Int
?
)
constructor
(
shape2d
:
Shape2d
,
height
:
Double
)
constructor
(
shape2d
:
Shape2d
,
height
:
Double
,
scale
:
Double
)
constructor
(
shape2d
:
Shape2d
,
height
:
Double
,
scale
:
Double
,
convexity
:
Int
?
)
constructor
(
shape2d
:
Shape2d
,
height
:
Double
,
scale
:
Vector2
)
constructor
(
shape2d
:
Shape2d
,
height
:
Double
,
scale
:
Vector2
,
convexity
:
Int
?
)