Skip to content

Instantly share code, notes, and snippets.

@brunosaboia
Created June 24, 2013 19:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunosaboia/5852963 to your computer and use it in GitHub Desktop.
Save brunosaboia/5852963 to your computer and use it in GitHub Desktop.
Desenhando um quadrado no AutoCAD com ObjectARX: Parte I
var pontoA = new Point3d(0, 100, 0);
var pontoB = new Point3d(100, 100, 0);
var pontoC = new Point3d(0, 0, 0);
var pontoD = new Point3d(100, 0, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment