tinvs:createby2surfacesandpoints


(tinvs:createby2surfacesandpoints  tinEname1  tinEname2  boundary)

Creates a TinVolumeSurface from  tinEname1 and tinEname2 TinSurface entities, and a clipping boundary.

Arguments

tinEname1  (ename or vla-object)  the first TinSurface entity
tinEname2  (ename or vla-object)  the second TinSurface entity
boundary  (list of 2d/3d points)  the clipping polygon

Return

(ename)  TinVolumeSurface entity, or NIL

Example

(setq boundary '((18.1 20.9)(60.7 20.9)(60.7 54.8 1) (18.1 54.8)))
(tinvs:createby2surfacesandpoints tin1 tin2 boundary
<Entity name: 48f52a90>

Remarks




©  Bricsys NV. All rights reserved.