Molding02_Shap

Molding02_Shape is a basic chamfer sitting atop a vertical line.

Parameters

.

Molding02_Shape Palette

The two main parameters, width and height control the outer bounds of the Molding02_Shape.

The moldingHgt is the height of the upper portion of the Shape.

The edge parameter determines the size of the square that defines the upper edge.

SceneView Handles

The upper point handle controls the width and height of the molding. The lower handle controls the moldingHgt.

Turtle Script Description

The script for this molding creates an edge at top.

mov 0 0 90

fwd height-moldingHgt
drw width-edge height-edge
right edge
fwd edge
left width