Shape

interface Shape

In FooCAD there are two kinds of Shape : a Shape2d or a Shape3d. The only things they have in common are defined here.

Shape is seldom used, and instead, you will work with either Shape2d or Shape3d.

Inheritors

Properties

Link copied to clipboard
abstract val color: Color?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun toScad(config: ScadOutputConfig)
Link copied to clipboard