Function Entry: ACET-WMFIN
← Prev | ↑ Chapter | Next → | Index | Symbols
Function Entry: ACET-WMFIN
Name
acet-wmfin
Class
BricsCAD ExpressTools API Function
Syntax
(acet-wmfin wmffile point xscale yscale rotation)
Arguments and Values
Arguments are described in the vendor page; see Source Notes.
Description
Inserts a WMF/EMF file as BlockDefinition and BlockReference into the current drawing. wmffile (string) specifies the WMF/EMF file to be imported; if specified as NIL, the user is asked to select or specify the file name point (2d/3d point) specifies the insertion point for the BlockReference; if specified as NIL, the user is asked to define the insertion point xscale (double) specifies the X scale for the BlockReference; if specified as NIL, the user is asked to define the X scale yscale (double) specifies the Y scale for the BlockReference; if specified as NIL, the user is asked to define the Y scale rotation (double) specifies the rotation (in actual UCS XY plane) for the BlockReference; if specified as NIL, the user is asked to define the rotation
Return Values
Vendor-defined; see Source Notes.
Availability
- AutoCAD 2026: not documented.
- BricsCAD V26: documented.
- Status: BricsCAD-only.
Source Notes
- [acet-wmfin (BricsCAD V26 DevRef)](https://developer.bricsys.com/bricscad/help/en_US/V26/DevRef/source/acetwmfin.htm)
- Status: documented (Phase 3 follow-up: body filled from the BricsCAD V26 per-symbol page on 2026-04-26).