Patches

Shape

Shape

A shape specified by the shape input. Add a shape patch like Rectangle, Triangle, Oval, or Union of the above. Shapes can have a color fill and a stroke.

Shape

  • Enable
  • Fill
  • Shape
  • Position
  • Opacity
  • Scale
  • Shadow Color
  • Shadow Opacity
  • Shadow Radius
  • Shadow Offset
  • Stroke Color
  • Stroke Width
  • Start
  • End

Enable

A boolean that is true when the layer is displayed.

Fill

The color of the layer.

Shape

The path to draw. Add a shape patch like Rectangle, Triangle, Oval, or Union of the above.

Position

The position to display the layer. Use Point 3D to set Z position.

Opacity

The opacity of the layer.

Scale

The scale of the layer.

Shadow Color

The color of the shadow.

Shadow Opacity

The opacity of the shadow. By default, the opacity is 0, which disables the shadow.

Shadow Radius

The blur radius of the shadow.

Shadow Offset

The size of the shadow relative to the size of the layer.

Stroke Color

The color of the stroke.

Stroke Width

The width of the stroke. By default, the width is 0, which disables the stroke.

Start

A number from 0 to 1 that represents the start of the stroke.

End

A number from 0 to 1 that represents the end of the stroke.