โญ CadifyRectangle
The CadifyRectangle function draws a rectangle defined by width, height, and starting position.
๐ What It Does
Creates a rectangular shape from a bottom-left corner with customizable style and position.
๐งพ Syntax
=CadifyRectangle(rectName, x, y, width, height, style, zOrder, cadifySheetName)
๐งฎ Parameters
| Parameter | Description |
|---|---|
rectName |
Shape name (unique). |
x, y |
Bottom-left corner in mm. |
width, height |
Dimensions in mm. |
style |
Drawing style. |
zOrder |
Display layer. |
cadifySheetName |
Related drawing sheet. |