Type

Instead of specifying a Filename you can also use built-in model types by specifying the type of model via a string constant in this node.

Format

String

The type of built-in model.

Default

“Box”

A box with given outer size Width, Height and Depth. The wall thickness is fixed to 1/20 of the maximum of width and height. A box of 100x80x50mm will thus have a wall thickness of 1/20*max(100, 80) = 5mm resulting in an inner size of 90x70x45.

“Cylinder”

A cylinder with given Radius and Height.

“Cube”

A cube with edge length Width.

“Cuboid”

A cuboid with given Width, Height and Depth.

“Sphere”

A sphere with given Radius.

“TPiece”

A pipe T-fitting of given Width.