๐งพ CadifySvg
The CadifySvg function generates an SVG string from a combination of Cadify shapes. using the Sketcher system.
๐This function is generated by Cadify automatically!
๐ What It Does
Combines lines, rectangles, holes, texts, images, ellipses, dimensions, and beziers defined via other Cadify functions into one SVG structure.
๐งพ Syntax
=CadifySvg(CadifySheet, CadifyLines, CadifyRectangles, CadifyHoles, CadifyImages, CadifyTexts, CadifyDims, CadifyEllipses, CadifyBeziers, ControlBinds)
๐งฎ Parameters
| Parameter | Description |
|---|---|
CadifySheet |
A cell reference containing the CadifySheet() function. |
CadifyLines (optional) |
Range of cells calling CadifyLine(). |
CadifyRectangles (optional) |
Range of cells calling CadifyRectangle(). |
CadifyHoles (optional) |
Range of cells calling CadifyHoles(). |
CadifyImages (optional) |
Range of cells calling CadifyImage(). |
CadifyTexts (optional) |
Range of cells calling CadifyText(). |
CadifyDims (optional) |
Range of cells calling CadifyDim(). |
CadifyEllipses (optional) |
Range of cells calling CadifyEllipse(). |
CadifyBeziers (optional) |
Range of cells calling CadifyBezier(). |
ControlBinds (optional) |
Range of cells containing control binding strings like "line1,x1,cadify:width". |
๐ Output
Returns an SVG XML string that can be visualized in compatible viewers or embedded into web outputs.