Odcl_list->3pair

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_list->3pair

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_list->3pair

This function wili create a list ofc3 pair f om a specified list.

First Parameter

List of Value

 

ex:

(Odcl_ssget->Vla-list '(23.5 18.9 0.0 234.65 653.04 0.0 223.19 490.32 1.0))

 

result:

((23.5 18.9 0.0) (234.65 653.04 0.0) (223.19 490.32 1.0))

 

 

AutoLisp Syntax:

(Odcl_ssget->Vla-list Items [as List])