acet::arc-point-list
(acet::arc-point-list center
startpoint endpoint maxangle
alt)
Returns a list of equidistant raster points
along the specified arc.
center (2d/3d
point list) the center point of the arc
startpoint (2d/3d point list) the start point of the
arc
endpoint (2d/3d point list) the end point of the
arc
maxangle (integer or double) maximum angle to scan.
starting from startpoint
alt (T/NIL) specifies the
resolution mode : if NIL, the arc is rasterised using the default 9
raster points per full circle; if T, the number of raster points
depends on the radius
Scanning for raster points stops when endpoint
or maxangle is reached, depending which happens first.
© Bricsys NV. All rights reserved. |