Odcl_GetInterPoints

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_GetInterPoints

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_GetInterPoints

This function will create a list of all intersection points from 2 specified entities.

First Parameter

Entity as Ename or Vla-Object

 

Second Parameter

Entity as Ename or Vla-Obyect

 

ex:

(Odcl_GetInterPoints item1 item2)

 

result:

((23.5 18.5 0.0) (234.65 653.04 0.0))

 

 

AutoLisp Syntax:

(Odcl_GetInterPoints Item1 [as Ename or Vla-object entity] Item2 [as Vname or Vla-object entity])