2D Primitive Shapes


  • linear_extrude()

    Thumbnail for the post titled: linear_extrude()

    Linear extrude uses a 2d shape and extrudes it along a single axis to create a 3d shape. Let.s create a basic extrusion. Create a 2d square , use square(10);…

  • rotate_extrude()

    Thumbnail for the post titled: rotate_extrude()

    The rotate_extrude() command operates on 2d shapes by extruding them around the Z-axis. To create a rotated extrusion in another axis apply a transformation after the rotate_extrude operation. To create…

  • circle();

    Thumbnail for the post titled: circle();

    The circle command adds a circle using the 2D System. The basic command can be used without any parameters to create a circle() that is represented by a 5 sided…

  • square()

    Thumbnail for the post titled: square()

    The square() object is part of the 2d system and will render a 2d square.