civil:pgroup-get-allnumbers


(civil:pgroup-get-allnumbers  groupNameOrEname)

Provides a list of all C3D Point numbers contained in specified C3D PointGroup groupNameOrEname.

Arguments

groupNameOrEname  (string or ename)  the name (string) or ENAME of the PointGroup to retrieve the all point numbers for

Return

list of integer, or NIL

Example

(vl-load-civil)  T
(setq lst (civil:pgroup-get-allnumbers "_All points"))
(1 2 3 4 5 6 7 8 9 10)

Remarks




©  Bricsys NV. All rights reserved.