Skip to content

๐Ÿงพ 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.