tingr:set-midordinatedist
(tingr:set-midordinatedist grading
dist)
Assigns the 'mid-ordinate distance'
dist to be used by
the grading TinGrading entity.
Arguments
|
grading (ename or vla-object) the TinGrading
entity
dist (number, integer or double) the 'mid-ordinate
distance' value to be used
|
Return
|
T or NIL
|
Example
|
|
Remarks
|
see (tingr:get-midOrdinateDist);
the mid-ordinate
distance is the distance of the curve's
midpoint, to the arc center; similar to arc's bulge; used as a kind
of tolerance;
this curve rasterisation/smoothing tolerance
only applies to curve-based constraints;
default value is 0.0, which means automatic
tolerance chosen by the TinGrading implementation;
for more informations :
https://civil3dplus.wordpress.com/2012/12/23/surfaces-and-the-mid-ordinate-distance/
|