You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

General Program Information

Basics - Using Numbers in Code

Variables within this section of basics provide numbers for constants within AutoCAD or specify AutoCAD versions. Additionally, this section includes functions which limit the significant figures for numbers used in AutoCAD programs.

sp -
sp := " "

zc -
zc := .01m

stringit -
stringit(error) :=

  • num2str(round(x/m,5))

*stringitnonunits -
stringitnonunits(error) :=

  • num2str(round(x,5))

point
point(pointarray) :=

*pointnonunits
pointnonunits

  • No labels