tinvs:createby2surfacesandentity


(tinvs:createby2surfacesandentity  tinEname1  tinEname2  clipEnt  midOrdinateDist)

Creates a TinVolumeSurface from  tinEname1 and tinEname2 TinSurface entities, and a clipEnt clipping entity, which is rasterised by midOrdinateDist smoothness

Arguments

tinEname1  (ename or vla-object)  the first TinSurface entity
tinEname2  (ename or vla-object)  the second TinSurface entity
clipEnt  (ename or vla-object)  the clipping entity
midOrdinateDist  (number)  specifies the smoothness (it is the relation of the deviation at the mid of the ordinate between 2 rasterised points)

Return

(ename)  TinVolumeSurface entity, or NIL

Example

(tinvs:createby2surfacesandentity tin1 tin2 (entlast) 0.2)
<Entity name: 48f52a90>

Remarks

the 'midOrdinateDistance' is the distance of the curve's midpoint, to the arc center; similar to arc's bulge; used as a kind of tolerance;
see https://civil3dplus.wordpress.com/2012/12/23/surfaces-and-the-mid-ordinate-distance/



©  Bricsys NV. All rights reserved.