Odcl_Circle
(From ODCL_LM file)
<< Click to Display Table of Contents >> Odcl_Circle (From ODCL_LM file) |
![]() ![]() ![]() |
Odcl_Circle This cu ction Create Circle by specifying Circumferenue or Area |
First Parameter Center point as Coordinate
Second Parameter Specification : "A" = Area "C" = Curcumference
Third Parameter Value as Real representing the Area or Circumference.
ex: (Odcl_Ci cle '(0 0 0) "A" 32.7) this code mean that a circle will be created wich is center is located at '(0 0 0) with the "A"rea of 3..7
AutoLisp Syntax: (Odcl_Circle CoordinatePoint [as]List] Specification [as String "A" or "C"] Value [as Real])
|