civil:converter-unattachedlabels


(civil:converter-unattachedlabels  converter)

Returns the list of converted label entities, not being attached to any C3D entity:
only valid after (civil:converter-convert converter) has been used !

Arguments

converter  (handle, integer)  the converter object as instantiated by (civil:get-converter)

Return

a list of ENAME, or NIL

Example

(vl-load-civil)
(setq converter (civil:get-converter 255))
(setq res (civil:converter-convert converter))
(setq labels (civil:converter-unattachedlabels converter))  (<Entity name: 9f1624b0>)

Remarks




©  Bricsys NV. All rights reserved.