map_topoclose

AutoCAD Map 3D AutoLISP

Up a level
map_topoclose
 
 

Converts all polygons in a topology to closed polylines.

(map_topoclose toponame layer group odata aselink)

Returns a selection set of closed polylines created by the function.

toponame Unique name for a topology (string). Topology must be closed.
layer Target layer for closed polylines (string). If layer name is incorrect (for example "@@"), polylines are created in the current layer
group Group flag for complex polygons: 1 or 0
1 group complex polygons
0 do not group complex polygons
odata Object data flag that sets whether to copy object data on the polygon centroid to the resulting polyline: 1 or 0
1 copy object data on the centroid
0 ignore object data on the centroid
aselink ASE link flag that sets whether to copy ASE link data on the centroid to the resulting polyline: 1 or 0
1 copy ASE link data on the centroid
0 ignore ASE link data on the centroid