civil:pgroups-get-all


(civil:pgroups-get-all)

Returns a list of all C3D PointGroup objects in the current.

Arguments

none

Return

the list of 'C3D PointGroup' DottedPairs (Name . ENAME) on success, or NIL if no PointGroup exists;
the ENAME specifies the PointGroup entity ename

Example

(vl-load-civil)  T
(setq lst (civil:pgroups-get-all))
(("_All points" . <Entity name: 670ef240>) ("testg1" . <Entity name: 670f0840>) ("testg2" . <Entity name: 670eff40>) ("testg3" . <Entity name: 670f05c0>) ("testg4_above100elev" . <Entity name: 670eff00>))

Remarks

For a drawing containing Civil entities, there is always a PointGroup named "_All points" containing all C3D Point objects



©  Bricsys NV. All rights reserved.