tin:importcivil3d


(tin:importcivil3d  dwgFile  labelFlags)

This function imports AutoCAD Civil3D entities from dwgFile dwg file (or from current drawing) into the current drawing as BricsCAD Civil TinSurface related entities, as Civil3D related entities,and as normal entities.

!! to have (tin:importcivil3d) function available, (vl-load-tin) must be run once before !!

Arguments

dwgFile  (string or NIL)  name of the dwg file, to import AutoCAD Civil3d entities from;
if NIL or if an empty string, the current drawing is used for the import operation

labelFlags  (integer, bit-flags)  bit-coded flags, controlling which Civil3d labels shall be imported;

for the possible values, see ECivilLabelImportFlags

Return

list of all entities, created in actual drawing

Example


Remarks

imported entities are :
a) normal native entities (Text, MText, Circle, BlockReferences, ...)
b) BricsCAD Civil TinSurface related entities



IMPORTANT

to have (tin:importcivil3d) function available, (vl-load-tin) must be run once before !



©  Bricsys NV. All rights reserved.