diff --git a/README.md b/README.md new file mode 100644 index 0000000..ccfcba9 --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +# acdocs +AngelCAD - user documentation + +This repository contains the GitHub pages for AngelCAD. diff --git a/_config.yml b/_config.yml new file mode 100644 index 0000000..2f7efbe --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..c741881 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-slate \ No newline at end of file diff --git a/docs/angel_48x48.bmp b/docs/angel_48x48.bmp new file mode 100644 index 0000000..e9e7640 Binary files /dev/null and b/docs/angel_48x48.bmp differ diff --git a/docs/angelcad_8h.html b/docs/angelcad_8h.html new file mode 100644 index 0000000..034e97c --- /dev/null +++ b/docs/angelcad_8h.html @@ -0,0 +1,208 @@ + + + + + + +AngelCAD: angelcad.h File Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Classes
+
+
angelcad.h File Reference
+
+
+ +

Go to the source code of this file.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Classes

class  boundingbox
 bounding box aligned with system axes More...
 
class  circle
 circle, centered at origin More...
 
class  cone
 cone with axis in z-direction, by default extending from origin More...
 
class  cube
 cube, by default in 1st octant with one corner toucing origin More...
 
class  cuboid
 cuboid, by default in 1st octant with one corner toucing origin More...
 
class  cylinder
 cylinder with axis in z-direction, by default extending from origin More...
 
class  difference2d
 2d difference boolean operation More...
 
class  difference3d
 3d difference boolean operation More...
 
class  fill2d
 2d fill operation, filling holes in input shapes More...
 
class  hmatrix
 Homogeneous transformation matrix. More...
 
class  hull2d
 2d hull operation, enclosing the input shapes More...
 
class  hull3d
 3d hull operation, enclosing the input solids More...
 
class  intersection2d
 2d intersection boolean operation More...
 
class  intersection3d
 3d intersection boolean operation More...
 
class  linear_extrude
 Extrude 2d shape in z direction into 3d solid. More...
 
class  locsys3d
 3d localsystem More...
 
class  minkowski2d
 2d Minkowski sum operation More...
 
class  minkowski3d
 3d Minkowski sum operation More...
 
class  mirror
 Mirror transformation around given point. More...
 
class  offset2d
 2d profile offset More...
 
class  pface
 Polyhedron face. More...
 
class  polygon
 polygon, vertices in CCW order More...
 
class  polyhedron
 Closed polyhedron volume defined by vertices and planar faces. More...
 
class  pos2d
 2d position coordinates More...
 
class  pos3d
 3d position coordinates More...
 
class  rectangle
 rectangle, by default located in 1st quadrant touching origin More...
 
class  rotate_extrude
 Extrude 2d shape CCW in XZ plane into 3d solid. More...
 
class  rotate_x
 Rotation around x. More...
 
class  rotate_y
 Rotation around y. More...
 
class  rotate_z
 Rotation around z. More...
 
class  scale
 Scaling transformation. More...
 
class  shape
 Abstract base for all primitives and booleans. More...
 
class  shape2d
 Abstract base for 2d primitives and booleans. More...
 
class  solid
 Abstract base for 3d primitives and booleans. More...
 
class  sphere
 sphere, centered at origin More...
 
class  spline2d
 2d cubic spline curve More...
 
class  spline3d
 3d cubic spline curve More...
 
class  spline_path
 spline_path for sweep More...
 
class  square
 square, by default located in 1st quadrant touching origin More...
 
class  sweep
 Sweep 2d shape along path curve to create 3d solid. More...
 
class  tmatrix
 Abstract base matrix for transformations. More...
 
class  transform_extrude
 Extrude from botton to top shapes using transform. More...
 
class  translate
 Translation in x, y and z. More...
 
class  union2d
 2d union boolean operation More...
 
class  union3d
 3d union boolean operation More...
 
class  vec2d
 2d direction vector More...
 
class  vec3d
 3d direction vector More...
 
+
+ + + + diff --git a/docs/angelcad_8h_source.html b/docs/angelcad_8h_source.html new file mode 100644 index 0000000..c0a8600 --- /dev/null +++ b/docs/angelcad_8h_source.html @@ -0,0 +1,1360 @@ + + + + + + +AngelCAD: angelcad.h Source File + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
angelcad.h
+
+
+Go to the documentation of this file.
1 #ifndef ANGELCAD_AUTODOC
+
2 #define ANGELCAD_AUTODOC
+
3 /*
+
4 This is AngelCAD autogenerated AngelScript documentation
+
5 AngelCAD version: v1.1-00
+
6 For language description, see:
+
7  * The script language : http://www.angelcode.com/angelscript/sdk/docs/manual/doc_script.html
+
8  * Script class overview : http://www.angelcode.com/angelscript/sdk/docs/manual/doc_script_class_desc.html
+
9 
+
10 Below follows a list of AngelCAD classes in alphabetical order written quasi c++ style
+
11 to facilitate using it as direct input to doxygen documentation system.
+
12 */
+
13 
+
15 
+ +
17 {
+
18 public:
+
20 
+
21  boundingbox();
+
22 
+
23  bool is_empty() const;
+
25 
+
26  double dx() const;
+
28 
+
29  double dy() const;
+
31 
+
32  double dz() const;
+
34 
+
35  pos3d@ center() const;
+
37 
+
38  pos3d@ p1() const;
+
40 
+
41  pos3d@ p2() const;
+
42  string Type() const;
+
44 
+
45  void enclose(pos3d@ p);
+
46 };
+
47 
+
49 
+
50 class circle : public shape2d
+
51 {
+
52 public:
+
53  circle(const pos2d@ p1, const pos2d@ p2, const pos2d@ p3 );
+
55 
+
56  circle(double r);
+
57 
+
58  boundingbox@ box() const;
+
60 
+
61  double r() const;
+
63 
+
64  double radius() const;
+
66 
+
67  string Type() const;
+
68  tmatrix@ transform() const;
+
69 };
+
70 
+
72 
+
74 class cone : public solid
+
75 {
+
76 public:
+
78 
+
82  cone(double h, double r1, double r2, bool center=false);
+
83 
+
84  boundingbox@ box() const;
+
86 
+
87  double h() const;
+
89 
+
90  double height() const;
+
92 
+
93  double r1() const;
+
95 
+
96  double r2() const;
+
98 
+
99  double radius1() const;
+
101 
+
102  double radius2() const;
+
104 
+
105  string Type() const;
+
106  tmatrix@ transform() const;
+
107 };
+
108 
+
110 class cube : public solid
+
111 {
+
112 public:
+
114 
+
116  cube(double size, bool center=false);
+
117 
+
118  boundingbox@ box() const;
+
120 
+
121  double size() const;
+
123 
+
124  string Type() const;
+
125  tmatrix@ transform() const;
+
126 };
+
127 
+
129 
+
131 class cuboid : public solid
+
132 {
+
133 public:
+
135 
+
139  cuboid(double dx, double dy, double dz, bool center=false);
+
140 
+
141  boundingbox@ box() const;
+
143 
+
144  double dx() const;
+
146 
+
147  double dy() const;
+
149 
+
150  double dz() const;
+
152 
+
153  string Type() const;
+
154  tmatrix@ transform() const;
+
155 };
+
156 
+
158 
+
160 class cylinder : public solid
+
161 {
+
162 public:
+
164 
+
167  cylinder(double h, double r, bool center=false);
+
168 
+
169  boundingbox@ box() const;
+
171 
+
172  double h() const;
+
174 
+
175  double height() const;
+
177 
+
178  double r() const;
+
180 
+
181  double radius() const;
+
183 
+
184  string Type() const;
+
185  tmatrix@ transform() const;
+
186 };
+
187 
+
189 
+
194 class difference2d : public shape2d
+
195 {
+
196 public:
+
198 
+
200  difference2d(shape2d@ incl, shape2d@ excl);
+
201 
+
202  boundingbox@ box() const;
+
204 
+
205  string Type() const;
+
206  tmatrix@ transform() const;
+
207 };
+
208 
+
210 
+
215 class difference3d : public solid
+
216 {
+
217 public:
+
219 
+
221  difference3d(solid@ incl, solid@ excl);
+
222 
+
223  boundingbox@ box() const;
+
225 
+
226  string Type() const;
+
227  tmatrix@ transform() const;
+
228 };
+
229 
+
231 
+
235 class fill2d : public shape2d
+
236 {
+
237 public:
+
239 
+
240  fill2d(array<shape2d@>@ arr);
+
241  fill2d(const shape2d@ s1);
+
242 
+
243  boundingbox@ box() const;
+
245 
+
246  string Type() const;
+
247  tmatrix@ transform() const;
+
248 };
+
249 
+
251 
+
253 class hmatrix : public tmatrix
+
254 {
+
255 public:
+
256  hmatrix(const vec3d@ xvec, const vec3d@ yvec, const pos3d@ pos = pos3d(0,0,0));
+
258 
+
262  hmatrix(const vec3d@ xvec, const vec3d@ yvec, const vec3d@ zvec, const pos3d@ pos = pos3d(0,0,0));
+
263 
+
264  pos2d@ opMul(pos2d@ obj);
+
266 
+
268  pos3d@ opMul(pos3d@ obj);
+
269  pos3d@ origin() const;
+
271 
+
273  shape2d@ opMul(shape2d@ obj);
+
275 
+
277  solid@ opMul(solid@ obj);
+
278  string Type() const;
+
280 
+
282  tmatrix@ opMul(const tmatrix@ B);
+
283  vec3d@ xdir() const;
+
284  vec3d@ ydir() const;
+
285  vec3d@ zdir() const;
+
287  void dump() const;
+
288 };
+
289 
+
291 
+
295 class hull2d : public shape2d
+
296 {
+
297 public:
+
299 
+
300  hull2d(array<shape2d@>@ arr);
+
302 
+
304  hull2d(const shape2d@ s1, const shape2d@ s2 );
+
306 
+
309  hull2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3 );
+
311 
+
315  hull2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3, const shape2d@ s4 );
+
317 
+
322  hull2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3, const shape2d@ s4, const shape2d@ s5 );
+
323 
+
324  boundingbox@ box() const;
+
326 
+
327  string Type() const;
+
328  tmatrix@ transform() const;
+
329 };
+
330 
+
332 
+
336 class hull3d : public solid
+
337 {
+
338 public:
+
340 
+
341  hull3d(array<solid@>@ arr);
+
343 
+
345  hull3d(const solid@ s1, const solid@ s2 );
+
347 
+
350  hull3d(const solid@ s1, const solid@ s2, const solid@ s3 );
+
352 
+
356  hull3d(const solid@ s1, const solid@ s2, const solid@ s3, const solid@ s4 );
+
358 
+
363  hull3d(const solid@ s1, const solid@ s2, const solid@ s3, const solid@ s4, const solid@ s5 );
+
364 
+
365  boundingbox@ box() const;
+
367 
+
368  string Type() const;
+
369  tmatrix@ transform() const;
+
370 };
+
371 
+
373 
+
378 class intersection2d : public shape2d
+
379 {
+
380 public:
+
381  intersection2d(array<shape2d@>@ arr);
+
382  intersection2d(const shape2d@ s1, const shape2d@ s2 );
+
383  intersection2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3 );
+
384  intersection2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3, const shape2d@ s4 );
+
385  intersection2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3, const shape2d@ s4, const shape2d@ s5 );
+
386 
+
387  boundingbox@ box() const;
+
389 
+
390  string Type() const;
+
391  tmatrix@ transform() const;
+
392 };
+
393 
+
395 
+
400 class intersection3d : public solid
+
401 {
+
402 public:
+
403  intersection3d(array<solid@>@ arr);
+
404  intersection3d(const solid@ s1, const solid@ s2 );
+
405  intersection3d(const solid@ s1, const solid@ s2, const solid@ s3 );
+
406  intersection3d(const solid@ s1, const solid@ s2, const solid@ s3, const solid@ s4 );
+
407  intersection3d(const solid@ s1, const solid@ s2, const solid@ s3, const solid@ s4, const solid@ s5 );
+
408 
+
409  boundingbox@ box() const;
+
411 
+
412  string Type() const;
+
413  tmatrix@ transform() const;
+
414 };
+
415 
+
417 
+
419 class linear_extrude : public solid
+
420 {
+
421 public:
+
423 
+
425  linear_extrude(const shape2d@ shape, double height);
+
426 
+
427  boundingbox@ box() const;
+
429 
+
430  double height() const;
+
432 
+
433  string Type() const;
+
434  tmatrix@ transform() const;
+
435 };
+
436 
+
438 
+
440 class locsys3d
+
441 {
+
442 public:
+
444 
+
446  locsys3d(const vec3d@ xvec, const vec3d@ zvec);
+
447 
+
449 
+
450  string Type() const;
+
452 
+
453  vec3d@ x() const;
+
455 
+
456  vec3d@ y() const;
+
458 
+
459  vec3d@ z() const;
+
460 };
+
461 
+
463 
+
469 class minkowski2d : public shape2d
+
470 {
+
471 public:
+
473 
+
475  minkowski2d(const shape2d@ a, const shape2d@ b );
+
476 
+
478 
+
479  boundingbox@ box() const;
+
481 
+
482  string Type() const;
+
483  tmatrix@ transform() const;
+
484 };
+
485 
+
487 
+
493 class minkowski3d : public solid
+
494 {
+
495 public:
+
496  minkowski3d(const solid@ a, const solid@ b );
+
497 
+
499 
+
500  boundingbox@ box() const;
+
502 
+
503  string Type() const;
+
504  tmatrix@ transform() const;
+
505 };
+
506 
+
508 
+
510 class mirror : public tmatrix
+
511 {
+
512 public:
+
514 
+
517  mirror(double dx, double dy, double dz);
+
519 
+
521  mirror(vec3d@ normal, pos3d@ point = pos3d(0,0,0) );
+
522 
+
524 
+
525  double dx() const;
+
527 
+
528  double dy() const;
+
530 
+
531  double dz() const;
+
532  pos2d@ opMul(pos2d@ obj);
+
534 
+
536  pos3d@ opMul(pos3d@ obj);
+
537  pos3d@ origin() const;
+
539 
+
541  shape2d@ opMul(shape2d@ obj);
+
543 
+
545  solid@ opMul(solid@ obj);
+
546  string Type() const;
+
548 
+
550  tmatrix@ opMul(const tmatrix@ B);
+
551  vec3d@ xdir() const;
+
552  vec3d@ ydir() const;
+
553  vec3d@ zdir() const;
+
555  void dump() const;
+
556 };
+
557 
+
559 
+
562 class offset2d : public shape2d
+
563 {
+
564 public:
+
566 
+
570  offset2d(array<shape2d@>@ arr, double r=0x7fc00000, double delta=0x7fc00000, bool chamfer=false);
+
572 
+
576  offset2d(const shape2d@ profile, double r=0x7fc00000, double delta=0x7fc00000, bool chamfer=false);
+
577 
+
578  boundingbox@ box() const;
+
580 
+
581  string Type() const;
+
582  tmatrix@ transform() const;
+
583 };
+
584 
+
586 
+
590 class pface
+
591 {
+
592 public:
+
594 
+
597  pface(uint iv1, uint iv2, uint iv3 );
+
599 
+
603  pface(uint iv1, uint iv2, uint iv3, uint iv4 );
+
604 
+
606 
+
607  string Type() const;
+
609 
+
610  uint nvert() const;
+
612 
+
614  uint vindex(uint iv) const;
+
615 };
+
616 
+
618 
+
620 class polygon : public shape2d
+
621 {
+
622 public:
+
623  polygon(array<pos2d@>@ points, bool check=true);
+
625 
+
628  polygon(const pos2d@ p1, const pos2d@ p2, const pos2d@ p3 );
+
630 
+
634  polygon(const pos2d@ p1, const pos2d@ p2, const pos2d@ p3, const pos2d@ p4 );
+
636 
+
641  polygon(const pos2d@ p1, const pos2d@ p2, const pos2d@ p3, const pos2d@ p4, const pos2d@ p5 );
+
643 
+
645  polygon(const spline2d@ spline, uint nseg=30);
+
646  polygon(double r, uint np);
+
647 
+
648  boundingbox@ box() const;
+
650 
+
651  double area() const;
+
653 
+
654  double signed_area() const;
+
655  pos2d@ vertex(uint iv) const;
+
657 
+
658  string Type() const;
+
659  tmatrix@ transform() const;
+
661 
+
662  uint size() const;
+
663 };
+
664 
+
666 
+
669 class polyhedron : public solid
+
670 {
+
671 public:
+
672  polyhedron(array<pos3d@>@ points);
+
674 
+
676  polyhedron(array<pos3d@>@ points, array<pface@>@ faces);
+
677  polyhedron(string file, int id=-1);
+
678 
+
679  boundingbox@ box() const;
+
681 
+
683  double face_area(uint iface) const;
+
685 
+
686  double volume() const;
+
688 
+
690  pface@ face(uint iface) const;
+
692 
+
694  pos3d@ vertex(uint iv) const;
+
696 
+
697  string Type() const;
+
698  tmatrix@ transform() const;
+
700 
+
701  uint nface() const;
+
703 
+
704  uint nvert() const;
+
706 
+
707  void flip_face(uint iface);
+
709  void flip_faces();
+
711 
+
713  void set_vertex(uint iv, pos3d@ pos);
+
714  void verify() const;
+
715 };
+
716 
+
718 
+
720 class pos2d
+
721 {
+
722 public:
+
724 
+
726  pos2d(double x,double y);
+
727 
+
729 
+
731  double dist(const pos2d@ pos) const;
+
733 
+
734  double x() const;
+
736 
+
737  double y() const;
+
738  pos2d@ opMul(double f1);
+
739  pos2d@ opMul_r(double f1);
+
741 
+
742  string Type() const;
+
743 };
+
744 
+
746 
+
748 class pos3d
+
749 {
+
750 public:
+
752 
+
755  pos3d(double x,double y, double z);
+
756 
+
758 
+
760  double dist(const pos3d@ pos) const;
+
762 
+
763  double x() const;
+
765 
+
766  double y() const;
+
768 
+
769  double z() const;
+
770  pos3d@ opMul(double f1);
+
771  pos3d@ opMul_r(double f1);
+
773 
+
774  string Type() const;
+
775 };
+
776 
+
778 
+
781 class rectangle : public shape2d
+
782 {
+
783 public:
+
785 
+
788  rectangle(double dx, double dy, bool center=false);
+
789 
+
790  boundingbox@ box() const;
+
792 
+
793  double dx() const;
+
795 
+
796  double dy() const;
+
798 
+
799  string Type() const;
+
800  tmatrix@ transform() const;
+
801 };
+
802 
+
804 
+
808 class rotate_extrude : public solid
+
809 {
+
810 public:
+
812 
+
815  rotate_extrude(const shape2d@ shape, double deg, double pitch = 0.0);
+
816 
+
817  boundingbox@ box() const;
+
819 
+
820  double deg() const;
+
822 
+
823  double rad() const;
+
825 
+
826  string Type() const;
+
827  tmatrix@ transform() const;
+
828 };
+
829 
+
831 
+
833 class rotate_x : public tmatrix
+
834 {
+
835 public:
+
837 
+
839  rotate_x(double deg=0x7fc00000, double rad=0x7fc00000);
+
840 
+
842 
+
843  double deg() const;
+
845 
+
846  double rad() const;
+
847  pos2d@ opMul(pos2d@ obj);
+
849 
+
851  pos3d@ opMul(pos3d@ obj);
+
852  pos3d@ origin() const;
+
854 
+
856  shape2d@ opMul(shape2d@ obj);
+
858 
+
860  solid@ opMul(solid@ obj);
+
862 
+
863  string Type() const;
+
865 
+
867  tmatrix@ opMul(const tmatrix@ B);
+
868  vec3d@ xdir() const;
+
869  vec3d@ ydir() const;
+
870  vec3d@ zdir() const;
+
872  void dump() const;
+
873 };
+
874 
+
876 
+
878 class rotate_y : public tmatrix
+
879 {
+
880 public:
+
882 
+
884  rotate_y(double deg=0x7fc00000, double rad=0x7fc00000);
+
885 
+
887 
+
888  double deg() const;
+
890 
+
891  double rad() const;
+
892  pos2d@ opMul(pos2d@ obj);
+
894 
+
896  pos3d@ opMul(pos3d@ obj);
+
897  pos3d@ origin() const;
+
899 
+
901  shape2d@ opMul(shape2d@ obj);
+
903 
+
905  solid@ opMul(solid@ obj);
+
907 
+
908  string Type() const;
+
910 
+
912  tmatrix@ opMul(const tmatrix@ B);
+
913  vec3d@ xdir() const;
+
914  vec3d@ ydir() const;
+
915  vec3d@ zdir() const;
+
917  void dump() const;
+
918 };
+
919 
+
921 
+
923 class rotate_z : public tmatrix
+
924 {
+
925 public:
+
927 
+
929  rotate_z(double deg=0x7fc00000, double rad=0x7fc00000);
+
930 
+
932 
+
933  double deg() const;
+
935 
+
936  double rad() const;
+
937  pos2d@ opMul(pos2d@ obj);
+
939 
+
941  pos3d@ opMul(pos3d@ obj);
+
942  pos3d@ origin() const;
+
944 
+
946  shape2d@ opMul(shape2d@ obj);
+
948 
+
950  solid@ opMul(solid@ obj);
+
952 
+
953  string Type() const;
+
955 
+
957  tmatrix@ opMul(const tmatrix@ B);
+
958  vec3d@ xdir() const;
+
959  vec3d@ ydir() const;
+
960  vec3d@ zdir() const;
+
962  void dump() const;
+
963 };
+
964 
+
966 
+
968 class scale : public tmatrix
+
969 {
+
970 public:
+
972 
+
973  scale(double s);
+
975 
+
978  scale(double sx, double sy, double sz=1.0);
+
979 
+
981 
+
982  double sx() const;
+
984 
+
985  double sy() const;
+
987 
+
988  double sz() const;
+
989  pos2d@ opMul(pos2d@ obj);
+
991 
+
993  pos3d@ opMul(pos3d@ obj);
+
994  pos3d@ origin() const;
+
996 
+
998  shape2d@ opMul(shape2d@ obj);
+
1000 
+
1002  solid@ opMul(solid@ obj);
+
1004 
+
1005  string Type() const;
+
1007 
+
1009  tmatrix@ opMul(const tmatrix@ B);
+
1010  vec3d@ xdir() const;
+
1011  vec3d@ ydir() const;
+
1012  vec3d@ zdir() const;
+
1014  void dump() const;
+
1015 };
+
1016 
+
1018 class shape
+
1019 {
+
1020 public:
+
1021  boundingbox@ box() const;
+
1023 
+
1024  string Type() const;
+
1025  tmatrix@ transform() const;
+
1027 
+
1028  void write_csg(string path);
+
1030 
+
1032  void write_xcsg(string path, double secant_tolerance = - 1.0);
+
1033 };
+
1034 
+
1036 
+
1038 class shape2d : public shape
+
1039 {
+
1040 public:
+
1041  boundingbox@ box() const;
+
1043 
+
1044  shape2d@ opAdd(shape2d@ b);
+
1046 
+
1047  shape2d@ opAnd(shape2d@ b);
+
1049 
+
1050  shape2d@ opSub(shape2d@ b);
+
1052 
+
1053  string Type() const;
+
1054  tmatrix@ transform() const;
+
1056 
+
1057  void write_csg(string path);
+
1059 
+
1061  void write_xcsg(string path, double secant_tolerance = - 1.0);
+
1062 };
+
1063 
+
1065 
+
1067 class solid : public shape
+
1068 {
+
1069 public:
+
1070  boundingbox@ box() const;
+
1072 
+
1073  solid@ opAdd(solid@ b);
+
1075 
+
1076  solid@ opAnd(solid@ b);
+
1078 
+
1079  solid@ opSub(solid@ b);
+
1081 
+
1082  string Type() const;
+
1083  tmatrix@ transform() const;
+
1085 
+
1086  void write_csg(string path);
+
1088 
+
1090  void write_xcsg(string path, double secant_tolerance = - 1.0);
+
1091 };
+
1092 
+
1094 
+
1096 class sphere : public solid
+
1097 {
+
1098 public:
+
1100 
+
1101  sphere(double r);
+
1102 
+
1103  boundingbox@ box() const;
+
1105 
+
1106  double r() const;
+
1108 
+
1109  double radius() const;
+
1111 
+
1112  string Type() const;
+
1113  tmatrix@ transform() const;
+
1114 };
+
1115 
+
1117 
+ +
1120 {
+
1121 public:
+
1123 
+
1124  spline2d(array<pos2d@>@ points);
+
1125 
+
1127 
+
1128  string Type() const;
+
1129 };
+
1130 
+
1132 
+ +
1135 {
+
1136 public:
+
1138 
+
1139  spline3d(array<pos3d@>@ points);
+
1140 
+
1142 
+
1143  string Type() const;
+
1144 };
+
1145 
+
1147 
+ +
1150 {
+
1151 public:
+
1153 
+
1155  spline_path(array<pos3d@>@ p, array<vec3d@>@ v);
+
1157 
+
1159  spline_path(array<pos3d@>@ p, vec3d@ v);
+
1160 
+
1162 
+
1163  string Type() const;
+
1164 };
+
1165 
+
1167 
+
1170 class square : public shape2d
+
1171 {
+
1172 public:
+
1174 
+
1176  square(double size, bool center=false);
+
1177 
+
1178  boundingbox@ box() const;
+
1180 
+
1181  double size() const;
+
1183 
+
1184  string Type() const;
+
1185  tmatrix@ transform() const;
+
1186 };
+
1187 
+
1189 
+
1191 class sweep : public solid
+
1192 {
+
1193 public:
+
1195 
+
1197  sweep(const shape2d@ shape,const spline_path@ path);
+
1198 
+
1200 
+
1201  boundingbox@ box() const;
+
1203 
+
1204  string Type() const;
+
1205  tmatrix@ transform() const;
+
1206 };
+
1207 
+
1209 
+
1211 class tmatrix
+
1212 {
+
1213 public:
+
1214  pos2d@ opMul(pos2d@ obj);
+
1216 
+
1218  pos3d@ opMul(pos3d@ obj);
+
1219  pos3d@ origin() const;
+
1221 
+
1223  shape2d@ opMul(shape2d@ obj);
+
1225 
+
1227  solid@ opMul(solid@ obj);
+
1229 
+
1230  string Type() const;
+
1232 
+
1234  tmatrix@ opMul(const tmatrix@ B);
+
1235  vec3d@ xdir() const;
+
1236  vec3d@ ydir() const;
+
1237  vec3d@ zdir() const;
+
1239  void dump() const;
+
1240 };
+
1241 
+
1243 
+
1246 class transform_extrude : public solid
+
1247 {
+
1248 public:
+
1249  transform_extrude(const shape2d@ bottom, const shape2d@ top);
+
1250 
+
1251  boundingbox@ box() const;
+
1253 
+
1254  string Type() const;
+
1255  tmatrix@ transform() const;
+
1256 };
+
1257 
+
1259 
+
1261 class translate : public tmatrix
+
1262 {
+
1263 public:
+
1265 
+
1268  translate(double dx, double dy, double dz=0.0);
+
1269 
+
1271 
+
1272  double dx() const;
+
1274 
+
1275  double dy() const;
+
1277 
+
1278  double dz() const;
+
1279  pos2d@ opMul(pos2d@ obj);
+
1281 
+
1283  pos3d@ opMul(pos3d@ obj);
+
1284  pos3d@ origin() const;
+
1286 
+
1288  shape2d@ opMul(shape2d@ obj);
+
1290 
+
1292  solid@ opMul(solid@ obj);
+
1294 
+
1295  string Type() const;
+
1297 
+
1299  tmatrix@ opMul(const tmatrix@ B);
+
1300  vec3d@ xdir() const;
+
1301  vec3d@ ydir() const;
+
1302  vec3d@ zdir() const;
+
1304  void dump() const;
+
1305 };
+
1306 
+
1308 
+
1313 class union2d : public shape2d
+
1314 {
+
1315 public:
+
1317 
+
1318  union2d(array<shape2d@>@ arr);
+
1320 
+
1322  union2d(const shape2d@ s1, const shape2d@ s2 );
+
1324 
+
1327  union2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3 );
+
1329 
+
1333  union2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3, const shape2d@ s4 );
+
1335 
+
1340  union2d(const shape2d@ s1, const shape2d@ s2, const shape2d@ s3, const shape2d@ s4, const shape2d@ s5 );
+
1341 
+
1342  boundingbox@ box() const;
+
1344 
+
1345  string Type() const;
+
1346  tmatrix@ transform() const;
+
1347 };
+
1348 
+
1350 
+
1355 class union3d : public solid
+
1356 {
+
1357 public:
+
1359 
+
1360  union3d(array<solid@>@ arr);
+
1362 
+
1364  union3d(const solid@ s1, const solid@ s2 );
+
1366 
+
1369  union3d(const solid@ s1, const solid@ s2, const solid@ s3 );
+
1371 
+
1375  union3d(const solid@ s1, const solid@ s2, const solid@ s3, const solid@ s4 );
+
1377 
+
1382  union3d(const solid@ s1, const solid@ s2, const solid@ s3, const solid@ s4, const solid@ s5 );
+
1383 
+
1384  boundingbox@ box() const;
+
1386 
+
1387  string Type() const;
+
1388  tmatrix@ transform() const;
+
1389 };
+
1390 
+
1392 
+
1394 class vec2d
+
1395 {
+
1396 public:
+
1398 
+
1400  vec2d(const pos2d@ p1, const pos2d@ p2);
+
1402 
+
1404  vec2d(double x,double y);
+
1405 
+
1407 
+
1409  double angle(const vec2d@ other) const;
+
1411 
+
1413  double cross(const vec2d@ other) const;
+
1415 
+
1417  double dot(const vec2d@ other) const;
+
1419 
+
1420  double length() const;
+
1422 
+
1423  double x() const;
+
1425 
+
1426  double y() const;
+
1428 
+
1429  string Type() const;
+
1430  vec2d@ opMul(double f1);
+
1431  vec2d@ opMul_r(double f1);
+
1433  void normalise();
+
1434 };
+
1435 
+
1437 
+
1439 class vec3d
+
1440 {
+
1441 public:
+
1442  vec3d(const pos3d@ p1, const pos3d@ p2);
+
1444 
+
1447  vec3d(double x,double y, double z);
+
1448 
+
1450 
+
1452  double angle(const vec3d@ other) const;
+
1454 
+
1456  double dot(const vec3d@ other) const;
+
1458 
+
1459  double length() const;
+
1461 
+
1462  double x() const;
+
1464 
+
1465  double y() const;
+
1467 
+
1468  double z() const;
+
1470 
+
1471  string Type() const;
+
1473 
+
1475  vec3d@ cross(const vec3d@ other) const;
+
1476  vec3d@ opMul(double f1);
+
1477  vec3d@ opMul_r(double f1);
+
1479  void normalise();
+
1480 };
+
1481 #endif // ANGELCAD_AUTODOC
+
double r() const
sphere radius
+
vec3d zdir() const
+
pos3d origin() const
+
3d intersection boolean operation
Definition: angelcad.h:400
+
void normalise()
normalise vector length
+
tmatrix transform() const
+
Extrude from botton to top shapes using transform.
Definition: angelcad.h:1246
+
pos2d opMul(pos2d @obj)
+
rectangle(double dx, double dy, bool center=false)
constructor
+
string Type() const
class type string
+
cylinder(double h, double r, bool center=false)
constructor
+
string Type() const
Object type string.
+
double sy() const
scale factor in y direction
+
boundingbox box() const
+
double h() const
height of cone
+
union3d(array< solid @> @arr)
union3d constructor
+
pos2d opMul(pos2d @obj)
+
boundingbox box() const
+
string Type() const
Object type string.
+
boundingbox box() const
return bounding box
+
double radius() const
radius of circle
+
void flip_face(uint iface)
Flip polyhedron face normal.
+
Polyhedron face.
Definition: angelcad.h:590
+
double dz() const
translation in z direction
+
void write_csg(string path)
Write to OpenSCAD .csg file.
+
Closed polyhedron volume defined by vertices and planar faces.
Definition: angelcad.h:669
+
tmatrix transform() const
+
2d hull operation, enclosing the input shapes
Definition: angelcad.h:295
+
string Type() const
Object type string.
+
2d fill operation, filling holes in input shapes
Definition: angelcad.h:235
+
void set_vertex(uint iv, pos3d @pos)
Set vertex position.
+
3d Minkowski sum operation
Definition: angelcad.h:493
+
Abstract base for all primitives and booleans.
Definition: angelcad.h:1018
+
string Type() const
class type string
+
double z() const
vector z component
+
tmatrix transform() const
+
boundingbox box() const
return bounding box
+
void dump() const
dump matrix to console
+
double x() const
vector x component
+
void write_csg(string path)
Write to OpenSCAD .csg file.
+
vec3d ydir() const
+
shape2d opSub(shape2d @b)
Boolean difference operator- overload.
+
vec3d zdir() const
+
boundingbox box() const
+
intersection2d(array< shape2d @> @arr)
+
void flip_faces()
Flip all polyhedron face normals.
+
string Type() const
class type string
+
double y() const
y coordinate
+
boundingbox box() const
+
scale(double s)
constructor
+
pos3d center() const
center position
+
tmatrix transform() const
+
2d profile offset
Definition: angelcad.h:562
+
string Type() const
class type string
+
vec3d cross(const vec3d @other) const
cross product: double cp = v.cross(other);
+
Abstract base matrix for transformations.
Definition: angelcad.h:1211
+
boundingbox box() const
+
double deg() const
rotation angle in degrees
+
vec3d ydir() const
+
double dy() const
bounding box extent
+
vec3d ydir() const
+
double r() const
radius of circle
+
string Type() const
+
double y() const
vector y component
+
3d localsystem
Definition: angelcad.h:440
+
union2d(array< shape2d @> @arr)
constructor
+
cone(double h, double r1, double r2, bool center=false)
constructor
+
void dump() const
dump matrix to console
+
string Type() const
Object type string.
+
double rad() const
rotation angle in radians
+
string Type() const
class type string
+
Rotation around y.
Definition: angelcad.h:878
+
string Type() const
class type string
+
double height() const
height of cone
+
vec3d ydir() const
+
fill2d(array< shape2d @> @arr)
constructor
+
void write_xcsg(string path, double secant_tolerance=-1.0)
Write to AngelCAD .xcsg file.
+
vec3d zdir() const
+
double r() const
Radius of cylnder.
+
vec3d xdir() const
+
vec3d zdir() const
+
spline_path(array< pos3d @> @p, array< vec3d @> @v)
constructor
+
pos2d opMul(pos2d @obj)
+
void dump() const
dump matrix to console
+
uint size() const
number of polygon points
+
void write_csg(string path)
Write to OpenSCAD .csg file.
+
pos3d(double x, double y, double z)
constructor
+
cone with axis in z-direction, by default extending from origin
Definition: angelcad.h:74
+
tmatrix transform() const
+
sphere, centered at origin
Definition: angelcad.h:1096
+
double size() const
size of cube
+
boundingbox box() const
+
void verify() const
+
square, by default located in 1st quadrant touching origin
Definition: angelcad.h:1170
+
string Type() const
class type string
+
pos2d(double x, double y)
constructor
+
vec3d xdir() const
+
string Type() const
class type string
+
vec3d zdir() const
+
tmatrix transform() const
+
double x() const
vector x component
+
void dump() const
dump matrix to console
+
cuboid, by default in 1st octant with one corner toucing origin
Definition: angelcad.h:131
+
double area() const
Polygon area.
+
double height() const
Height of cylnder.
+
3d direction vector
Definition: angelcad.h:1439
+
pos3d opMul_r(double f1)
+
2d position coordinates
Definition: angelcad.h:720
+
double size() const
size of square
+
Mirror transformation around given point.
Definition: angelcad.h:510
+
cylinder with axis in z-direction, by default extending from origin
Definition: angelcad.h:160
+
Abstract base for 2d primitives and booleans.
Definition: angelcad.h:1038
+
cube(double size, bool center=false)
constructor
+
double volume() const
polyhedron volume
+
boundingbox box() const
+
pos2d opMul(pos2d @obj)
+
pos3d origin() const
+
vec3d xdir() const
+
polyhedron(array< pos3d @> @points)
+
spline3d(array< pos3d @> @points)
constructor
+
tmatrix transform() const
+
vec3d zdir() const
+
double rad() const
extrusion angle in radians
+
rotate_y(double deg=0x7fc00000, double rad=0x7fc00000)
constructor (rotate around y)
+
locsys3d(const vec3d @xvec, const vec3d @zvec)
constructor
+
double y() const
vector y component
+
tmatrix transform() const
+
solid opAnd(solid @b)
Boolean intersection operator& overload.
+
string Type() const
Object type string.
+
double dx() const
translation in x direction
+
vec3d xdir() const
+
minkowski2d(const shape2d @a, const shape2d @b)
constructor
+
rectangle, by default located in 1st quadrant touching origin
Definition: angelcad.h:781
+
boundingbox box() const
+
boundingbox box() const
+
double dx() const
bounding box extent
+
string Type() const
class type string
+
vec3d opMul_r(double f1)
+
double dz() const
length in z-drection
+
boundingbox box() const
+
3d cubic spline curve
Definition: angelcad.h:1134
+
vec3d ydir() const
+
Rotation around x.
Definition: angelcad.h:833
+
double x() const
x coordinate
+
double radius1() const
bottom radius
+
boundingbox box() const
+
boundingbox box() const
+
pos2d opMul(pos2d @obj)
+
polygon, vertices in CCW order
Definition: angelcad.h:620
+
vec2d(const pos2d @p1, const pos2d @p2)
constructor
+
square(double size, bool center=false)
constructor
+
string Type() const
+
uint vindex(uint iv) const
polyhedron vertex index for face index
+
double dy() const
length in y-drection
+
tmatrix transform() const
+
string Type() const
class type string
+
pface(uint iv1, uint iv2, uint iv3)
polyhedron face constructor
+
double dx() const
mirror transform normal vector, x-component
+
rotate_extrude(const shape2d @shape, double deg, double pitch=0.0)
constructor
+
bool is_empty() const
+
void normalise()
normalise vector length
+
double z() const
z coordinate
+
double angle(const vec3d @other) const
angle between: double rad = v.angle(other);
+
rotate_z(double deg=0x7fc00000, double rad=0x7fc00000)
constructor (rotate around z)
+
Extrude 2d shape in z direction into 3d solid.
Definition: angelcad.h:419
+
double signed_area() const
Signed polygon area, return negative area for polygons oriented CW.
+
void dump() const
dump matrix to console
+
pos2d opMul(double f1)
+
translate(double dx, double dy, double dz=0.0)
constructor
+
boundingbox box() const
+
bounding box aligned with system axes
Definition: angelcad.h:16
+
string Type() const
class type string
+
3d union boolean operation
Definition: angelcad.h:1355
+
offset2d(array< shape2d @> @arr, double r=0x7fc00000, double delta=0x7fc00000, bool chamfer=false)
constructor
+
boundingbox box() const
+
boundingbox box() const
+
string Type() const
Object type string.
+
boundingbox box() const
+
double deg() const
rotation angle in degrees
+
hull2d(array< shape2d @> @arr)
constructor
+
tmatrix transform() const
+
3d difference boolean operation
Definition: angelcad.h:215
+
string Type() const
+
string Type() const
class type string
+
difference3d(solid @incl, solid @excl)
constructor
+
boundingbox box() const
return bounding box
+
boundingbox box() const
+
vec2d opMul_r(double f1)
+
2d Minkowski sum operation
Definition: angelcad.h:469
+
string Type() const
Object type string.
+
vec2d opMul(double f1)
+
uint nface() const
Number of faces.
+
difference2d(shape2d @incl, shape2d @excl)
constructor
+
2d intersection boolean operation
Definition: angelcad.h:378
+
Translation in x, y and z.
Definition: angelcad.h:1261
+
sweep(const shape2d @shape, const spline_path @path)
constructor
+
string Type() const
Object type string.
+
tmatrix transform() const
+
double deg() const
extrusion angle in degrees
+
string Type() const
class type string
+
pos2d vertex(uint iv) const
+
Sweep 2d shape along path curve to create 3d solid.
Definition: angelcad.h:1191
+
void dump() const
dump matrix to console
+
double dot(const vec3d @other) const
dot product: double cp = v.dot(other);
+
minkowski3d(const solid @a, const solid @b)
+
string Type() const
Object type string.
+
tmatrix transform() const
+
double cross(const vec2d @other) const
cross product: double cp = v.cross(other);
+
string Type() const
Object type string.
+
void write_xcsg(string path, double secant_tolerance=-1.0)
Write to AngelCAD .xcsg file.
+
string Type() const
class type string
+
double radius() const
sphere radius
+
double length() const
length of vector
+
vec3d ydir() const
+
vec3d xdir() const
+
linear_extrude(const shape2d @shape, double height)
constructor
+
spline2d(array< pos2d @> @points)
constructor
+
vec3d zdir() const
+
rotate_x(double deg=0x7fc00000, double rad=0x7fc00000)
constructor (rotate around x)
+
vec3d(const pos3d @p1, const pos3d @p2)
+
Extrude 2d shape CCW in XZ plane into 3d solid.
Definition: angelcad.h:808
+
double face_area(uint iface) const
polyhedron face area
+
solid opSub(solid @b)
Boolean difference operator- overload.
+
vec3d z() const
local z-direction vector
+
double angle(const vec2d @other) const
angle between: double rad = v.angle(other);
+
3d hull operation, enclosing the input solids
Definition: angelcad.h:336
+
vec3d ydir() const
+
pos3d origin() const
+
double radius() const
Radius of cylnder.
+
vec3d ydir() const
+
string Type() const
Object type string.
+
tmatrix transform() const
+
string Type() const
class type string
+
shape2d opAdd(shape2d @b)
Boolean union operator+ overload.
+
double dy() const
extent in y direction
+
vec3d x() const
local x-direction vector
+
tmatrix transform() const
+
vec3d opMul(double f1)
+
hmatrix(const vec3d @xvec, const vec3d @yvec, const pos3d @pos=pos3d(0, 0, 0))
+
void write_xcsg(string path, double secant_tolerance=-1.0)
Write to AngelCAD .xcsg file.
+
double rad() const
rotation angle in radians
+
vec3d y() const
local y-direction vector
+
Abstract base for 3d primitives and booleans.
Definition: angelcad.h:1067
+
pos2d opMul(pos2d @obj)
+
string Type() const
Object type string.
+
double dist(const pos2d @pos) const
distance from other position
+
double dz() const
mirror transform normal vector, z-component
+
boundingbox box() const
+
pos3d opMul(double f1)
+
shape2d opAnd(shape2d @b)
Boolean intersection operator& overload.
+
tmatrix transform() const
+
tmatrix transform() const
+
boundingbox()
constructor
+
double sz() const
scale factor in z direction
+
double dz() const
bounding box extent
+
pos3d origin() const
+
cube, by default in 1st octant with one corner toucing origin
Definition: angelcad.h:110
+
double sx() const
scale factor in x direction
+
double dx() const
extent in x direction
+
boundingbox box() const
+
pos3d vertex(uint iv) const
polyhedron vertex
+
pos3d p1() const
low position
+
circle(const pos2d @p1, const pos2d @p2, const pos2d @p3)
+
void dump() const
dump matrix to console
+
pos3d origin() const
+
double y() const
y coordinate
+
2d direction vector
Definition: angelcad.h:1394
+
boundingbox box() const
+
tmatrix transform() const
+
double length() const
length of vector
+
double r2() const
top radius
+
pos3d origin() const
+
string Type() const
Object type string.
+
Homogeneous transformation matrix.
Definition: angelcad.h:253
+
vec3d xdir() const
+
double dot(const vec2d @other) const
dot product: double cp = v.dot(other);
+
tmatrix transform() const
+
boundingbox box() const
+
void dump() const
dump matrix to console
+
Scaling transformation.
Definition: angelcad.h:968
+
pface face(uint iface) const
polyhedron face
+
pos2d opMul(pos2d @obj)
+
double x() const
x coordinate
+
string Type() const
Object type string.
+
string Type() const
class type string
+
string Type() const
class type string
+
pos3d origin() const
+
polygon(array< pos2d @> @points, bool check=true)
+
double radius2() const
top radius
+
pos2d opMul_r(double f1)
+
boundingbox box() const
+
mirror(double dx, double dy, double dz)
constructor, mirror around origin
+
string Type() const
class type string
+
tmatrix transform() const
+
vec3d xdir() const
+
hull3d(array< solid @> @arr)
constructor
+
tmatrix transform() const
+
string Type() const
class type string
+
pos2d opMul(pos2d @obj)
+
tmatrix transform() const
+
double height() const
extrusion height
+
uint nvert() const
number of vertices in face
+
3d position coordinates
Definition: angelcad.h:748
+
string Type() const
class type string
+
cuboid(double dx, double dy, double dz, bool center=false)
constructor
+
uint nvert() const
Number of vertices.
+
2d cubic spline curve
Definition: angelcad.h:1119
+
boundingbox box() const
+
vec3d zdir() const
+
transform_extrude(const shape2d @bottom, const shape2d @top)
+
tmatrix transform() const
+
double dy() const
mirror transform normal vector, y-component
+
void enclose(pos3d @p)
enclose a new position, this may extend the boundingbox
+
double r1() const
bottom radius
+
double deg() const
rotation angle in degrees
+
solid opAdd(solid @b)
Boolean union operator+ overload.
+
pos3d p2() const
high position
+
string Type() const
class type string
+
boundingbox box() const
+
intersection3d(array< solid @> @arr)
+
tmatrix transform() const
+
tmatrix transform() const
+
tmatrix transform() const
+
string Type() const
Object type string.
+
string Type() const
Object type string.
+
double dist(const pos3d @pos) const
distance from other position
+
tmatrix transform() const
+
string Type() const
class type string
+
boundingbox box() const
+
double dx() const
length in x-drection
+
sphere(double r)
constructor
+
vec3d xdir() const
+
double dy() const
translation in y direction
+
string Type() const
Object type string.
+
spline_path for sweep
Definition: angelcad.h:1149
+
string Type() const
Object type string.
+
2d union boolean operation
Definition: angelcad.h:1313
+
Rotation around z.
Definition: angelcad.h:923
+
string Type() const
Object type string.
+
2d difference boolean operation
Definition: angelcad.h:194
+
string Type() const
class type string
+
tmatrix transform() const
+
tmatrix transform() const
+
pos3d origin() const
+
string Type() const
class type string
+
circle, centered at origin
Definition: angelcad.h:50
+
tmatrix transform() const
+
boundingbox box() const
+
string Type() const
Object type string.
+
double rad() const
rotation angle in radians
+
double h() const
Height of cylnder.
+
+ + + + diff --git a/docs/angelcad_ide_70pst.png b/docs/angelcad_ide_70pst.png new file mode 100644 index 0000000..57399eb Binary files /dev/null and b/docs/angelcad_ide_70pst.png differ diff --git a/docs/angelscript_csg_ide_80pst.png b/docs/angelscript_csg_ide_80pst.png new file mode 100644 index 0000000..86372d4 Binary files /dev/null and b/docs/angelscript_csg_ide_80pst.png differ diff --git a/docs/annotated.html b/docs/annotated.html new file mode 100644 index 0000000..ea96495 --- /dev/null +++ b/docs/annotated.html @@ -0,0 +1,112 @@ + + + + + + +AngelCAD: Class List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
Class List
+
+
+
Here are the classes, structs, unions and interfaces with brief descriptions:
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 CboundingboxBounding box aligned with system axes
 CcircleCircle, centered at origin
 CconeCone with axis in z-direction, by default extending from origin
 CcubeCube, by default in 1st octant with one corner toucing origin
 CcuboidCuboid, by default in 1st octant with one corner toucing origin
 CcylinderCylinder with axis in z-direction, by default extending from origin
 Cdifference2d2d difference boolean operation
 Cdifference3d3d difference boolean operation
 Cfill2d2d fill operation, filling holes in input shapes
 ChmatrixHomogeneous transformation matrix
 Chull2d2d hull operation, enclosing the input shapes
 Chull3d3d hull operation, enclosing the input solids
 Cintersection2d2d intersection boolean operation
 Cintersection3d3d intersection boolean operation
 Clinear_extrudeExtrude 2d shape in z direction into 3d solid
 Clocsys3d3d localsystem
 Cminkowski2d2d Minkowski sum operation
 Cminkowski3d3d Minkowski sum operation
 CmirrorMirror transformation around given point
 Coffset2d2d profile offset
 CpfacePolyhedron face
 CpolygonPolygon, vertices in CCW order
 CpolyhedronClosed polyhedron volume defined by vertices and planar faces
 Cpos2d2d position coordinates
 Cpos3d3d position coordinates
 CrectangleRectangle, by default located in 1st quadrant touching origin
 Crotate_extrudeExtrude 2d shape CCW in XZ plane into 3d solid
 Crotate_xRotation around x
 Crotate_yRotation around y
 Crotate_zRotation around z
 CscaleScaling transformation
 CshapeAbstract base for all primitives and booleans
 Cshape2dAbstract base for 2d primitives and booleans
 CsolidAbstract base for 3d primitives and booleans
 CsphereSphere, centered at origin
 Cspline2d2d cubic spline curve
 Cspline3d3d cubic spline curve
 Cspline_pathSpline_path for sweep
 CsquareSquare, by default located in 1st quadrant touching origin
 CsweepSweep 2d shape along path curve to create 3d solid
 CtmatrixAbstract base matrix for transformations
 Ctransform_extrudeExtrude from botton to top shapes using transform
 CtranslateTranslation in x, y and z
 Cunion2d2d union boolean operation
 Cunion3d3d union boolean operation
 Cvec2d2d direction vector
 Cvec3d3d direction vector
+
+
+ + + + diff --git a/docs/bc_s.png b/docs/bc_s.png new file mode 100644 index 0000000..224b29a Binary files /dev/null and b/docs/bc_s.png differ diff --git a/docs/bdwn.png b/docs/bdwn.png new file mode 100644 index 0000000..940a0b9 Binary files /dev/null and b/docs/bdwn.png differ diff --git a/docs/classarray-members.html b/docs/classarray-members.html new file mode 100644 index 0000000..c6f99e0 --- /dev/null +++ b/docs/classarray-members.html @@ -0,0 +1,96 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
array Member List
+
+
+ +

This is the complete list of members for array, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
array(int &in)array
array(int &in, uint length)array
array(int &in, uint length, const T &in value)array
empty() const array
erase(uint)array
find(const T &in value) const array
find(uint startAt, const T &in value) const array
findByRef(const T &in value) const array
findByRef(uint startAt, const T &in value) const array
get_length() const array
insert(uint, const T &in)array
insertAt(uint index, const T &in value)array
insertLast(const T &in value)array
isEmpty() const array
length() const array
opAssign(const T[]&in)array
opEquals(const T[]&in) const array
opIndex(uint index)array
opIndex(uint index) const array
pop_back()array
push_back(const T &in)array
removeAt(uint index)array
removeLast()array
reserve(uint length)array
resize(uint length)array
reverse()array
set_length(uint)array
size() const array
sortAsc()array
sortAsc(uint startAt, uint count)array
sortDesc()array
sortDesc(uint startAt, uint count)array
+ + + + diff --git a/docs/classarray.html b/docs/classarray.html new file mode 100644 index 0000000..e054b00 --- /dev/null +++ b/docs/classarray.html @@ -0,0 +1,727 @@ + + + + + + +AngelCAD: array Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
array Class Reference
+
+
+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

T[] array (int &in)
 
T[] array (int &in, uint length)
 
T[] array (int &in, uint length, const T &in value)
 
T & opIndex (uint index)
 
T &[] opAssign (const T[]&in)
 
bool empty () const
 
bool isEmpty () const
 
bool opEquals (const T[]&in) const
 
const T & opIndex (uint index) const
 
int find (const T &in value) const
 
int find (uint startAt, const T &in value) const
 
int findByRef (const T &in value) const
 
int findByRef (uint startAt, const T &in value) const
 
uint get_length () const
 
uint length () const
 
uint size () const
 
void erase (uint)
 
void insert (uint, const T &in)
 
void insertAt (uint index, const T &in value)
 
void insertLast (const T &in value)
 
void pop_back ()
 
void push_back (const T &in)
 
void removeAt (uint index)
 
void removeLast ()
 
void reserve (uint length)
 
void resize (uint length)
 
void reverse ()
 
void set_length (uint)
 
void sortAsc ()
 
void sortAsc (uint startAt, uint count)
 
void sortDesc ()
 
void sortDesc (uint startAt, uint count)
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
T [] array::array (int & in)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
T [] array::array (int & in,
uint length 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
T [] array::array (int & in,
uint length,
const T &in value 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
bool array::empty () const
+
+ +
+
+ +
+
+ + + + + + + + +
void array::erase (uint )
+
+ +
+
+ +
+
+ + + + + + + + +
int array::find (const T &in value) const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
int array::find (uint startAt,
const T &in value 
) const
+
+ +
+
+ +
+
+ + + + + + + + +
int array::findByRef (const T &in value) const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
int array::findByRef (uint startAt,
const T &in value 
) const
+
+ +
+
+ +
+
+ + + + + + + +
uint array::get_length () const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void array::insert (uint ,
const T & in 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void array::insertAt (uint index,
const T &in value 
)
+
+ +
+
+ +
+
+ + + + + + + + +
void array::insertLast (const T &in value)
+
+ +
+
+ +
+
+ + + + + + + +
bool array::isEmpty () const
+
+ +
+
+ +
+
+ + + + + + + +
uint array::length () const
+
+ +
+
+ +
+
+ + + + + + + + +
T& [] array::opAssign (const T &[] in)
+
+ +
+
+ +
+
+ + + + + + + + +
bool array::opEquals (const T &[] in) const
+
+ +
+
+ +
+
+ + + + + + + + +
T& array::opIndex (uint index)
+
+ +
+
+ +
+
+ + + + + + + + +
const T& array::opIndex (uint index) const
+
+ +
+
+ +
+
+ + + + + + + +
void array::pop_back ()
+
+ +
+
+ +
+
+ + + + + + + + +
void array::push_back (const T & in)
+
+ +
+
+ +
+
+ + + + + + + + +
void array::removeAt (uint index)
+
+ +
+
+ +
+
+ + + + + + + +
void array::removeLast ()
+
+ +
+
+ +
+
+ + + + + + + + +
void array::reserve (uint length)
+
+ +
+
+ +
+
+ + + + + + + + +
void array::resize (uint length)
+
+ +
+
+ +
+
+ + + + + + + +
void array::reverse ()
+
+ +
+
+ +
+
+ + + + + + + + +
void array::set_length (uint )
+
+ +
+
+ +
+
+ + + + + + + +
uint array::size () const
+
+ +
+
+ +
+
+ + + + + + + +
void array::sortAsc ()
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void array::sortAsc (uint startAt,
uint count 
)
+
+ +
+
+ +
+
+ + + + + + + +
void array::sortDesc ()
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void array::sortDesc (uint startAt,
uint count 
)
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classas__reftype-members.html b/docs/classas__reftype-members.html new file mode 100644 index 0000000..f8bf87f --- /dev/null +++ b/docs/classas__reftype-members.html @@ -0,0 +1,65 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
as_reftype Member List
+
+
+ +

This is the complete list of members for as_reftype, including all inherited members.

+ + +
Type() const as_reftype
+ + + + diff --git a/docs/classas__reftype.html b/docs/classas__reftype.html new file mode 100644 index 0000000..c7088f3 --- /dev/null +++ b/docs/classas__reftype.html @@ -0,0 +1,96 @@ + + + + + + +AngelCAD: as_reftype Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
as_reftype Class Reference
+
+
+ +

Astract reference counted type. + More...

+ +

#include <angelcad.h>

+ + + + +

+Public Member Functions

string Type () const
 
+

Detailed Description

+

Astract reference counted type.

+

Member Function Documentation

+ +
+
+ + + + + + + +
string as_reftype::Type () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classboundingbox-members.html b/docs/classboundingbox-members.html new file mode 100644 index 0000000..ac5624d --- /dev/null +++ b/docs/classboundingbox-members.html @@ -0,0 +1,74 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
boundingbox Member List
+
+
+ +

This is the complete list of members for boundingbox, including all inherited members.

+ + + + + + + + + + + +
boundingbox()boundingbox
center() const boundingbox
dx() const boundingbox
dy() const boundingbox
dz() const boundingbox
enclose(pos3d @p)boundingbox
is_empty() const boundingbox
p1() const boundingbox
p2() const boundingbox
Type() const boundingbox
+ + + + diff --git a/docs/classboundingbox.html b/docs/classboundingbox.html new file mode 100644 index 0000000..cf063f0 --- /dev/null +++ b/docs/classboundingbox.html @@ -0,0 +1,289 @@ + + + + + + +AngelCAD: boundingbox Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
boundingbox Class Reference
+
+
+ +

bounding box aligned with system axes + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 boundingbox ()
 constructor More...
 
bool is_empty () const
 
double dx () const
 bounding box extent More...
 
double dy () const
 bounding box extent More...
 
double dz () const
 bounding box extent More...
 
pos3d center () const
 center position More...
 
pos3d p1 () const
 low position More...
 
pos3d p2 () const
 high position More...
 
string Type () const
 
void enclose (pos3d @p)
 enclose a new position, this may extend the boundingbox More...
 
+

Detailed Description

+

bounding box aligned with system axes

+

A bounding box representes the range of an object in x,y and z

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
boundingbox::boundingbox ()
+
+ +

constructor

+

creates an empty/uninitialised bounding box

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
pos3d boundingbox::center () const
+
+ +

center position

+
Returns
bounding box geometric center
+ +
+
+ +
+
+ + + + + + + +
double boundingbox::dx () const
+
+ +

bounding box extent

+
Returns
bounding box extent in x-direction
+ +
+
+ +
+
+ + + + + + + +
double boundingbox::dy () const
+
+ +

bounding box extent

+
Returns
bounding box extent in y-direction
+ +
+
+ +
+
+ + + + + + + +
double boundingbox::dz () const
+
+ +

bounding box extent

+
Returns
bounding box extent in z-direction
+ +
+
+ +
+
+ + + + + + + + +
void boundingbox::enclose (pos3dp)
+
+ +

enclose a new position, this may extend the boundingbox

+
Parameters
+ + +
pposition to enclose
+
+
+ +
+
+ +
+
+ + + + + + + +
bool boundingbox::is_empty () const
+
+ +
+
+ +
+
+ + + + + + + +
pos3d boundingbox::p1 () const
+
+ +

low position

+
Returns
position containing minimum x,y,z
+ +
+
+ +
+
+ + + + + + + +
pos3d boundingbox::p2 () const
+
+ +

high position

+
Returns
position containing maximum x,y,z
+ +
+
+ +
+
+ + + + + + + +
string boundingbox::Type () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classcircle-members.html b/docs/classcircle-members.html new file mode 100644 index 0000000..1092ae9 --- /dev/null +++ b/docs/classcircle-members.html @@ -0,0 +1,76 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
circle Member List
+
+
+ +

This is the complete list of members for circle, including all inherited members.

+ + + + + + + + + + + + + +
box() const circle
circle(const pos2d @p1, const pos2d @p2, const pos2d @p3)circle
circle(double r)circle
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
r() const circle
radius() const circle
transform() const circle
Type() const circle
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classcircle.html b/docs/classcircle.html new file mode 100644 index 0000000..44bb585 --- /dev/null +++ b/docs/classcircle.html @@ -0,0 +1,286 @@ + + + + + + +AngelCAD: circle Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
circle Class Reference
+
+
+ +

circle, centered at origin + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for circle:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 circle (const pos2d @p1, const pos2d @p2, const pos2d @p3)
 
 circle (double r)
 constructor More...
 
boundingbox box () const
 
double r () const
 radius of circle More...
 
double radius () const
 radius of circle More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

circle, centered at origin

+

A 2d object defined by its radius. Centered on origin.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
circle::circle (const pos2dp1,
const pos2dp2,
const pos2dp3 
)
+
+ +
+
+ +
+
+ + + + + + + + +
circle::circle (double r)
+
+ +

constructor

+
Parameters
+ + +
rradius of circle
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox circle::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double circle::r () const
+
+ +

radius of circle

+
Returns
radius of circle
+ +
+
+ +
+
+ + + + + + + +
double circle::radius () const
+
+ +

radius of circle

+
Returns
radius of circle
+ +
+
+ +
+
+ + + + + + + +
tmatrix circle::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string circle::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classcircle.png b/docs/classcircle.png new file mode 100644 index 0000000..50d61a1 Binary files /dev/null and b/docs/classcircle.png differ diff --git a/docs/classcone-members.html b/docs/classcone-members.html new file mode 100644 index 0000000..c63ac58 --- /dev/null +++ b/docs/classcone-members.html @@ -0,0 +1,79 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
cone Member List
+
+
+ +

This is the complete list of members for cone, including all inherited members.

+ + + + + + + + + + + + + + + + +
box() const cone
cone(double h, double r1, double r2, bool center=false)cone
h() const cone
height() const cone
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
r1() const cone
r2() const cone
radius1() const cone
radius2() const cone
transform() const cone
Type() const cone
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classcone.html b/docs/classcone.html new file mode 100644 index 0000000..f053369 --- /dev/null +++ b/docs/classcone.html @@ -0,0 +1,361 @@ + + + + + + +AngelCAD: cone Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
cone Class Reference
+
+
+ +

cone with axis in z-direction, by default extending from origin + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for cone:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 cone (double h, double r1, double r2, bool center=false)
 constructor More...
 
boundingbox box () const
 
double h () const
 height of cone More...
 
double height () const
 height of cone More...
 
double r1 () const
 bottom radius More...
 
double r2 () const
 top radius More...
 
double radius1 () const
 bottom radius More...
 
double radius2 () const
 top radius More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

cone with axis in z-direction, by default extending from origin

+

A cone extends in the z-direction. By default the bottom is at origin

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cone::cone (double h,
double r1,
double r2,
bool center = false 
)
+
+ +

constructor

+
Parameters
+ + + + + +
hheight of cone
r1bottom radius of cone
r2top radius of cone
centertrue if cone is centered in z-direction
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox cone::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double cone::h () const
+
+ +

height of cone

+
Returns
height of cone
+ +
+
+ +
+
+ + + + + + + +
double cone::height () const
+
+ +

height of cone

+
Returns
height of cone
+ +
+
+ +
+
+ + + + + + + +
double cone::r1 () const
+
+ +

bottom radius

+
Returns
bottom radius
+ +
+
+ +
+
+ + + + + + + +
double cone::r2 () const
+
+ +

top radius

+
Returns
top radius
+ +
+
+ +
+
+ + + + + + + +
double cone::radius1 () const
+
+ +

bottom radius

+
Returns
bottom radius
+ +
+
+ +
+
+ + + + + + + +
double cone::radius2 () const
+
+ +

top radius

+
Returns
top radius
+ +
+
+ +
+
+ + + + + + + +
tmatrix cone::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string cone::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classcone.png b/docs/classcone.png new file mode 100644 index 0000000..34e09cb Binary files /dev/null and b/docs/classcone.png differ diff --git a/docs/classcube-members.html b/docs/classcube-members.html new file mode 100644 index 0000000..2a37366 --- /dev/null +++ b/docs/classcube-members.html @@ -0,0 +1,74 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
cube Member List
+
+
+ +

This is the complete list of members for cube, including all inherited members.

+ + + + + + + + + + + +
box() const cube
cube(double size, bool center=false)cube
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
size() const cube
transform() const cube
Type() const cube
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classcube.html b/docs/classcube.html new file mode 100644 index 0000000..e539b23 --- /dev/null +++ b/docs/classcube.html @@ -0,0 +1,241 @@ + + + + + + +AngelCAD: cube Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
cube Class Reference
+
+
+ +

cube, by default in 1st octant with one corner toucing origin + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for cube:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 cube (double size, bool center=false)
 constructor More...
 
boundingbox box () const
 
double size () const
 size of cube More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

cube, by default in 1st octant with one corner toucing origin

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
cube::cube (double size,
bool center = false 
)
+
+ +

constructor

+
Parameters
+ + + +
sizelength of sides
centertrue if cube is centered on origin
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox cube::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double cube::size () const
+
+ +

size of cube

+
Returns
side length
+ +
+
+ +
+
+ + + + + + + +
tmatrix cube::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string cube::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classcube.png b/docs/classcube.png new file mode 100644 index 0000000..f311fea Binary files /dev/null and b/docs/classcube.png differ diff --git a/docs/classcuboid-members.html b/docs/classcuboid-members.html new file mode 100644 index 0000000..7e41d57 --- /dev/null +++ b/docs/classcuboid-members.html @@ -0,0 +1,76 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
cuboid Member List
+
+
+ +

This is the complete list of members for cuboid, including all inherited members.

+ + + + + + + + + + + + + +
box() const cuboid
cuboid(double dx, double dy, double dz, bool center=false)cuboid
dx() const cuboid
dy() const cuboid
dz() const cuboid
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const cuboid
Type() const cuboid
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classcuboid.html b/docs/classcuboid.html new file mode 100644 index 0000000..90b030d --- /dev/null +++ b/docs/classcuboid.html @@ -0,0 +1,298 @@ + + + + + + +AngelCAD: cuboid Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
cuboid Class Reference
+
+
+ +

cuboid, by default in 1st octant with one corner toucing origin + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for cuboid:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 cuboid (double dx, double dy, double dz, bool center=false)
 constructor More...
 
boundingbox box () const
 
double dx () const
 length in x-drection More...
 
double dy () const
 length in y-drection More...
 
double dz () const
 length in z-drection More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

cuboid, by default in 1st octant with one corner toucing origin

+

A cuboid is like a cube, but with separate dimensions in x,y and z. By default the cuboid touches the origin, and extends along positive x,y,z.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
cuboid::cuboid (double dx,
double dy,
double dz,
bool center = false 
)
+
+ +

constructor

+
Parameters
+ + + + + +
dxlength in x-drection
dylength of y-direction
dzlength of z-direction
centertrue if cuboid is centered on origin
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox cuboid::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double cuboid::dx () const
+
+ +

length in x-drection

+
Returns
length in x-drection
+ +
+
+ +
+
+ + + + + + + +
double cuboid::dy () const
+
+ +

length in y-drection

+
Returns
length in x-drection
+ +
+
+ +
+
+ + + + + + + +
double cuboid::dz () const
+
+ +

length in z-drection

+
Returns
length in x-drection
+ +
+
+ +
+
+ + + + + + + +
tmatrix cuboid::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string cuboid::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classcuboid.png b/docs/classcuboid.png new file mode 100644 index 0000000..c61f81a Binary files /dev/null and b/docs/classcuboid.png differ diff --git a/docs/classcylinder-members.html b/docs/classcylinder-members.html new file mode 100644 index 0000000..0ab1306 --- /dev/null +++ b/docs/classcylinder-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
cylinder Member List
+
+
+ +

This is the complete list of members for cylinder, including all inherited members.

+ + + + + + + + + + + + + + +
box() const cylinder
cylinder(double h, double r, bool center=false)cylinder
h() const cylinder
height() const cylinder
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
r() const cylinder
radius() const cylinder
transform() const cylinder
Type() const cylinder
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classcylinder.html b/docs/classcylinder.html new file mode 100644 index 0000000..a1d1553 --- /dev/null +++ b/docs/classcylinder.html @@ -0,0 +1,312 @@ + + + + + + +AngelCAD: cylinder Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
cylinder Class Reference
+
+
+ +

cylinder with axis in z-direction, by default extending from origin + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for cylinder:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 cylinder (double h, double r, bool center=false)
 constructor More...
 
boundingbox box () const
 
double h () const
 Height of cylnder. More...
 
double height () const
 Height of cylnder. More...
 
double r () const
 Radius of cylnder. More...
 
double radius () const
 Radius of cylnder. More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

cylinder with axis in z-direction, by default extending from origin

+

A cylinder is defined by height and radius. By default the cuboid extends from the origin, in z-direction.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
cylinder::cylinder (double h,
double r,
bool center = false 
)
+
+ +

constructor

+
Parameters
+ + + + +
hheight of cylinder
rradius of cylinder
centertrue if cylinder is centered on origin in z-direction
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox cylinder::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double cylinder::h () const
+
+ +

Height of cylnder.

+
Returns
height of cylnder
+ +
+
+ +
+
+ + + + + + + +
double cylinder::height () const
+
+ +

Height of cylnder.

+
Returns
height of cylnder
+ +
+
+ +
+
+ + + + + + + +
double cylinder::r () const
+
+ +

Radius of cylnder.

+
Returns
radius of cylnder
+ +
+
+ +
+
+ + + + + + + +
double cylinder::radius () const
+
+ +

Radius of cylnder.

+
Returns
radius of cylnder
+ +
+
+ +
+
+ + + + + + + +
tmatrix cylinder::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string cylinder::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classcylinder.png b/docs/classcylinder.png new file mode 100644 index 0000000..6678336 Binary files /dev/null and b/docs/classcylinder.png differ diff --git a/docs/classdictionary-members.html b/docs/classdictionary-members.html new file mode 100644 index 0000000..0cb6c4a --- /dev/null +++ b/docs/classdictionary-members.html @@ -0,0 +1,84 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
dictionary Member List
+
+
+ +

This is the complete list of members for dictionary, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + +
clear()dictionary
delete(const string &in)dictionary
deleteAll()dictionary
dictionary()dictionary
empty() const dictionary
erase(const string &in)dictionary
exists(const string &in) const dictionary
get(const string &in,?&out) const dictionary
get(const string &in, double &out) const dictionary
get(const string &in, int64 &out) const dictionary
getKeys() const dictionary
getSize() const dictionary
isEmpty() const dictionary
opAssign(const dictionary &in)dictionary
opIndex(const string &in) const dictionary
opIndex(const string &in)dictionary
set(const string &in, const ?&in)dictionary
set(const string &in, const double &in)dictionary
set(const string &in, const int64 &in)dictionary
size() const dictionary
+ + + + diff --git a/docs/classdictionary.html b/docs/classdictionary.html new file mode 100644 index 0000000..3af72f6 --- /dev/null +++ b/docs/classdictionary.html @@ -0,0 +1,487 @@ + + + + + + +AngelCAD: dictionary Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
dictionary Class Reference
+
+
+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

dictionary dictionary ()
 
bool delete (const string &in)
 
bool empty () const
 
bool exists (const string &in) const
 
bool get (const string &in,?&out) const
 
bool get (const string &in, double &out) const
 
bool get (const string &in, int64 &out) const
 
bool isEmpty () const
 
const dictionaryValueopIndex (const string &in) const
 
dictionaryopAssign (const dictionary &in)
 
dictionaryValueopIndex (const string &in)
 
string[] getKeys () const
 
uint getSize () const
 
uint size () const
 
void clear ()
 
void deleteAll ()
 
void erase (const string &in)
 
void set (const string &in, const ?&in)
 
void set (const string &in, const double &in)
 
void set (const string &in, const int64 &in)
 
+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
dictionary dictionary::dictionary ()
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void dictionary::clear ()
+
+ +
+
+ +
+
+ + + + + + + + +
bool dictionary::delete (const stringin)
+
+ +
+
+ +
+
+ + + + + + + +
void dictionary::deleteAll ()
+
+ +
+
+ +
+
+ + + + + + + +
bool dictionary::empty () const
+
+ +
+
+ +
+
+ + + + + + + + +
void dictionary::erase (const stringin)
+
+ +
+
+ +
+
+ + + + + + + + +
bool dictionary::exists (const stringin) const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool dictionary::get (const stringin,
?& out 
) const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool dictionary::get (const stringin,
double & out 
) const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
bool dictionary::get (const stringin,
int64 & out 
) const
+
+ +
+
+ +
+
+ + + + + + + +
string [] dictionary::getKeys () const
+
+ +
+
+ +
+
+ + + + + + + +
uint dictionary::getSize () const
+
+ +
+
+ +
+
+ + + + + + + +
bool dictionary::isEmpty () const
+
+ +
+
+ +
+
+ + + + + + + + +
dictionary& dictionary::opAssign (const dictionaryin)
+
+ +
+
+ +
+
+ + + + + + + + +
const dictionaryValue& dictionary::opIndex (const stringin) const
+
+ +
+
+ +
+
+ + + + + + + + +
dictionaryValue& dictionary::opIndex (const stringin)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void dictionary::set (const stringin,
const ?& in 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void dictionary::set (const stringin,
const double & in 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void dictionary::set (const stringin,
const int64 & in 
)
+
+ +
+
+ +
+
+ + + + + + + +
uint dictionary::size () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classdictionary_value-members.html b/docs/classdictionary_value-members.html new file mode 100644 index 0000000..53eec61 --- /dev/null +++ b/docs/classdictionary_value-members.html @@ -0,0 +1,72 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
dictionaryValue Member List
+
+
+ +

This is the complete list of members for dictionaryValue, including all inherited members.

+ + + + + + + + + +
opAssign(const ?&in)dictionaryValue
opAssign(const dictionaryValue &in)dictionaryValue
opAssign(double)dictionaryValue
opAssign(int64)dictionaryValue
opConv()dictionaryValue
opConv()dictionaryValue
opConv(?&out)dictionaryValue
opHndlAssign(const ?&in)dictionaryValue
+ + + + diff --git a/docs/classdictionary_value.html b/docs/classdictionary_value.html new file mode 100644 index 0000000..83b234e --- /dev/null +++ b/docs/classdictionary_value.html @@ -0,0 +1,216 @@ + + + + + + +AngelCAD: dictionaryValue Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
dictionaryValue Class Reference
+
+
+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + +

+Public Member Functions

dictionaryValueopAssign (const ?&in)
 
dictionaryValueopAssign (const dictionaryValue &in)
 
dictionaryValueopAssign (double)
 
dictionaryValueopAssign (int64)
 
dictionaryValueopHndlAssign (const ?&in)
 
double opConv ()
 
int64 opConv ()
 
void opConv (?&out)
 
+

Member Function Documentation

+ +
+
+ + + + + + + + +
dictionaryValue& dictionaryValue::opAssign (const ?& in)
+
+ +
+
+ +
+
+ + + + + + + + +
dictionaryValue& dictionaryValue::opAssign (const dictionaryValuein)
+
+ +
+
+ +
+
+ + + + + + + + +
dictionaryValue& dictionaryValue::opAssign (double )
+
+ +
+
+ +
+
+ + + + + + + + +
dictionaryValue& dictionaryValue::opAssign (int64 )
+
+ +
+
+ +
+
+ + + + + + + +
double dictionaryValue::opConv ()
+
+ +
+
+ +
+
+ + + + + + + +
int64 dictionaryValue::opConv ()
+
+ +
+
+ +
+
+ + + + + + + + +
void dictionaryValue::opConv (?& out)
+
+ +
+
+ +
+
+ + + + + + + + +
dictionaryValue& dictionaryValue::opHndlAssign (const ?& in)
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classdifference2d-members.html b/docs/classdifference2d-members.html new file mode 100644 index 0000000..a91b271 --- /dev/null +++ b/docs/classdifference2d-members.html @@ -0,0 +1,73 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
difference2d Member List
+
+
+ +

This is the complete list of members for difference2d, including all inherited members.

+ + + + + + + + + + +
box() const difference2d
difference2d(shape2d @incl, shape2d @excl)difference2d
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
transform() const difference2d
Type() const difference2d
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classdifference2d.html b/docs/classdifference2d.html new file mode 100644 index 0000000..4296075 --- /dev/null +++ b/docs/classdifference2d.html @@ -0,0 +1,225 @@ + + + + + + +AngelCAD: difference2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
difference2d Class Reference
+
+
+ +

2d difference boolean operation + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for difference2d:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 difference2d (shape2d @incl, shape2d @excl)
 constructor More...
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

2d difference boolean operation

+

difference2d is a 2-dimensional boolean operation. It can be invoked either explicitly or using subtraction operator:
+
+ explicit: shape2d@ object = difference2d(circle(100),circle(50));
+
+ using subtraction operator: shape2d@ object = circle(100) - circle(50);

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
difference2d::difference2d (shape2dincl,
shape2dexcl 
)
+
+ +

constructor

+
Parameters
+ + + +
inclobject to be included
exclobject to be excluded (subtracted)
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox difference2d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix difference2d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string difference2d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classdifference2d.png b/docs/classdifference2d.png new file mode 100644 index 0000000..dae9879 Binary files /dev/null and b/docs/classdifference2d.png differ diff --git a/docs/classdifference3d-members.html b/docs/classdifference3d-members.html new file mode 100644 index 0000000..7dacf5e --- /dev/null +++ b/docs/classdifference3d-members.html @@ -0,0 +1,73 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
difference3d Member List
+
+
+ +

This is the complete list of members for difference3d, including all inherited members.

+ + + + + + + + + + +
box() const difference3d
difference3d(solid @incl, solid @excl)difference3d
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const difference3d
Type() const difference3d
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classdifference3d.html b/docs/classdifference3d.html new file mode 100644 index 0000000..a695d68 --- /dev/null +++ b/docs/classdifference3d.html @@ -0,0 +1,225 @@ + + + + + + +AngelCAD: difference3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
difference3d Class Reference
+
+
+ +

3d difference boolean operation + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for difference3d:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 difference3d (solid @incl, solid @excl)
 constructor More...
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

3d difference boolean operation

+

difference3d is a 3-dimensional boolean operation. It can be invoked either explicitly or using subtraction operator:
+
+ explicit: solid@ object = difference3d(sphere(100),sphere(50));
+
+ using subtraction operator: solid@ object = sphere(100) - sphere(50);

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
difference3d::difference3d (solidincl,
solidexcl 
)
+
+ +

constructor

+
Parameters
+ + + +
inclobjects to be included
exclobjects to be excluded (subtracted)
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox difference3d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix difference3d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string difference3d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classdifference3d.png b/docs/classdifference3d.png new file mode 100644 index 0000000..f8ebda2 Binary files /dev/null and b/docs/classdifference3d.png differ diff --git a/docs/classes.html b/docs/classes.html new file mode 100644 index 0000000..2f95985 --- /dev/null +++ b/docs/classes.html @@ -0,0 +1,99 @@ + + + + + + +AngelCAD: Class Index + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
Class Index
+
+
+
B | C | D | F | H | I | L | M | O | P | R | S | T | U | V
+ + + + + + + + + + + + + + + + + + + + +
  b  
+
  h  
+
minkowski3d   rotate_x   transform_extrude   
mirror   rotate_y   translate   
boundingbox   hmatrix   
  o  
+
rotate_z   
  u  
+
  c  
+
hull2d   
  s  
+
hull3d   offset2d   union2d   
circle   
  i  
+
  p  
+
scale   union3d   
cone   shape   
  v  
+
cube   intersection2d   pface   shape2d   
cuboid   intersection3d   polygon   solid   vec2d   
cylinder   
  l  
+
polyhedron   sphere   vec3d   
  d  
+
pos2d   spline2d   
linear_extrude   pos3d   spline3d   
difference2d   locsys3d   
  r  
+
spline_path   
difference3d   
  m  
+
square   
  f  
+
rectangle   sweep   
minkowski2d   rotate_extrude   
  t  
+
fill2d   
tmatrix   
+
B | C | D | F | H | I | L | M | O | P | R | S | T | U | V
+
+ + + + diff --git a/docs/classfill2d-members.html b/docs/classfill2d-members.html new file mode 100644 index 0000000..1cf82e3 --- /dev/null +++ b/docs/classfill2d-members.html @@ -0,0 +1,74 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
fill2d Member List
+
+
+ +

This is the complete list of members for fill2d, including all inherited members.

+ + + + + + + + + + + +
box() const fill2d
fill2d(array< shape2d @> @arr)fill2d
fill2d(const shape2d @s1)fill2d
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
transform() const fill2d
Type() const fill2d
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classfill2d.html b/docs/classfill2d.html new file mode 100644 index 0000000..0fa4616 --- /dev/null +++ b/docs/classfill2d.html @@ -0,0 +1,228 @@ + + + + + + +AngelCAD: fill2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
fill2d Class Reference
+
+
+ +

2d fill operation, filling holes in input shapes + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for fill2d:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 fill2d (array< shape2d @> @arr)
 constructor More...
 
 fill2d (const shape2d @s1)
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

2d fill operation, filling holes in input shapes

+

fill2d is a 2-dimensional boolean operation that removes internal holes in in 2d shapes, but leaves a possibly concave outer contour intact. fill2d can be invoked either on a single shape2d or an array.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
fill2d::fill2d (array< shape2d @> @ arr)
+
+ +

constructor

+
Parameters
+ + +
arrarray of 2d shapes
+
+
+ +
+
+ +
+
+ + + + + + + + +
fill2d::fill2d (const shape2ds1)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox fill2d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix fill2d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string fill2d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classfill2d.png b/docs/classfill2d.png new file mode 100644 index 0000000..173d22c Binary files /dev/null and b/docs/classfill2d.png differ diff --git a/docs/classhmatrix-members.html b/docs/classhmatrix-members.html new file mode 100644 index 0000000..589343d --- /dev/null +++ b/docs/classhmatrix-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
hmatrix Member List
+
+
+ +

This is the complete list of members for hmatrix, including all inherited members.

+ + + + + + + + + + + + + + +
dump() const hmatrix
hmatrix(const vec3d @xvec, const vec3d @yvec, const pos3d @pos=pos3d(0, 0, 0))hmatrix
hmatrix(const vec3d @xvec, const vec3d @yvec, const vec3d @zvec, const pos3d @pos=pos3d(0, 0, 0))hmatrix
opMul(pos2d @obj)hmatrix
opMul(pos3d @obj)hmatrix
opMul(shape2d @obj)hmatrix
opMul(solid @obj)hmatrix
opMul(const tmatrix @B)hmatrix
origin() const hmatrix
Type() const hmatrix
xdir() const hmatrix
ydir() const hmatrix
zdir() const hmatrix
+ + + + diff --git a/docs/classhmatrix.html b/docs/classhmatrix.html new file mode 100644 index 0000000..dfa8478 --- /dev/null +++ b/docs/classhmatrix.html @@ -0,0 +1,440 @@ + + + + + + +AngelCAD: hmatrix Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
hmatrix Class Reference
+
+
+ +

Homogeneous transformation matrix. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for hmatrix:
+
+
+ + +tmatrix + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 hmatrix (const vec3d @xvec, const vec3d @yvec, const pos3d @pos=pos3d(0, 0, 0))
 
 hmatrix (const vec3d @xvec, const vec3d @yvec, const vec3d @zvec, const pos3d @pos=pos3d(0, 0, 0))
 constructor, 4 column values More...
 
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
- Public Member Functions inherited from tmatrix
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
+

Detailed Description

+

Homogeneous transformation matrix.

+

hmatrix is a transformation expressed as homogenous transformation matrix.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
hmatrix::hmatrix (const vec3dxvec,
const vec3dyvec,
const pos3dpos = pos3d(0, 0, 0) 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
hmatrix::hmatrix (const vec3dxvec,
const vec3dyvec,
const vec3dzvec,
const pos3dpos = pos3d(0, 0, 0) 
)
+
+ +

constructor, 4 column values

+
Parameters
+ + + + + +
xvec1st matrix column
yvec2nd matrix column
zvec3rd matrix column
pos4rd matrix column
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void hmatrix::dump () const
+
+ +

dump matrix to console

+ +
+
+ +
+
+ + + + + + + + +
pos2d hmatrix::opMul (pos2dobj)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d hmatrix::opMul (pos3dobj)
+
+ +

transform a point: pos3d@ p = T*obj;

+
Parameters
+ + +
objposition to be transformed
+
+
+
Returns
transformed position
+ +
+
+ +
+
+ + + + + + + + +
shape2d hmatrix::opMul (shape2dobj)
+
+ +

transform a 2d shape: shape2d@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
solid hmatrix::opMul (solidobj)
+
+ +

transform a solid: solid@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
tmatrix hmatrix::opMul (const tmatrixB)
+
+ +

matrix multiplication: A = T*B

+
Parameters
+ + +
Bmatrix to be post-multiplied with this matrix
+
+
+
Returns
resulting matrixt
+ +
+
+ +
+
+ + + + + + + +
pos3d hmatrix::origin () const
+
+ +
+
+ +
+
+ + + + + + + +
string hmatrix::Type () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d hmatrix::xdir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d hmatrix::ydir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d hmatrix::zdir () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classhmatrix.png b/docs/classhmatrix.png new file mode 100644 index 0000000..c03447b Binary files /dev/null and b/docs/classhmatrix.png differ diff --git a/docs/classhull2d-members.html b/docs/classhull2d-members.html new file mode 100644 index 0000000..608f153 --- /dev/null +++ b/docs/classhull2d-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
hull2d Member List
+
+
+ +

This is the complete list of members for hull2d, including all inherited members.

+ + + + + + + + + + + + + + +
box() const hull2d
hull2d(array< shape2d @> @arr)hull2d
hull2d(const shape2d @s1, const shape2d @s2)hull2d
hull2d(const shape2d @s1, const shape2d @s2, const shape2d @s3)hull2d
hull2d(const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4)hull2d
hull2d(const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4, const shape2d @s5)hull2d
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
transform() const hull2d
Type() const hull2d
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classhull2d.html b/docs/classhull2d.html new file mode 100644 index 0000000..02f4b73 --- /dev/null +++ b/docs/classhull2d.html @@ -0,0 +1,404 @@ + + + + + + +AngelCAD: hull2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
hull2d Class Reference
+
+
+ +

2d hull operation, enclosing the input shapes + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for hull2d:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 hull2d (array< shape2d @> @arr)
 constructor More...
 
 hull2d (const shape2d @s1, const shape2d @s2)
 constructor More...
 
 hull2d (const shape2d @s1, const shape2d @s2, const shape2d @s3)
 constructor More...
 
 hull2d (const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4)
 constructor More...
 
 hull2d (const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4, const shape2d @s5)
 constructor More...
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

2d hull operation, enclosing the input shapes

+

hull2d is a 2-dimensional boolean operation. It encapsulates the input objects with a convex shape. It can for example be used to create a rectangle with rounded cornes using 4 circles.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
hull2d::hull2d (array< shape2d @> @ arr)
+
+ +

constructor

+
Parameters
+ + +
arrarray of 2d shapes
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
hull2d::hull2d (const shape2ds1,
const shape2ds2 
)
+
+ +

constructor

+
Parameters
+ + + +
s1shape
s2shape
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
hull2d::hull2d (const shape2ds1,
const shape2ds2,
const shape2ds3 
)
+
+ +

constructor

+
Parameters
+ + + + +
s1shape
s3shape
s2shape
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
hull2d::hull2d (const shape2ds1,
const shape2ds2,
const shape2ds3,
const shape2ds4 
)
+
+ +

constructor

+
Parameters
+ + + + + +
s1shape
s2shape
s3shape
s4shape
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
hull2d::hull2d (const shape2ds1,
const shape2ds2,
const shape2ds3,
const shape2ds4,
const shape2ds5 
)
+
+ +

constructor

+
Parameters
+ + + + + + +
s1shape
s2shape
s3shape
s4shape
s5shape
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox hull2d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix hull2d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string hull2d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classhull2d.png b/docs/classhull2d.png new file mode 100644 index 0000000..9cf067e Binary files /dev/null and b/docs/classhull2d.png differ diff --git a/docs/classhull3d-members.html b/docs/classhull3d-members.html new file mode 100644 index 0000000..ff109de --- /dev/null +++ b/docs/classhull3d-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
hull3d Member List
+
+
+ +

This is the complete list of members for hull3d, including all inherited members.

+ + + + + + + + + + + + + + +
box() const hull3d
hull3d(array< solid @> @arr)hull3d
hull3d(const solid @s1, const solid @s2)hull3d
hull3d(const solid @s1, const solid @s2, const solid @s3)hull3d
hull3d(const solid @s1, const solid @s2, const solid @s3, const solid @s4)hull3d
hull3d(const solid @s1, const solid @s2, const solid @s3, const solid @s4, const solid @s5)hull3d
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const hull3d
Type() const hull3d
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classhull3d.html b/docs/classhull3d.html new file mode 100644 index 0000000..9f3e39a --- /dev/null +++ b/docs/classhull3d.html @@ -0,0 +1,404 @@ + + + + + + +AngelCAD: hull3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
hull3d Class Reference
+
+
+ +

3d hull operation, enclosing the input solids + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for hull3d:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 hull3d (array< solid @> @arr)
 constructor More...
 
 hull3d (const solid @s1, const solid @s2)
 constructor More...
 
 hull3d (const solid @s1, const solid @s2, const solid @s3)
 constructor More...
 
 hull3d (const solid @s1, const solid @s2, const solid @s3, const solid @s4)
 constructor More...
 
 hull3d (const solid @s1, const solid @s2, const solid @s3, const solid @s4, const solid @s5)
 constructor More...
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

3d hull operation, enclosing the input solids

+

hull3d is a 3-dimensional boolean operation. It encapsulates the input objects with a convex shape. It can for example be used to create a cuboid with rounded cornes using 8 spheres.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
hull3d::hull3d (array< solid @> @ arr)
+
+ +

constructor

+
Parameters
+ + +
arrarray of solids
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
hull3d::hull3d (const solids1,
const solids2 
)
+
+ +

constructor

+
Parameters
+ + + +
s1solid
s2solid
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
hull3d::hull3d (const solids1,
const solids2,
const solids3 
)
+
+ +

constructor

+
Parameters
+ + + + +
s1solid
s2solid
s3solid
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
hull3d::hull3d (const solids1,
const solids2,
const solids3,
const solids4 
)
+
+ +

constructor

+
Parameters
+ + + + + +
s1solid
s2solid
s3solid
s4solid
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
hull3d::hull3d (const solids1,
const solids2,
const solids3,
const solids4,
const solids5 
)
+
+ +

constructor

+
Parameters
+ + + + + + +
s1solid
s2solid
s3solid
s4solid
s5solid
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox hull3d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix hull3d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string hull3d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classhull3d.png b/docs/classhull3d.png new file mode 100644 index 0000000..6989e91 Binary files /dev/null and b/docs/classhull3d.png differ diff --git a/docs/classimage2d-members.html b/docs/classimage2d-members.html new file mode 100644 index 0000000..58fa494 --- /dev/null +++ b/docs/classimage2d-members.html @@ -0,0 +1,69 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
image2d Member List
+
+
+ +

This is the complete list of members for image2d, including all inherited members.

+ + + + + + +
height() const image2d
image2d(string file)image2d
resize(uint width, uint height)image2d
Type() const image2d
width() const image2d
+ + + + diff --git a/docs/classimage2d.html b/docs/classimage2d.html new file mode 100644 index 0000000..2b97e8d --- /dev/null +++ b/docs/classimage2d.html @@ -0,0 +1,177 @@ + + + + + + +AngelCAD: image2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
image2d Class Reference
+
+
+ +

Bitmap image supporting PNG, JPG, GIF, XPM and more. + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + + +

+Public Member Functions

 image2d (string file)
 
string Type () const
 
uint height () const
 
uint width () const
 
void resize (uint width, uint height)
 
+

Detailed Description

+

Bitmap image supporting PNG, JPG, GIF, XPM and more.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
image2d::image2d (string file)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
uint image2d::height () const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void image2d::resize (uint width,
uint height 
)
+
+ +
+
+ +
+
+ + + + + + + +
string image2d::Type () const
+
+ +
+
+ +
+
+ + + + + + + +
uint image2d::width () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classintersection2d-members.html b/docs/classintersection2d-members.html new file mode 100644 index 0000000..62b36c4 --- /dev/null +++ b/docs/classintersection2d-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
intersection2d Member List
+
+
+ +

This is the complete list of members for intersection2d, including all inherited members.

+ + + + + + + + + + + + + + +
box() const intersection2d
intersection2d(array< shape2d @> @arr)intersection2d
intersection2d(const shape2d @s1, const shape2d @s2)intersection2d
intersection2d(const shape2d @s1, const shape2d @s2, const shape2d @s3)intersection2d
intersection2d(const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4)intersection2d
intersection2d(const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4, const shape2d @s5)intersection2d
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
transform() const intersection2d
Type() const intersection2d
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classintersection2d.html b/docs/classintersection2d.html new file mode 100644 index 0000000..b0d9e38 --- /dev/null +++ b/docs/classintersection2d.html @@ -0,0 +1,353 @@ + + + + + + +AngelCAD: intersection2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
intersection2d Class Reference
+
+
+ +

2d intersection boolean operation + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for intersection2d:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 intersection2d (array< shape2d @> @arr)
 
 intersection2d (const shape2d @s1, const shape2d @s2)
 
 intersection2d (const shape2d @s1, const shape2d @s2, const shape2d @s3)
 
 intersection2d (const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4)
 
 intersection2d (const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4, const shape2d @s5)
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

2d intersection boolean operation

+

intersection2d is a 2-dimensional boolean operation. It can be invoked either explicitly or using & operator:
+
+ explicit: shape2d@ object = intersection2d(circle(100),translate(75,0,0)*circle(50));
+
+ using & operator: shape2d@ object = circle(100) & translate(75,0,0)*circle(50);

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
intersection2d::intersection2d (array< shape2d @> @ arr)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
intersection2d::intersection2d (const shape2ds1,
const shape2ds2 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
intersection2d::intersection2d (const shape2ds1,
const shape2ds2,
const shape2ds3 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
intersection2d::intersection2d (const shape2ds1,
const shape2ds2,
const shape2ds3,
const shape2ds4 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
intersection2d::intersection2d (const shape2ds1,
const shape2ds2,
const shape2ds3,
const shape2ds4,
const shape2ds5 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox intersection2d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix intersection2d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string intersection2d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classintersection2d.png b/docs/classintersection2d.png new file mode 100644 index 0000000..f4a6161 Binary files /dev/null and b/docs/classintersection2d.png differ diff --git a/docs/classintersection3d-members.html b/docs/classintersection3d-members.html new file mode 100644 index 0000000..4f7c5df --- /dev/null +++ b/docs/classintersection3d-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
intersection3d Member List
+
+
+ +

This is the complete list of members for intersection3d, including all inherited members.

+ + + + + + + + + + + + + + +
box() const intersection3d
intersection3d(array< solid @> @arr)intersection3d
intersection3d(const solid @s1, const solid @s2)intersection3d
intersection3d(const solid @s1, const solid @s2, const solid @s3)intersection3d
intersection3d(const solid @s1, const solid @s2, const solid @s3, const solid @s4)intersection3d
intersection3d(const solid @s1, const solid @s2, const solid @s3, const solid @s4, const solid @s5)intersection3d
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const intersection3d
Type() const intersection3d
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classintersection3d.html b/docs/classintersection3d.html new file mode 100644 index 0000000..135f89d --- /dev/null +++ b/docs/classintersection3d.html @@ -0,0 +1,353 @@ + + + + + + +AngelCAD: intersection3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
intersection3d Class Reference
+
+
+ +

3d intersection boolean operation + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for intersection3d:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 intersection3d (array< solid @> @arr)
 
 intersection3d (const solid @s1, const solid @s2)
 
 intersection3d (const solid @s1, const solid @s2, const solid @s3)
 
 intersection3d (const solid @s1, const solid @s2, const solid @s3, const solid @s4)
 
 intersection3d (const solid @s1, const solid @s2, const solid @s3, const solid @s4, const solid @s5)
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

3d intersection boolean operation

+

intersection3d is a 2-dimensional boolean operation. It can be invoked either explicitly or using & operator:
+
+ explicit: solid@ object = intersection3d(sphere(100),translate(75,0,0)*sphere(50));
+
+ using & operator: solid@ object = sphere(100) & translate(75,0,0)*sphere(50);

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
intersection3d::intersection3d (array< solid @> @ arr)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
intersection3d::intersection3d (const solids1,
const solids2 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
intersection3d::intersection3d (const solids1,
const solids2,
const solids3 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
intersection3d::intersection3d (const solids1,
const solids2,
const solids3,
const solids4 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
intersection3d::intersection3d (const solids1,
const solids2,
const solids3,
const solids4,
const solids5 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox intersection3d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix intersection3d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string intersection3d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classintersection3d.png b/docs/classintersection3d.png new file mode 100644 index 0000000..d3cb726 Binary files /dev/null and b/docs/classintersection3d.png differ diff --git a/docs/classlinear__extrude-members.html b/docs/classlinear__extrude-members.html new file mode 100644 index 0000000..1a4c06f --- /dev/null +++ b/docs/classlinear__extrude-members.html @@ -0,0 +1,74 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
linear_extrude Member List
+
+
+ +

This is the complete list of members for linear_extrude, including all inherited members.

+ + + + + + + + + + + +
box() const linear_extrude
height() const linear_extrude
linear_extrude(const shape2d @shape, double height)linear_extrude
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const linear_extrude
Type() const linear_extrude
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classlinear__extrude.html b/docs/classlinear__extrude.html new file mode 100644 index 0000000..f93d476 --- /dev/null +++ b/docs/classlinear__extrude.html @@ -0,0 +1,242 @@ + + + + + + +AngelCAD: linear_extrude Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
linear_extrude Class Reference
+
+
+ +

Extrude 2d shape in z direction into 3d solid. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for linear_extrude:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 linear_extrude (const shape2d @shape, double height)
 constructor More...
 
boundingbox box () const
 
double height () const
 extrusion height More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

Extrude 2d shape in z direction into 3d solid.

+

linear_extrude extrudes a 2d shape in z-direction, creating a solid.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
linear_extrude::linear_extrude (const shape2dshape,
double height 
)
+
+ +

constructor

+
Parameters
+ + + +
shape2d profile to be extruded
heightdistance in z direction to extrude
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox linear_extrude::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double linear_extrude::height () const
+
+ +

extrusion height

+
Returns
extrusion height
+ +
+
+ +
+
+ + + + + + + +
tmatrix linear_extrude::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string linear_extrude::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classlinear__extrude.png b/docs/classlinear__extrude.png new file mode 100644 index 0000000..d5fb39d Binary files /dev/null and b/docs/classlinear__extrude.png differ diff --git a/docs/classlocsys3d-members.html b/docs/classlocsys3d-members.html new file mode 100644 index 0000000..5773af5 --- /dev/null +++ b/docs/classlocsys3d-members.html @@ -0,0 +1,69 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
locsys3d Member List
+
+
+ +

This is the complete list of members for locsys3d, including all inherited members.

+ + + + + + +
locsys3d(const vec3d @xvec, const vec3d @zvec)locsys3d
Type() const locsys3d
x() const locsys3d
y() const locsys3d
z() const locsys3d
+ + + + diff --git a/docs/classlocsys3d.html b/docs/classlocsys3d.html new file mode 100644 index 0000000..6149003 --- /dev/null +++ b/docs/classlocsys3d.html @@ -0,0 +1,203 @@ + + + + + + +AngelCAD: locsys3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
locsys3d Class Reference
+
+
+ +

3d localsystem + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + +

+Public Member Functions

 locsys3d (const vec3d @xvec, const vec3d @zvec)
 constructor More...
 
string Type () const
 class type string More...
 
vec3d x () const
 local x-direction vector More...
 
vec3d y () const
 local y-direction vector More...
 
vec3d z () const
 local z-direction vector More...
 
+

Detailed Description

+

3d localsystem

+

a locsys3d represents local coordinate system directions.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
locsys3d::locsys3d (const vec3dxvec,
const vec3dzvec 
)
+
+ +

constructor

+
Parameters
+ + + +
xveclocal x-direction vector
zveclocal z-direction vector
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
string locsys3d::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
vec3d locsys3d::x () const
+
+ +

local x-direction vector

+
Returns
local x-direction vector
+ +
+
+ +
+
+ + + + + + + +
vec3d locsys3d::y () const
+
+ +

local y-direction vector

+
Returns
local y-direction vector
+ +
+
+ +
+
+ + + + + + + +
vec3d locsys3d::z () const
+
+ +

local z-direction vector

+
Returns
local z-direction vector
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classloft3d-members.html b/docs/classloft3d-members.html new file mode 100644 index 0000000..ce961b9 --- /dev/null +++ b/docs/classloft3d-members.html @@ -0,0 +1,68 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
loft3d Member List
+
+
+ +

This is the complete list of members for loft3d, including all inherited members.

+ + + + + +
loft3d(array< spline3d @> @splines, uint ntseg=30)loft3d
loft3d(image2d @imagefile, double dx, double dy, int ntseg=-1)loft3d
loft3d(string textfile, double dx, double dy, int ntseg=-1)loft3d
Type() const loft3d
+ + + + diff --git a/docs/classloft3d.html b/docs/classloft3d.html new file mode 100644 index 0000000..772cb4c --- /dev/null +++ b/docs/classloft3d.html @@ -0,0 +1,205 @@ + + + + + + +AngelCAD: loft3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
loft3d Class Reference
+
+
+ +

Lofted surface. + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + +

+Public Member Functions

 loft3d (array< spline3d @> @splines, uint ntseg=30)
 
 loft3d (image2d @imagefile, double dx, double dy, int ntseg=-1)
 
 loft3d (string textfile, double dx, double dy, int ntseg=-1)
 
string Type () const
 
+

Detailed Description

+

Lofted surface.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
loft3d::loft3d (array< spline3d @> @ splines,
uint ntseg = 30 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
loft3d::loft3d (image2dimagefile,
double dx,
double dy,
int ntseg = -1 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
loft3d::loft3d (string textfile,
double dx,
double dy,
int ntseg = -1 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
string loft3d::Type () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classminkowski2d-members.html b/docs/classminkowski2d-members.html new file mode 100644 index 0000000..ee262be --- /dev/null +++ b/docs/classminkowski2d-members.html @@ -0,0 +1,73 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
minkowski2d Member List
+
+
+ +

This is the complete list of members for minkowski2d, including all inherited members.

+ + + + + + + + + + +
box() const minkowski2d
minkowski2d(const shape2d @a, const shape2d @b)minkowski2d
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
transform() const minkowski2d
Type() const minkowski2d
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classminkowski2d.html b/docs/classminkowski2d.html new file mode 100644 index 0000000..7a52ae0 --- /dev/null +++ b/docs/classminkowski2d.html @@ -0,0 +1,225 @@ + + + + + + +AngelCAD: minkowski2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
minkowski2d Class Reference
+
+
+ +

2d Minkowski sum operation + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for minkowski2d:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 minkowski2d (const shape2d @a, const shape2d @b)
 constructor More...
 
boundingbox box () const
 return bounding box More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

2d Minkowski sum operation

+

minkowski2d is a 2-dimensional boolean operation requiring exactly 2 parameters, a and b. The first parameter (a) is generally the larger and can be concave or convex. The second parameter (b) is assumed smaller and convex (such as a circle). Typical use of the minkowski sum is to create an object with rounded corners.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
minkowski2d::minkowski2d (const shape2da,
const shape2db 
)
+
+ +

constructor

+
Parameters
+ + + +
aconvex/concave object to be modified
bconvex 'tool' object
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox minkowski2d::box () const
+
+ +

return bounding box

+
Returns
The bounding box of the minkowski sum
+ +
+
+ +
+
+ + + + + + + +
tmatrix minkowski2d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string minkowski2d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classminkowski2d.png b/docs/classminkowski2d.png new file mode 100644 index 0000000..23c4cee Binary files /dev/null and b/docs/classminkowski2d.png differ diff --git a/docs/classminkowski3d-members.html b/docs/classminkowski3d-members.html new file mode 100644 index 0000000..9c6709a --- /dev/null +++ b/docs/classminkowski3d-members.html @@ -0,0 +1,73 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
minkowski3d Member List
+
+
+ +

This is the complete list of members for minkowski3d, including all inherited members.

+ + + + + + + + + + +
box() const minkowski3d
minkowski3d(const solid @a, const solid @b)minkowski3d
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const minkowski3d
Type() const minkowski3d
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classminkowski3d.html b/docs/classminkowski3d.html new file mode 100644 index 0000000..8ccccb7 --- /dev/null +++ b/docs/classminkowski3d.html @@ -0,0 +1,215 @@ + + + + + + +AngelCAD: minkowski3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
minkowski3d Class Reference
+
+
+ +

3d Minkowski sum operation + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for minkowski3d:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 minkowski3d (const solid @a, const solid @b)
 
boundingbox box () const
 return bounding box More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

3d Minkowski sum operation

+

minkowski3d is a 3-dimensional boolean operation requiring exactly 2 parameters, a and b. The first parameter (a) is generally the larger and can be concave or convex. The second parameter (b) is assumed smaller and convex (such as a circle). Typical use of the minkowski sum is to create an object with rounded edges.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
minkowski3d::minkowski3d (const solida,
const solidb 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox minkowski3d::box () const
+
+ +

return bounding box

+
Returns
The bounding box of the minkowski sum
+ +
+
+ +
+
+ + + + + + + +
tmatrix minkowski3d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string minkowski3d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classminkowski3d.png b/docs/classminkowski3d.png new file mode 100644 index 0000000..16a7637 Binary files /dev/null and b/docs/classminkowski3d.png differ diff --git a/docs/classmirror-members.html b/docs/classmirror-members.html new file mode 100644 index 0000000..c5e9457 --- /dev/null +++ b/docs/classmirror-members.html @@ -0,0 +1,80 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
mirror Member List
+
+
+ +

This is the complete list of members for mirror, including all inherited members.

+ + + + + + + + + + + + + + + + + +
dump() const mirror
dx() const mirror
dy() const mirror
dz() const mirror
mirror(double dx, double dy, double dz)mirror
mirror(vec3d @normal, pos3d @point=pos3d(0, 0, 0))mirror
opMul(pos2d @obj)mirror
opMul(pos3d @obj)mirror
opMul(shape2d @obj)mirror
opMul(solid @obj)mirror
opMul(const tmatrix @B)mirror
origin() const mirror
Type() const mirror
xdir() const mirror
ydir() const mirror
zdir() const mirror
+ + + + diff --git a/docs/classmirror.html b/docs/classmirror.html new file mode 100644 index 0000000..4a50522 --- /dev/null +++ b/docs/classmirror.html @@ -0,0 +1,500 @@ + + + + + + +AngelCAD: mirror Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
mirror Class Reference
+
+
+ +

Mirror transformation around given point. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for mirror:
+
+
+ + +tmatrix + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 mirror (double dx, double dy, double dz)
 constructor, mirror around origin More...
 
 mirror (vec3d @normal, pos3d @point=pos3d(0, 0, 0))
 constructor, mirror around given point More...
 
double dx () const
 mirror transform normal vector, x-component More...
 
double dy () const
 mirror transform normal vector, y-component More...
 
double dz () const
 mirror transform normal vector, z-component More...
 
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
- Public Member Functions inherited from tmatrix
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
+

Detailed Description

+

Mirror transformation around given point.

+

mirror is a transformation creating mirror images of 2d or 3d objects.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
mirror::mirror (double dx,
double dy,
double dz 
)
+
+ +

constructor, mirror around origin

+
Parameters
+ + + + +
dxx-component of mirror plane normal
dyy-component of mirror plane normal
dzz-component of mirror plane normal
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
mirror::mirror (vec3dnormal,
pos3dpoint = pos3d(0, 0, 0) 
)
+
+ +

constructor, mirror around given point

+
Parameters
+ + + +
normalmirror plane normal vector
pointpoint in mirror plane
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void mirror::dump () const
+
+ +

dump matrix to console

+ +
+
+ +
+
+ + + + + + + +
double mirror::dx () const
+
+ +

mirror transform normal vector, x-component

+
Returns
normal vector, x-component
+ +
+
+ +
+
+ + + + + + + +
double mirror::dy () const
+
+ +

mirror transform normal vector, y-component

+
Returns
normal vector, y-component
+ +
+
+ +
+
+ + + + + + + +
double mirror::dz () const
+
+ +

mirror transform normal vector, z-component

+
Returns
normal vector,z-component
+ +
+
+ +
+
+ + + + + + + + +
pos2d mirror::opMul (pos2dobj)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d mirror::opMul (pos3dobj)
+
+ +

transform a point: pos3d@ p = T*obj;

+
Parameters
+ + +
objposition to be transformed
+
+
+
Returns
transformed position
+ +
+
+ +
+
+ + + + + + + + +
shape2d mirror::opMul (shape2dobj)
+
+ +

transform a 2d shape: shape2d@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
solid mirror::opMul (solidobj)
+
+ +

transform a solid: solid@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
tmatrix mirror::opMul (const tmatrixB)
+
+ +

matrix multiplication: A = T*B

+
Parameters
+ + +
Bmatrix to be post-multiplied with this matrix
+
+
+
Returns
resulting matrixt
+ +
+
+ +
+
+ + + + + + + +
pos3d mirror::origin () const
+
+ +
+
+ +
+
+ + + + + + + +
string mirror::Type () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d mirror::xdir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d mirror::ydir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d mirror::zdir () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classmirror.png b/docs/classmirror.png new file mode 100644 index 0000000..fbda746 Binary files /dev/null and b/docs/classmirror.png differ diff --git a/docs/classoffset2d-members.html b/docs/classoffset2d-members.html new file mode 100644 index 0000000..e1d74a8 --- /dev/null +++ b/docs/classoffset2d-members.html @@ -0,0 +1,74 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
offset2d Member List
+
+
+ +

This is the complete list of members for offset2d, including all inherited members.

+ + + + + + + + + + + +
box() const offset2d
offset2d(array< shape2d @> @arr, double r=0x7fc00000, double delta=0x7fc00000, bool chamfer=false)offset2d
offset2d(const shape2d @profile, double r=0x7fc00000, double delta=0x7fc00000, bool chamfer=false)offset2d
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
transform() const offset2d
Type() const offset2d
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classoffset2d.html b/docs/classoffset2d.html new file mode 100644 index 0000000..2242a69 --- /dev/null +++ b/docs/classoffset2d.html @@ -0,0 +1,287 @@ + + + + + + +AngelCAD: offset2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
offset2d Class Reference
+
+
+ +

2d profile offset + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for offset2d:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 offset2d (array< shape2d @> @arr, double r=0x7fc00000, double delta=0x7fc00000, bool chamfer=false)
 constructor More...
 
 offset2d (const shape2d @profile, double r=0x7fc00000, double delta=0x7fc00000, bool chamfer=false)
 constructor More...
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

2d profile offset

+

offset2d is a special 2d operation used for inflating or shrinking a 2d shape, optionally creating rounded corners and chamfers.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
offset2d::offset2d (array< shape2d @> @ arr,
double r = 0x7fc00000,
double delta = 0x7fc00000,
bool chamfer = false 
)
+
+ +

constructor

+
Parameters
+ + + + + +
arrarray of 2d profiles to be offset
rradius if rounded offset required (cannot be combined with delta)
deltastraight offset if shart corners required (cannot be combined with r)
chamfertrue if sharp corners to be chamfered (relevant with delta only)
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
offset2d::offset2d (const shape2dprofile,
double r = 0x7fc00000,
double delta = 0x7fc00000,
bool chamfer = false 
)
+
+ +

constructor

+
Parameters
+ + + + + +
profile2d profile to be offset
rradius if rounded offset required (cannot be combined with delta)
deltastraight offset if shart corners required (cannot be combined with r)
chamfertrue if sharp corners to be chamfered (relevant with delta only)
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox offset2d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix offset2d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string offset2d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classoffset2d.png b/docs/classoffset2d.png new file mode 100644 index 0000000..7d17c39 Binary files /dev/null and b/docs/classoffset2d.png differ diff --git a/docs/classpface-members.html b/docs/classpface-members.html new file mode 100644 index 0000000..1973693 --- /dev/null +++ b/docs/classpface-members.html @@ -0,0 +1,69 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
pface Member List
+
+
+ +

This is the complete list of members for pface, including all inherited members.

+ + + + + + +
nvert() const pface
pface(uint iv1, uint iv2, uint iv3)pface
pface(uint iv1, uint iv2, uint iv3, uint iv4)pface
Type() const pface
vindex(uint iv) const pface
+ + + + diff --git a/docs/classpface.html b/docs/classpface.html new file mode 100644 index 0000000..d00f9b9 --- /dev/null +++ b/docs/classpface.html @@ -0,0 +1,248 @@ + + + + + + +AngelCAD: pface Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
pface Class Reference
+
+
+ +

Polyhedron face. + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + +

+Public Member Functions

 pface (uint iv1, uint iv2, uint iv3)
 polyhedron face constructor More...
 
 pface (uint iv1, uint iv2, uint iv3, uint iv4)
 polyhedron face constructor More...
 
string Type () const
 class type string More...
 
uint nvert () const
 number of vertices in face More...
 
uint vindex (uint iv) const
 polyhedron vertex index for face index More...
 
+

Detailed Description

+

Polyhedron face.

+

pface represents a single face of a polyhedron. It contains integer indices referring to the polyhedron vertices. When viewed from outside the polyhedron, a pface should list its vertices in CCW sequence.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
pface::pface (uint iv1,
uint iv2,
uint iv3 
)
+
+ +

polyhedron face constructor

+
Parameters
+ + + + +
iv1polyhedron vertex index
iv2polyhedron vertex index
iv3polyhedron vertex index
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
pface::pface (uint iv1,
uint iv2,
uint iv3,
uint iv4 
)
+
+ +

polyhedron face constructor

+
Parameters
+ + + + + +
iv1polyhedron vertex index
iv2polyhedron vertex index
iv3polyhedron vertex index
iv4polyhedron vertex index
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
uint pface::nvert () const
+
+ +

number of vertices in face

+
Returns
number of vertices in face
+ +
+
+ +
+
+ + + + + + + +
string pface::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + + +
uint pface::vindex (uint iv) const
+
+ +

polyhedron vertex index for face index

+
Parameters
+ + +
ivface index
+
+
+
Returns
polyhedron face index
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classpolygon-members.html b/docs/classpolygon-members.html new file mode 100644 index 0000000..94f6c1c --- /dev/null +++ b/docs/classpolygon-members.html @@ -0,0 +1,82 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
polygon Member List
+
+
+ +

This is the complete list of members for polygon, including all inherited members.

+ + + + + + + + + + + + + + + + + + + +
area() const polygon
box() const polygon
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
polygon(array< pos2d @> @points, bool check=true)polygon
polygon(const pos2d @p1, const pos2d @p2, const pos2d @p3)polygon
polygon(const pos2d @p1, const pos2d @p2, const pos2d @p3, const pos2d @p4)polygon
polygon(const pos2d @p1, const pos2d @p2, const pos2d @p3, const pos2d @p4, const pos2d @p5)polygon
polygon(const spline2d @spline, uint nseg=30)polygon
polygon(double r, uint np)polygon
signed_area() const polygon
size() const polygon
transform() const polygon
Type() const polygon
vertex(uint iv) const polygon
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classpolygon.html b/docs/classpolygon.html new file mode 100644 index 0000000..8750478 --- /dev/null +++ b/docs/classpolygon.html @@ -0,0 +1,514 @@ + + + + + + +AngelCAD: polygon Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
polygon Class Reference
+
+
+ +

polygon, vertices in CCW order + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for polygon:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 polygon (array< pos2d @> @points, bool check=true)
 
 polygon (const pos2d @p1, const pos2d @p2, const pos2d @p3)
 constructor (triangle), points must be given in CCW order More...
 
 polygon (const pos2d @p1, const pos2d @p2, const pos2d @p3, const pos2d @p4)
 constructor (quadrilateral), points must be given in CCW order More...
 
 polygon (const pos2d @p1, const pos2d @p2, const pos2d @p3, const pos2d @p4, const pos2d @p5)
 constructor (pentagon), points must be given in CCW order More...
 
 polygon (const spline2d @spline, uint nseg=30)
 constructor (spline), points must be given in CCW order More...
 
 polygon (double r, uint np)
 
boundingbox box () const
 
double area () const
 Polygon area. More...
 
double signed_area () const
 Signed polygon area, return negative area for polygons oriented CW. More...
 
pos2d vertex (uint iv) const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
uint size () const
 number of polygon points More...
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

polygon, vertices in CCW order

+

a polygon is a 2d object. It is defined by vertex positions listed in CCW sequence.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
polygon::polygon (array< pos2d @> @ points,
bool check = true 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
polygon::polygon (const pos2dp1,
const pos2dp2,
const pos2dp3 
)
+
+ +

constructor (triangle), points must be given in CCW order

+
Parameters
+ + + + +
p1position
p2position
p3position
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
polygon::polygon (const pos2dp1,
const pos2dp2,
const pos2dp3,
const pos2dp4 
)
+
+ +

constructor (quadrilateral), points must be given in CCW order

+
Parameters
+ + + + + +
p1position
p2position
p3position
p4position
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
polygon::polygon (const pos2dp1,
const pos2dp2,
const pos2dp3,
const pos2dp4,
const pos2dp5 
)
+
+ +

constructor (pentagon), points must be given in CCW order

+
Parameters
+ + + + + + +
p1position
p2position
p3position
p4position
p5position
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
polygon::polygon (const spline2dspline,
uint nseg = 30 
)
+
+ +

constructor (spline), points must be given in CCW order

+
Parameters
+ + + +
spline2d spline curve defining polygon profile
nsegnumber of straight segments for spline
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
polygon::polygon (double r,
uint np 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
double polygon::area () const
+
+ +

Polygon area.

+

return computed area of polygon

+ +
+
+ +
+
+ + + + + + + +
boundingbox polygon::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double polygon::signed_area () const
+
+ +

Signed polygon area, return negative area for polygons oriented CW.

+

return signed computed area of polygon

+ +
+
+ +
+
+ + + + + + + +
uint polygon::size () const
+
+ +

number of polygon points

+
Returns
number of polygon points
+ +
+
+ +
+
+ + + + + + + +
tmatrix polygon::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string polygon::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + + +
pos2d polygon::vertex (uint iv) const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classpolygon.png b/docs/classpolygon.png new file mode 100644 index 0000000..e2b9135 Binary files /dev/null and b/docs/classpolygon.png differ diff --git a/docs/classpolyhedron-members.html b/docs/classpolyhedron-members.html new file mode 100644 index 0000000..c7f15f9 --- /dev/null +++ b/docs/classpolyhedron-members.html @@ -0,0 +1,85 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
polyhedron Member List
+
+
+ +

This is the complete list of members for polyhedron, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + +
box() const polyhedron
face(uint iface) const polyhedron
face_area(uint iface) const polyhedron
flip_face(uint iface)polyhedron
flip_faces()polyhedron
nface() const polyhedron
nvert() const polyhedron
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
polyhedron(array< pos3d @> @points)polyhedron
polyhedron(array< pos3d @> @points, array< pface @> @faces)polyhedron
polyhedron(string file, int id=-1)polyhedron
set_vertex(uint iv, pos3d @pos)polyhedron
transform() const polyhedron
Type() const polyhedron
verify() const polyhedron
vertex(uint iv) const polyhedron
volume() const polyhedron
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classpolyhedron.html b/docs/classpolyhedron.html new file mode 100644 index 0000000..13fb29f --- /dev/null +++ b/docs/classpolyhedron.html @@ -0,0 +1,516 @@ + + + + + + +AngelCAD: polyhedron Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
polyhedron Class Reference
+
+
+ +

Closed polyhedron volume defined by vertices and planar faces. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for polyhedron:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 polyhedron (array< pos3d @> @points)
 
 polyhedron (array< pos3d @> @points, array< pface @> @faces)
 constructor More...
 
 polyhedron (string file, int id=-1)
 
boundingbox box () const
 
double face_area (uint iface) const
 polyhedron face area More...
 
double volume () const
 polyhedron volume More...
 
pface face (uint iface) const
 polyhedron face More...
 
pos3d vertex (uint iv) const
 polyhedron vertex More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
uint nface () const
 Number of faces. More...
 
uint nvert () const
 Number of vertices. More...
 
void flip_face (uint iface)
 Flip polyhedron face normal. More...
 
void flip_faces ()
 Flip all polyhedron face normals. More...
 
void set_vertex (uint iv, pos3d @pos)
 Set vertex position. More...
 
void verify () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

Closed polyhedron volume defined by vertices and planar faces.

+

a polyhedron is a general 3d object, defined by its vertices and polyhedron faces. It is useful in many contexts. It can be constructed directly or by reference to an input file.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
polyhedron::polyhedron (array< pos3d @> @ points)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
polyhedron::polyhedron (array< pos3d @> @ points,
array< pface @> @ faces 
)
+
+ +

constructor

+
Parameters
+ + + +
pointsarray of vertex coordinates
facesarray of polyhedron faces
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
polyhedron::polyhedron (string file,
int id = -1 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox polyhedron::box () const
+
+ +
+
+ +
+
+ + + + + + + + +
pface polyhedron::face (uint iface) const
+
+ +

polyhedron face

+
Parameters
+ + +
ifaceindex of polyhedron face
+
+
+
Returns
polyhedron face
+ +
+
+ +
+
+ + + + + + + + +
double polyhedron::face_area (uint iface) const
+
+ +

polyhedron face area

+
Parameters
+ + +
ifaceindex of polyhedron face
+
+
+
Returns
computed area of polyhedron face
+ +
+
+ +
+
+ + + + + + + + +
void polyhedron::flip_face (uint iface)
+
+ +

Flip polyhedron face normal.

+
Parameters
+ + +
ifaceindex of polyhedron face
+
+
+ +
+
+ +
+
+ + + + + + + +
void polyhedron::flip_faces ()
+
+ +

Flip all polyhedron face normals.

+ +
+
+ +
+
+ + + + + + + +
uint polyhedron::nface () const
+
+ +

Number of faces.

+
Returns
number of faces in polyhedron
+ +
+
+ +
+
+ + + + + + + +
uint polyhedron::nvert () const
+
+ +

Number of vertices.

+
Returns
number of vertices in polyhedron
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void polyhedron::set_vertex (uint iv,
pos3dpos 
)
+
+ +

Set vertex position.

+
Parameters
+ + + +
ivindex of polyhedron vertex
posnew position of vertex
+
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix polyhedron::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string polyhedron::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
void polyhedron::verify () const
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d polyhedron::vertex (uint iv) const
+
+ +

polyhedron vertex

+
Parameters
+ + +
ivindex of polyhedron vertex
+
+
+
Returns
polyhedron vertex position
+ +
+
+ +
+
+ + + + + + + +
double polyhedron::volume () const
+
+ +

polyhedron volume

+
Returns
computed volume of polyhedron
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classpolyhedron.png b/docs/classpolyhedron.png new file mode 100644 index 0000000..6bd6ef5 Binary files /dev/null and b/docs/classpolyhedron.png differ diff --git a/docs/classpos2d-members.html b/docs/classpos2d-members.html new file mode 100644 index 0000000..16ffba2 --- /dev/null +++ b/docs/classpos2d-members.html @@ -0,0 +1,71 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
pos2d Member List
+
+
+ +

This is the complete list of members for pos2d, including all inherited members.

+ + + + + + + + +
dist(const pos2d @pos) const pos2d
opMul(double f1)pos2d
opMul_r(double f1)pos2d
pos2d(double x, double y)pos2d
Type() const pos2d
x() const pos2d
y() const pos2d
+ + + + diff --git a/docs/classpos2d.html b/docs/classpos2d.html new file mode 100644 index 0000000..bd226ca --- /dev/null +++ b/docs/classpos2d.html @@ -0,0 +1,246 @@ + + + + + + +AngelCAD: pos2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
pos2d Class Reference
+
+
+ +

2d position coordinates + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 pos2d (double x, double y)
 constructor More...
 
double dist (const pos2d @pos) const
 distance from other position More...
 
double x () const
 x coordinate More...
 
double y () const
 y coordinate More...
 
pos2d opMul (double f1)
 
pos2d opMul_r (double f1)
 
string Type () const
 class type string More...
 
+

Detailed Description

+

2d position coordinates

+

a pos2d is a position in 2d space. It is used with 2d objects.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
pos2d::pos2d (double x,
double y 
)
+
+ +

constructor

+
Parameters
+ + + +
xcoordinate
ycoordinate
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
double pos2d::dist (const pos2dpos) const
+
+ +

distance from other position

+
Parameters
+ + +
posother position
+
+
+
Returns
distance from pos
+ +
+
+ +
+
+ + + + + + + + +
pos2d pos2d::opMul (double f1)
+
+ +
+
+ +
+
+ + + + + + + + +
pos2d pos2d::opMul_r (double f1)
+
+ +
+
+ +
+
+ + + + + + + +
string pos2d::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
double pos2d::x () const
+
+ +

x coordinate

+
Returns
x coordinate
+ +
+
+ +
+
+ + + + + + + +
double pos2d::y () const
+
+ +

y coordinate

+
Returns
y coordinate
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classpos3d-members.html b/docs/classpos3d-members.html new file mode 100644 index 0000000..03517c1 --- /dev/null +++ b/docs/classpos3d-members.html @@ -0,0 +1,72 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
pos3d Member List
+
+
+ +

This is the complete list of members for pos3d, including all inherited members.

+ + + + + + + + + +
dist(const pos3d @pos) const pos3d
opMul(double f1)pos3d
opMul_r(double f1)pos3d
pos3d(double x, double y, double z)pos3d
Type() const pos3d
x() const pos3d
y() const pos3d
z() const pos3d
+ + + + diff --git a/docs/classpos3d.html b/docs/classpos3d.html new file mode 100644 index 0000000..5d219cf --- /dev/null +++ b/docs/classpos3d.html @@ -0,0 +1,274 @@ + + + + + + +AngelCAD: pos3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
pos3d Class Reference
+
+
+ +

3d position coordinates + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 pos3d (double x, double y, double z)
 constructor More...
 
double dist (const pos3d @pos) const
 distance from other position More...
 
double x () const
 x coordinate More...
 
double y () const
 y coordinate More...
 
double z () const
 z coordinate More...
 
pos3d opMul (double f1)
 
pos3d opMul_r (double f1)
 
string Type () const
 class type string More...
 
+

Detailed Description

+

3d position coordinates

+

a pos3d is a position in 3d space. It is used with 3d objects.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
pos3d::pos3d (double x,
double y,
double z 
)
+
+ +

constructor

+
Parameters
+ + + + +
xcoordinate
ycoordinate
zcoordinate
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
double pos3d::dist (const pos3dpos) const
+
+ +

distance from other position

+
Parameters
+ + +
posother position
+
+
+
Returns
distance from pos
+ +
+
+ +
+
+ + + + + + + + +
pos3d pos3d::opMul (double f1)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d pos3d::opMul_r (double f1)
+
+ +
+
+ +
+
+ + + + + + + +
string pos3d::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
double pos3d::x () const
+
+ +

x coordinate

+
Returns
x coordinate
+ +
+
+ +
+
+ + + + + + + +
double pos3d::y () const
+
+ +

y coordinate

+
Returns
y coordinate
+ +
+
+ +
+
+ + + + + + + +
double pos3d::z () const
+
+ +

z coordinate

+
Returns
z coordinate
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classrectangle-members.html b/docs/classrectangle-members.html new file mode 100644 index 0000000..d43ce39 --- /dev/null +++ b/docs/classrectangle-members.html @@ -0,0 +1,75 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
rectangle Member List
+
+
+ +

This is the complete list of members for rectangle, including all inherited members.

+ + + + + + + + + + + + +
box() const rectangle
dx() const rectangle
dy() const rectangle
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
rectangle(double dx, double dy, bool center=false)rectangle
transform() const rectangle
Type() const rectangle
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classrectangle.html b/docs/classrectangle.html new file mode 100644 index 0000000..e7bc113 --- /dev/null +++ b/docs/classrectangle.html @@ -0,0 +1,270 @@ + + + + + + +AngelCAD: rectangle Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
rectangle Class Reference
+
+
+ +

rectangle, by default located in 1st quadrant touching origin + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for rectangle:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 rectangle (double dx, double dy, bool center=false)
 constructor More...
 
boundingbox box () const
 
double dx () const
 extent in x direction More...
 
double dy () const
 extent in y direction More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

rectangle, by default located in 1st quadrant touching origin

+

a rectangle is a 2d object defined by its extent in x and y. By default it touches the origin and extends along positive x and y.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
rectangle::rectangle (double dx,
double dy,
bool center = false 
)
+
+ +

constructor

+
Parameters
+ + + + +
dxextent in x direction
dyextent in y direction
centertrue if rectangle should be centered on origin
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox rectangle::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double rectangle::dx () const
+
+ +

extent in x direction

+
Returns
extent in x direction
+ +
+
+ +
+
+ + + + + + + +
double rectangle::dy () const
+
+ +

extent in y direction

+
Returns
extent in y direction
+ +
+
+ +
+
+ + + + + + + +
tmatrix rectangle::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string rectangle::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classrectangle.png b/docs/classrectangle.png new file mode 100644 index 0000000..ad9cbd1 Binary files /dev/null and b/docs/classrectangle.png differ diff --git a/docs/classrotate__extrude-members.html b/docs/classrotate__extrude-members.html new file mode 100644 index 0000000..71ff669 --- /dev/null +++ b/docs/classrotate__extrude-members.html @@ -0,0 +1,75 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
rotate_extrude Member List
+
+
+ +

This is the complete list of members for rotate_extrude, including all inherited members.

+ + + + + + + + + + + + +
box() const rotate_extrude
deg() const rotate_extrude
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
rad() const rotate_extrude
rotate_extrude(const shape2d @shape, double deg, double pitch=0.0)rotate_extrude
transform() const rotate_extrude
Type() const rotate_extrude
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classrotate__extrude.html b/docs/classrotate__extrude.html new file mode 100644 index 0000000..3e26f77 --- /dev/null +++ b/docs/classrotate__extrude.html @@ -0,0 +1,272 @@ + + + + + + +AngelCAD: rotate_extrude Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
rotate_extrude Class Reference
+
+
+ +

Extrude 2d shape CCW in XZ plane into 3d solid. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for rotate_extrude:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 rotate_extrude (const shape2d @shape, double deg, double pitch=0.0)
 constructor More...
 
boundingbox box () const
 
double deg () const
 extrusion angle in degrees More...
 
double rad () const
 extrusion angle in radians More...
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

Extrude 2d shape CCW in XZ plane into 3d solid.

+

rotate_extrude allows extruding a 2d shape along a circular path. A positive angle rotates the object around the y axis (CCW direction).
+
+ solid@ object = rotate_extrude(translate(100,0)*circle(10),deg:60);

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
rotate_extrude::rotate_extrude (const shape2dshape,
double deg,
double pitch = 0.0 
)
+
+ +

constructor

+
Parameters
+ + + + +
shape2d profile shape to extrude
degrotation in degrees. Rotation is CCW around y axis.
pitchdistance to offset profile in y direction for each revolution
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox rotate_extrude::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double rotate_extrude::deg () const
+
+ +

extrusion angle in degrees

+
Returns
extrusion angle in degrees
+ +
+
+ +
+
+ + + + + + + +
double rotate_extrude::rad () const
+
+ +

extrusion angle in radians

+
Returns
extrusion angle in radians
+ +
+
+ +
+
+ + + + + + + +
tmatrix rotate_extrude::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string rotate_extrude::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classrotate__extrude.png b/docs/classrotate__extrude.png new file mode 100644 index 0000000..66bb19f Binary files /dev/null and b/docs/classrotate__extrude.png differ diff --git a/docs/classrotate__x-members.html b/docs/classrotate__x-members.html new file mode 100644 index 0000000..90fb177 --- /dev/null +++ b/docs/classrotate__x-members.html @@ -0,0 +1,78 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
rotate_x Member List
+
+
+ +

This is the complete list of members for rotate_x, including all inherited members.

+ + + + + + + + + + + + + + + +
deg() const rotate_x
dump() const rotate_x
opMul(pos2d @obj)rotate_x
opMul(pos3d @obj)rotate_x
opMul(shape2d @obj)rotate_x
opMul(solid @obj)rotate_x
opMul(const tmatrix @B)rotate_x
origin() const rotate_x
rad() const rotate_x
rotate_x(double deg=0x7fc00000, double rad=0x7fc00000)rotate_x
Type() const rotate_x
xdir() const rotate_x
ydir() const rotate_x
zdir() const rotate_x
+ + + + diff --git a/docs/classrotate__x.html b/docs/classrotate__x.html new file mode 100644 index 0000000..2a21fcd --- /dev/null +++ b/docs/classrotate__x.html @@ -0,0 +1,438 @@ + + + + + + +AngelCAD: rotate_x Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
rotate_x Class Reference
+
+
+ +

Rotation around x. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for rotate_x:
+
+
+ + +tmatrix + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 rotate_x (double deg=0x7fc00000, double rad=0x7fc00000)
 constructor (rotate around x) More...
 
double deg () const
 rotation angle in degrees More...
 
double rad () const
 rotation angle in radians More...
 
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
- Public Member Functions inherited from tmatrix
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
+

Detailed Description

+

Rotation around x.

+

rotate_x is a transformation rotating around the x-axis. Positive angle according to right hand rule.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
rotate_x::rotate_x (double deg = 0x7fc00000,
double rad = 0x7fc00000 
)
+
+ +

constructor (rotate around x)

+
Parameters
+ + + +
degrotation specified in degrees (cannot be combined with rad)
radrotation specified in radians (cannot be combined with deg)
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
double rotate_x::deg () const
+
+ +

rotation angle in degrees

+
Returns
rotation angle in degrees
+ +
+
+ +
+
+ + + + + + + +
void rotate_x::dump () const
+
+ +

dump matrix to console

+ +
+
+ +
+
+ + + + + + + + +
pos2d rotate_x::opMul (pos2dobj)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d rotate_x::opMul (pos3dobj)
+
+ +

transform a point: pos3d@ p = T*obj;

+
Parameters
+ + +
objposition to be transformed
+
+
+
Returns
transformed position
+ +
+
+ +
+
+ + + + + + + + +
shape2d rotate_x::opMul (shape2dobj)
+
+ +

transform a 2d shape: shape2d@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
solid rotate_x::opMul (solidobj)
+
+ +

transform a solid: solid@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
tmatrix rotate_x::opMul (const tmatrixB)
+
+ +

matrix multiplication: A = T*B

+
Parameters
+ + +
Bmatrix to be post-multiplied with this matrix
+
+
+
Returns
resulting matrixt
+ +
+
+ +
+
+ + + + + + + +
pos3d rotate_x::origin () const
+
+ +
+
+ +
+
+ + + + + + + +
double rotate_x::rad () const
+
+ +

rotation angle in radians

+
Returns
rotation angle in radians
+ +
+
+ +
+
+ + + + + + + +
string rotate_x::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_x::xdir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_x::ydir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_x::zdir () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classrotate__x.png b/docs/classrotate__x.png new file mode 100644 index 0000000..01cef6c Binary files /dev/null and b/docs/classrotate__x.png differ diff --git a/docs/classrotate__y-members.html b/docs/classrotate__y-members.html new file mode 100644 index 0000000..cdea72f --- /dev/null +++ b/docs/classrotate__y-members.html @@ -0,0 +1,78 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
rotate_y Member List
+
+
+ +

This is the complete list of members for rotate_y, including all inherited members.

+ + + + + + + + + + + + + + + +
deg() const rotate_y
dump() const rotate_y
opMul(pos2d @obj)rotate_y
opMul(pos3d @obj)rotate_y
opMul(shape2d @obj)rotate_y
opMul(solid @obj)rotate_y
opMul(const tmatrix @B)rotate_y
origin() const rotate_y
rad() const rotate_y
rotate_y(double deg=0x7fc00000, double rad=0x7fc00000)rotate_y
Type() const rotate_y
xdir() const rotate_y
ydir() const rotate_y
zdir() const rotate_y
+ + + + diff --git a/docs/classrotate__y.html b/docs/classrotate__y.html new file mode 100644 index 0000000..f4cbb66 --- /dev/null +++ b/docs/classrotate__y.html @@ -0,0 +1,438 @@ + + + + + + +AngelCAD: rotate_y Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
rotate_y Class Reference
+
+
+ +

Rotation around y. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for rotate_y:
+
+
+ + +tmatrix + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 rotate_y (double deg=0x7fc00000, double rad=0x7fc00000)
 constructor (rotate around y) More...
 
double deg () const
 rotation angle in degrees More...
 
double rad () const
 rotation angle in radians More...
 
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
- Public Member Functions inherited from tmatrix
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
+

Detailed Description

+

Rotation around y.

+

rotate_y is a transformation rotating around the y-axis. Positive angle according to right hand rule.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
rotate_y::rotate_y (double deg = 0x7fc00000,
double rad = 0x7fc00000 
)
+
+ +

constructor (rotate around y)

+
Parameters
+ + + +
degrotation specified in degrees (cannot be combined with rad)
radrotation specified in radians (cannot be combined with deg)
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
double rotate_y::deg () const
+
+ +

rotation angle in degrees

+
Returns
rotation angle in degrees
+ +
+
+ +
+
+ + + + + + + +
void rotate_y::dump () const
+
+ +

dump matrix to console

+ +
+
+ +
+
+ + + + + + + + +
pos2d rotate_y::opMul (pos2dobj)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d rotate_y::opMul (pos3dobj)
+
+ +

transform a point: pos3d@ p = T*obj;

+
Parameters
+ + +
objposition to be transformed
+
+
+
Returns
transformed position
+ +
+
+ +
+
+ + + + + + + + +
shape2d rotate_y::opMul (shape2dobj)
+
+ +

transform a 2d shape: shape2d@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
solid rotate_y::opMul (solidobj)
+
+ +

transform a solid: solid@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
tmatrix rotate_y::opMul (const tmatrixB)
+
+ +

matrix multiplication: A = T*B

+
Parameters
+ + +
Bmatrix to be post-multiplied with this matrix
+
+
+
Returns
resulting matrixt
+ +
+
+ +
+
+ + + + + + + +
pos3d rotate_y::origin () const
+
+ +
+
+ +
+
+ + + + + + + +
double rotate_y::rad () const
+
+ +

rotation angle in radians

+
Returns
rotation angle in radians
+ +
+
+ +
+
+ + + + + + + +
string rotate_y::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_y::xdir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_y::ydir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_y::zdir () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classrotate__y.png b/docs/classrotate__y.png new file mode 100644 index 0000000..890bb8a Binary files /dev/null and b/docs/classrotate__y.png differ diff --git a/docs/classrotate__z-members.html b/docs/classrotate__z-members.html new file mode 100644 index 0000000..ffca856 --- /dev/null +++ b/docs/classrotate__z-members.html @@ -0,0 +1,78 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
rotate_z Member List
+
+
+ +

This is the complete list of members for rotate_z, including all inherited members.

+ + + + + + + + + + + + + + + +
deg() const rotate_z
dump() const rotate_z
opMul(pos2d @obj)rotate_z
opMul(pos3d @obj)rotate_z
opMul(shape2d @obj)rotate_z
opMul(solid @obj)rotate_z
opMul(const tmatrix @B)rotate_z
origin() const rotate_z
rad() const rotate_z
rotate_z(double deg=0x7fc00000, double rad=0x7fc00000)rotate_z
Type() const rotate_z
xdir() const rotate_z
ydir() const rotate_z
zdir() const rotate_z
+ + + + diff --git a/docs/classrotate__z.html b/docs/classrotate__z.html new file mode 100644 index 0000000..614fb10 --- /dev/null +++ b/docs/classrotate__z.html @@ -0,0 +1,438 @@ + + + + + + +AngelCAD: rotate_z Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
rotate_z Class Reference
+
+
+ +

Rotation around z. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for rotate_z:
+
+
+ + +tmatrix + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 rotate_z (double deg=0x7fc00000, double rad=0x7fc00000)
 constructor (rotate around z) More...
 
double deg () const
 rotation angle in degrees More...
 
double rad () const
 rotation angle in radians More...
 
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
- Public Member Functions inherited from tmatrix
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
+

Detailed Description

+

Rotation around z.

+

rotate_z is a transformation rotating around the z-axis. Positive angle according to right hand rule.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
rotate_z::rotate_z (double deg = 0x7fc00000,
double rad = 0x7fc00000 
)
+
+ +

constructor (rotate around z)

+
Parameters
+ + + +
degrotation specified in degrees (cannot be combined with rad)
radrotation specified in radians (cannot be combined with deg)
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
double rotate_z::deg () const
+
+ +

rotation angle in degrees

+
Returns
rotation angle in degrees
+ +
+
+ +
+
+ + + + + + + +
void rotate_z::dump () const
+
+ +

dump matrix to console

+ +
+
+ +
+
+ + + + + + + + +
pos2d rotate_z::opMul (pos2dobj)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d rotate_z::opMul (pos3dobj)
+
+ +

transform a point: pos3d@ p = T*obj;

+
Parameters
+ + +
objposition to be transformed
+
+
+
Returns
transformed position
+ +
+
+ +
+
+ + + + + + + + +
shape2d rotate_z::opMul (shape2dobj)
+
+ +

transform a 2d shape: shape2d@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
solid rotate_z::opMul (solidobj)
+
+ +

transform a solid: solid@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
tmatrix rotate_z::opMul (const tmatrixB)
+
+ +

matrix multiplication: A = T*B

+
Parameters
+ + +
Bmatrix to be post-multiplied with this matrix
+
+
+
Returns
resulting matrixt
+ +
+
+ +
+
+ + + + + + + +
pos3d rotate_z::origin () const
+
+ +
+
+ +
+
+ + + + + + + +
double rotate_z::rad () const
+
+ +

rotation angle in radians

+
Returns
rotation angle in radians
+ +
+
+ +
+
+ + + + + + + +
string rotate_z::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_z::xdir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_z::ydir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d rotate_z::zdir () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classrotate__z.png b/docs/classrotate__z.png new file mode 100644 index 0000000..cd06fa7 Binary files /dev/null and b/docs/classrotate__z.png differ diff --git a/docs/classscale-members.html b/docs/classscale-members.html new file mode 100644 index 0000000..fed0f75 --- /dev/null +++ b/docs/classscale-members.html @@ -0,0 +1,80 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
scale Member List
+
+
+ +

This is the complete list of members for scale, including all inherited members.

+ + + + + + + + + + + + + + + + + +
dump() const scale
opMul(pos2d @obj)scale
opMul(pos3d @obj)scale
opMul(shape2d @obj)scale
opMul(solid @obj)scale
opMul(const tmatrix @B)scale
origin() const scale
scale(double s)scale
scale(double sx, double sy, double sz=1.0)scale
sx() const scale
sy() const scale
sz() const scale
Type() const scale
xdir() const scale
ydir() const scale
zdir() const scale
+ + + + diff --git a/docs/classscale.html b/docs/classscale.html new file mode 100644 index 0000000..c6e61cb --- /dev/null +++ b/docs/classscale.html @@ -0,0 +1,493 @@ + + + + + + +AngelCAD: scale Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
scale Class Reference
+
+
+ +

Scaling transformation. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for scale:
+
+
+ + +tmatrix + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 scale (double s)
 constructor More...
 
 scale (double sx, double sy, double sz=1.0)
 constructor More...
 
double sx () const
 scale factor in x direction More...
 
double sy () const
 scale factor in y direction More...
 
double sz () const
 scale factor in z direction More...
 
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
- Public Member Functions inherited from tmatrix
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
+

Detailed Description

+

Scaling transformation.

+

shape is an abstract base class for all 2d and 3d objects.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
scale::scale (double s)
+
+ +

constructor

+
Parameters
+ + +
sscale factor in x,y and z
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
scale::scale (double sx,
double sy,
double sz = 1.0 
)
+
+ +

constructor

+
Parameters
+ + + + +
sxscale factor in x
syscale factor in y
szscale factor in z
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void scale::dump () const
+
+ +

dump matrix to console

+ +
+
+ +
+
+ + + + + + + + +
pos2d scale::opMul (pos2dobj)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d scale::opMul (pos3dobj)
+
+ +

transform a point: pos3d@ p = T*obj;

+
Parameters
+ + +
objposition to be transformed
+
+
+
Returns
transformed position
+ +
+
+ +
+
+ + + + + + + + +
shape2d scale::opMul (shape2dobj)
+
+ +

transform a 2d shape: shape2d@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
solid scale::opMul (solidobj)
+
+ +

transform a solid: solid@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
tmatrix scale::opMul (const tmatrixB)
+
+ +

matrix multiplication: A = T*B

+
Parameters
+ + +
Bmatrix to be post-multiplied with this matrix
+
+
+
Returns
resulting matrixt
+ +
+
+ +
+
+ + + + + + + +
pos3d scale::origin () const
+
+ +
+
+ +
+
+ + + + + + + +
double scale::sx () const
+
+ +

scale factor in x direction

+
Returns
scale factor in x direction
+ +
+
+ +
+
+ + + + + + + +
double scale::sy () const
+
+ +

scale factor in y direction

+
Returns
scale factor in y direction
+ +
+
+ +
+
+ + + + + + + +
double scale::sz () const
+
+ +

scale factor in z direction

+
Returns
scale factor in z direction
+ +
+
+ +
+
+ + + + + + + +
string scale::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
vec3d scale::xdir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d scale::ydir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d scale::zdir () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classscale.png b/docs/classscale.png new file mode 100644 index 0000000..72a805f Binary files /dev/null and b/docs/classscale.png differ diff --git a/docs/classshape-members.html b/docs/classshape-members.html new file mode 100644 index 0000000..10bdfa0 --- /dev/null +++ b/docs/classshape-members.html @@ -0,0 +1,69 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
shape Member List
+
+
+ +

This is the complete list of members for shape, including all inherited members.

+ + + + + + +
box() const shape
transform() const shape
Type() const shape
write_csg(string path)shape
write_xcsg(string path, double secant_tolerance=-1.0)shape
+ + + + diff --git a/docs/classshape.html b/docs/classshape.html new file mode 100644 index 0000000..641b5e4 --- /dev/null +++ b/docs/classshape.html @@ -0,0 +1,235 @@ + + + + + + +AngelCAD: shape Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
shape Class Reference
+
+
+ +

Abstract base for all primitives and booleans. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for shape:
+
+
+ + +shape2d +solid +circle +difference2d +fill2d +hull2d +intersection2d +minkowski2d +offset2d +polygon +rectangle +square +union2d +cone +cube +cuboid +cylinder +difference3d +hull3d +intersection3d +linear_extrude +minkowski3d +polyhedron +rotate_extrude +sphere +sweep +transform_extrude +union3d + +
+ + + + + + + + + + + + + + + +

+Public Member Functions

boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

Abstract base for all primitives and booleans.

+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox shape::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix shape::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string shape::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + + +
void shape::write_csg (string path)
+
+ +

Write to OpenSCAD .csg file.

+
Parameters
+ + +
pathfile path
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void shape::write_xcsg (string path,
double secant_tolerance = -1.0 
)
+
+ +

Write to AngelCAD .xcsg file.

+
Parameters
+ + + +
pathfile path
secant_tolerancetolerance for geometry precision
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classshape.png b/docs/classshape.png new file mode 100644 index 0000000..f756c16 Binary files /dev/null and b/docs/classshape.png differ diff --git a/docs/classshape2d-members.html b/docs/classshape2d-members.html new file mode 100644 index 0000000..0ba22db --- /dev/null +++ b/docs/classshape2d-members.html @@ -0,0 +1,72 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
shape2d Member List
+
+
+ +

This is the complete list of members for shape2d, including all inherited members.

+ + + + + + + + + +
box() const shape2d
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
transform() const shape2d
Type() const shape2d
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classshape2d.html b/docs/classshape2d.html new file mode 100644 index 0000000..310f482 --- /dev/null +++ b/docs/classshape2d.html @@ -0,0 +1,300 @@ + + + + + + +AngelCAD: shape2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
shape2d Class Reference
+
+
+ +

Abstract base for 2d primitives and booleans. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for shape2d:
+
+
+ + +shape +circle +difference2d +fill2d +hull2d +intersection2d +minkowski2d +offset2d +polygon +rectangle +square +union2d + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

Abstract base for 2d primitives and booleans.

+

shape2d is an abstract base class for all 2d objects.

+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox shape2d::box () const
+
+ +
+
+ +
+
+ + + + + + + + +
shape2d shape2d::opAdd (shape2db)
+
+ +

Boolean union operator+ overload.

+
Returns
resulting 2d shape
+ +
+
+ +
+
+ + + + + + + + +
shape2d shape2d::opAnd (shape2db)
+
+ +

Boolean intersection operator& overload.

+
Returns
resulting 2d shape
+ +
+
+ +
+
+ + + + + + + + +
shape2d shape2d::opSub (shape2db)
+
+ +

Boolean difference operator- overload.

+
Returns
resulting 2d shape
+ +
+
+ +
+
+ + + + + + + +
tmatrix shape2d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string shape2d::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + + +
void shape2d::write_csg (string path)
+
+ +

Write to OpenSCAD .csg file.

+
Parameters
+ + +
pathfile path
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void shape2d::write_xcsg (string path,
double secant_tolerance = -1.0 
)
+
+ +

Write to AngelCAD .xcsg file.

+
Parameters
+ + + +
pathfile path
secant_tolerancetolerance for geometry precision
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classshape2d.png b/docs/classshape2d.png new file mode 100644 index 0000000..24b60b4 Binary files /dev/null and b/docs/classshape2d.png differ diff --git a/docs/classsoffset2d-members.html b/docs/classsoffset2d-members.html new file mode 100644 index 0000000..7fb1844 --- /dev/null +++ b/docs/classsoffset2d-members.html @@ -0,0 +1,69 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
soffset2d Member List
+
+
+ +

This is the complete list of members for soffset2d, including all inherited members.

+ + + + + + +
soffset2d(array< shape2d @> @arr, double delta, bool chamfer=false)soffset2d
soffset2d(const shape2d @sh, double delta, bool chamfer=false)soffset2d
Type() const soffset2d
write_csg(string path)soffset2d
write_xcsg(string path, double secant_tolerance=-1.0)soffset2d
+ + + + diff --git a/docs/classsoffset2d.html b/docs/classsoffset2d.html new file mode 100644 index 0000000..4cb9935 --- /dev/null +++ b/docs/classsoffset2d.html @@ -0,0 +1,235 @@ + + + + + + +AngelCAD: soffset2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
soffset2d Class Reference
+
+
+ +

2d straight edge offset + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for soffset2d:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 soffset2d (array< shape2d @> @arr, double delta, bool chamfer=false)
 
 soffset2d (const shape2d @sh, double delta, bool chamfer=false)
 
string Type () const
 
void write_csg (string path)
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 
- Public Member Functions inherited from shape2d
string Type () const
 
void write_csg (string path)
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 
- Public Member Functions inherited from shape
string Type () const
 
void write_csg (string path)
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 
+

Detailed Description

+

2d straight edge offset

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
soffset2d::soffset2d (array< shape2d @> @ arr,
double delta,
bool chamfer = false 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
soffset2d::soffset2d (const shape2dsh,
double delta,
bool chamfer = false 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
string soffset2d::Type () const
+
+ +
+
+ +
+
+ + + + + + + + +
void soffset2d::write_csg (string path)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void soffset2d::write_xcsg (string path,
double secant_tolerance = -1.0 
)
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classsoffset2d.png b/docs/classsoffset2d.png new file mode 100644 index 0000000..e7bad41 Binary files /dev/null and b/docs/classsoffset2d.png differ diff --git a/docs/classsolid-members.html b/docs/classsolid-members.html new file mode 100644 index 0000000..321ae93 --- /dev/null +++ b/docs/classsolid-members.html @@ -0,0 +1,72 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
solid Member List
+
+
+ +

This is the complete list of members for solid, including all inherited members.

+ + + + + + + + + +
box() const solid
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const solid
Type() const solid
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classsolid.html b/docs/classsolid.html new file mode 100644 index 0000000..ba32765 --- /dev/null +++ b/docs/classsolid.html @@ -0,0 +1,304 @@ + + + + + + +AngelCAD: solid Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
solid Class Reference
+
+
+ +

Abstract base for 3d primitives and booleans. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for solid:
+
+
+ + +shape +cone +cube +cuboid +cylinder +difference3d +hull3d +intersection3d +linear_extrude +minkowski3d +polyhedron +rotate_extrude +sphere +sweep +transform_extrude +union3d + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

Abstract base for 3d primitives and booleans.

+

solid is an abstract base class for all 3d objects.

+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox solid::box () const
+
+ +
+
+ +
+
+ + + + + + + + +
solid solid::opAdd (solidb)
+
+ +

Boolean union operator+ overload.

+
Returns
resulting solid
+ +
+
+ +
+
+ + + + + + + + +
solid solid::opAnd (solidb)
+
+ +

Boolean intersection operator& overload.

+
Returns
resulting solid
+ +
+
+ +
+
+ + + + + + + + +
solid solid::opSub (solidb)
+
+ +

Boolean difference operator- overload.

+
Returns
resulting solid
+ +
+
+ +
+
+ + + + + + + +
tmatrix solid::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string solid::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + + +
void solid::write_csg (string path)
+
+ +

Write to OpenSCAD .csg file.

+
Parameters
+ + +
pathfile path
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
void solid::write_xcsg (string path,
double secant_tolerance = -1.0 
)
+
+ +

Write to AngelCAD .xcsg file.

+
Parameters
+ + + +
pathfile path
secant_tolerancetolerance for geometry precision
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classsolid.png b/docs/classsolid.png new file mode 100644 index 0000000..059f334 Binary files /dev/null and b/docs/classsolid.png differ diff --git a/docs/classsphere-members.html b/docs/classsphere-members.html new file mode 100644 index 0000000..579fe45 --- /dev/null +++ b/docs/classsphere-members.html @@ -0,0 +1,75 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
sphere Member List
+
+
+ +

This is the complete list of members for sphere, including all inherited members.

+ + + + + + + + + + + + +
box() const sphere
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
r() const sphere
radius() const sphere
sphere(double r)sphere
transform() const sphere
Type() const sphere
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classsphere.html b/docs/classsphere.html new file mode 100644 index 0000000..597f43d --- /dev/null +++ b/docs/classsphere.html @@ -0,0 +1,252 @@ + + + + + + +AngelCAD: sphere Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
sphere Class Reference
+
+
+ +

sphere, centered at origin + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for sphere:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 sphere (double r)
 constructor More...
 
boundingbox box () const
 
double r () const
 sphere radius More...
 
double radius () const
 sphere radius More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

sphere, centered at origin

+

a sphere is a 3d object defined by its radius.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
sphere::sphere (double r)
+
+ +

constructor

+
Parameters
+ + +
rradius
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox sphere::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double sphere::r () const
+
+ +

sphere radius

+
Returns
radius
+ +
+
+ +
+
+ + + + + + + +
double sphere::radius () const
+
+ +

sphere radius

+
Returns
radius
+ +
+
+ +
+
+ + + + + + + +
tmatrix sphere::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string sphere::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classsphere.png b/docs/classsphere.png new file mode 100644 index 0000000..a82a6af Binary files /dev/null and b/docs/classsphere.png differ diff --git a/docs/classspline2d-members.html b/docs/classspline2d-members.html new file mode 100644 index 0000000..25bede1 --- /dev/null +++ b/docs/classspline2d-members.html @@ -0,0 +1,66 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
spline2d Member List
+
+
+ +

This is the complete list of members for spline2d, including all inherited members.

+ + + +
spline2d(array< pos2d @> @points)spline2d
Type() const spline2d
+ + + + diff --git a/docs/classspline2d.html b/docs/classspline2d.html new file mode 100644 index 0000000..6c803b5 --- /dev/null +++ b/docs/classspline2d.html @@ -0,0 +1,129 @@ + + + + + + +AngelCAD: spline2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
spline2d Class Reference
+
+
+ +

2d cubic spline curve + More...

+ +

#include <angelcad.h>

+ + + + + + + + +

+Public Member Functions

 spline2d (array< pos2d @> @points)
 constructor More...
 
string Type () const
 class type string More...
 
+

Detailed Description

+

2d cubic spline curve

+

a spline2d is a 2d cubic spline curve.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
spline2d::spline2d (array< pos2d @> @ points)
+
+ +

constructor

+
Parameters
+ + +
pointsarray of points on the spline curve
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
string spline2d::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classspline3d-members.html b/docs/classspline3d-members.html new file mode 100644 index 0000000..a8c1ae4 --- /dev/null +++ b/docs/classspline3d-members.html @@ -0,0 +1,66 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
spline3d Member List
+
+
+ +

This is the complete list of members for spline3d, including all inherited members.

+ + + +
spline3d(array< pos3d @> @points)spline3d
Type() const spline3d
+ + + + diff --git a/docs/classspline3d.html b/docs/classspline3d.html new file mode 100644 index 0000000..957cad6 --- /dev/null +++ b/docs/classspline3d.html @@ -0,0 +1,129 @@ + + + + + + +AngelCAD: spline3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
spline3d Class Reference
+
+
+ +

3d cubic spline curve + More...

+ +

#include <angelcad.h>

+ + + + + + + + +

+Public Member Functions

 spline3d (array< pos3d @> @points)
 constructor More...
 
string Type () const
 class type string More...
 
+

Detailed Description

+

3d cubic spline curve

+

a spline3d is a 3d cubic spline curve.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
spline3d::spline3d (array< pos3d @> @ points)
+
+ +

constructor

+
Parameters
+ + +
pointsarray of points on the spline curve
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
string spline3d::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classspline__path-members.html b/docs/classspline__path-members.html new file mode 100644 index 0000000..7ce8cab --- /dev/null +++ b/docs/classspline__path-members.html @@ -0,0 +1,67 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
spline_path Member List
+
+
+ +

This is the complete list of members for spline_path, including all inherited members.

+ + + + +
spline_path(array< pos3d @> @p, array< vec3d @> @v)spline_path
spline_path(array< pos3d @> @p, vec3d @v)spline_path
Type() const spline_path
+ + + + diff --git a/docs/classspline__path.html b/docs/classspline__path.html new file mode 100644 index 0000000..e0e06f0 --- /dev/null +++ b/docs/classspline__path.html @@ -0,0 +1,178 @@ + + + + + + +AngelCAD: spline_path Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
spline_path Class Reference
+
+
+ +

spline_path for sweep + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + +

+Public Member Functions

 spline_path (array< pos3d @> @p, array< vec3d @> @v)
 constructor More...
 
 spline_path (array< pos3d @> @p, vec3d @v)
 constructor More...
 
string Type () const
 class type string More...
 
+

Detailed Description

+

spline_path for sweep

+

a spline_path defines a cubic spline sweep path.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
spline_path::spline_path (array< pos3d @> @ p,
array< vec3d @> @ v 
)
+
+ +

constructor

+
Parameters
+ + + +
parray of points on the spline sweep curve
varray of "up" vectors orienting the sweep profile, 'v' must have same length as 'p'.
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
spline_path::spline_path (array< pos3d @> @ p,
vec3dv 
)
+
+ +

constructor

+
Parameters
+ + + +
parray of points on the spline sweep curve
vsingle "up" vector orienting the sweep profile for all points
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
string spline_path::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classsquare-members.html b/docs/classsquare-members.html new file mode 100644 index 0000000..348963f --- /dev/null +++ b/docs/classsquare-members.html @@ -0,0 +1,74 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
square Member List
+
+
+ +

This is the complete list of members for square, including all inherited members.

+ + + + + + + + + + + +
box() const square
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
size() const square
square(double size, bool center=false)square
transform() const square
Type() const square
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classsquare.html b/docs/classsquare.html new file mode 100644 index 0000000..1b31326 --- /dev/null +++ b/docs/classsquare.html @@ -0,0 +1,242 @@ + + + + + + +AngelCAD: square Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
square Class Reference
+
+
+ +

square, by default located in 1st quadrant touching origin + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for square:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 square (double size, bool center=false)
 constructor More...
 
boundingbox box () const
 
double size () const
 size of square More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

square, by default located in 1st quadrant touching origin

+

a square is a 2d quadrilateral with equal dimensions in x and y. By default it touches the origin and extend along positive x and y.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
square::square (double size,
bool center = false 
)
+
+ +

constructor

+
Parameters
+ + + +
sizeextent in x and y
centertrue if square to be centered on origon
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox square::box () const
+
+ +
+
+ +
+
+ + + + + + + +
double square::size () const
+
+ +

size of square

+
Returns
size of square
+ +
+
+ +
+
+ + + + + + + +
tmatrix square::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string square::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classsquare.png b/docs/classsquare.png new file mode 100644 index 0000000..462050a Binary files /dev/null and b/docs/classsquare.png differ diff --git a/docs/classstring-members.html b/docs/classstring-members.html new file mode 100644 index 0000000..bc8024c --- /dev/null +++ b/docs/classstring-members.html @@ -0,0 +1,86 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
string Member List
+
+
+ +

This is the complete list of members for string, including all inherited members.

+ + + + + + + + + + + + + + + + + + + + + + + +
empty() const string
find(const string &in, uint start=0) const string
findFirst(const string &in, uint start=0) const string
findLast(const string &in, int start=-1) const string
get_length() const string
isEmpty() const string
length() const string
opAssign(bool)string
opAssign(const string &in)string
opAssign(double)string
opAssign(float)string
opAssign(int64)string
opAssign(uint64)string
opCmp(const string &in) const string
opEquals(const string &in) const string
opIndex(uint) const string
opIndex(uint)string
resize(uint)string
rfind(const string &in, int start=-1) const string
set_length(uint)string
size() const string
substr(uint start=0, int count=-1) const string
+ + + + diff --git a/docs/classstring.html b/docs/classstring.html new file mode 100644 index 0000000..fb043b2 --- /dev/null +++ b/docs/classstring.html @@ -0,0 +1,515 @@ + + + + + + +AngelCAD: string Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
string Class Reference
+
+
+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

bool empty () const
 
bool isEmpty () const
 
bool opEquals (const string &in) const
 
const uint8 & opIndex (uint) const
 
int find (const string &in, uint start=0) const
 
int findFirst (const string &in, uint start=0) const
 
int findLast (const string &in, int start=-1) const
 
int opCmp (const string &in) const
 
int rfind (const string &in, int start=-1) const
 
string substr (uint start=0, int count=-1) const
 
stringopAssign (bool)
 
stringopAssign (const string &in)
 
stringopAssign (double)
 
stringopAssign (float)
 
stringopAssign (int64)
 
stringopAssign (uint64)
 
uint get_length () const
 
uint length () const
 
uint size () const
 
uint8 & opIndex (uint)
 
void resize (uint)
 
void set_length (uint)
 
+

Member Function Documentation

+ +
+
+ + + + + + + +
bool string::empty () const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
int string::find (const stringin,
uint start = 0 
) const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
int string::findFirst (const stringin,
uint start = 0 
) const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
int string::findLast (const stringin,
int start = -1 
) const
+
+ +
+
+ +
+
+ + + + + + + +
uint string::get_length () const
+
+ +
+
+ +
+
+ + + + + + + +
bool string::isEmpty () const
+
+ +
+
+ +
+
+ + + + + + + +
uint string::length () const
+
+ +
+
+ +
+
+ + + + + + + + +
string& string::opAssign (bool )
+
+ +
+
+ +
+
+ + + + + + + + +
string& string::opAssign (const stringin)
+
+ +
+
+ +
+
+ + + + + + + + +
string& string::opAssign (double )
+
+ +
+
+ +
+
+ + + + + + + + +
string& string::opAssign (float )
+
+ +
+
+ +
+
+ + + + + + + + +
string& string::opAssign (int64 )
+
+ +
+
+ +
+
+ + + + + + + + +
string& string::opAssign (uint64 )
+
+ +
+
+ +
+
+ + + + + + + + +
int string::opCmp (const stringin) const
+
+ +
+
+ +
+
+ + + + + + + + +
bool string::opEquals (const stringin) const
+
+ +
+
+ +
+
+ + + + + + + + +
const uint8& string::opIndex (uint ) const
+
+ +
+
+ +
+
+ + + + + + + + +
uint8& string::opIndex (uint )
+
+ +
+
+ +
+
+ + + + + + + + +
void string::resize (uint )
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
int string::rfind (const stringin,
int start = -1 
) const
+
+ +
+
+ +
+
+ + + + + + + + +
void string::set_length (uint )
+
+ +
+
+ +
+
+ + + + + + + +
uint string::size () const
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
string string::substr (uint start = 0,
int count = -1 
) const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classsweep-members.html b/docs/classsweep-members.html new file mode 100644 index 0000000..5bc0340 --- /dev/null +++ b/docs/classsweep-members.html @@ -0,0 +1,73 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
sweep Member List
+
+
+ +

This is the complete list of members for sweep, including all inherited members.

+ + + + + + + + + + +
box() const sweep
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
sweep(const shape2d @shape, const spline_path @path)sweep
transform() const sweep
Type() const sweep
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classsweep.html b/docs/classsweep.html new file mode 100644 index 0000000..8498d35 --- /dev/null +++ b/docs/classsweep.html @@ -0,0 +1,225 @@ + + + + + + +AngelCAD: sweep Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
sweep Class Reference
+
+
+ +

Sweep 2d shape along path curve to create 3d solid. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for sweep:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 sweep (const shape2d @shape, const spline_path @path)
 constructor More...
 
boundingbox box () const
 return bounding box More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

Sweep 2d shape along path curve to create 3d solid.

+

a sweep creates a solid by sweeping a 2d profile along a path curve

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
sweep::sweep (const shape2dshape,
const spline_pathpath 
)
+
+ +

constructor

+
Parameters
+ + + +
shape2d profile shape to sweep
pathThe path cirve to sweep along
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox sweep::box () const
+
+ +

return bounding box

+
Returns
The bounding box of the sweep
+ +
+
+ +
+
+ + + + + + + +
tmatrix sweep::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string sweep::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classsweep.png b/docs/classsweep.png new file mode 100644 index 0000000..71d08f4 Binary files /dev/null and b/docs/classsweep.png differ diff --git a/docs/classtin__model-members.html b/docs/classtin__model-members.html new file mode 100644 index 0000000..d3dcf2a --- /dev/null +++ b/docs/classtin__model-members.html @@ -0,0 +1,73 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
tin_model Member List
+
+
+ +

This is the complete list of members for tin_model, including all inherited members.

+ + + + + + + + + + +
box() const tin_model
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
size() const tin_model
tin_model(array< pos3d @> @points)tin_model
Type() const tin_model
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classtin__model.html b/docs/classtin__model.html new file mode 100644 index 0000000..e8bc923 --- /dev/null +++ b/docs/classtin__model.html @@ -0,0 +1,192 @@ + + + + + + +AngelCAD: tin_model Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
tin_model Class Reference
+
+
+ +

tin_model, vertices in CCW order + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for tin_model:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 tin_model (array< pos3d @> @points)
 
boundingbox box () const
 
string Type () const
 
uint size () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

tin_model, vertices in CCW order

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
tin_model::tin_model (array< pos3d @> @ points)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox tin_model::box () const
+
+ +
+
+ +
+
+ + + + + + + +
uint tin_model::size () const
+
+ +
+
+ +
+
+ + + + + + + +
string tin_model::Type () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classtin__model.png b/docs/classtin__model.png new file mode 100644 index 0000000..8550bb4 Binary files /dev/null and b/docs/classtin__model.png differ diff --git a/docs/classtmatrix-members.html b/docs/classtmatrix-members.html new file mode 100644 index 0000000..353bfc1 --- /dev/null +++ b/docs/classtmatrix-members.html @@ -0,0 +1,75 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
tmatrix Member List
+
+
+ +

This is the complete list of members for tmatrix, including all inherited members.

+ + + + + + + + + + + + +
dump() const tmatrix
opMul(pos2d @obj)tmatrix
opMul(pos3d @obj)tmatrix
opMul(shape2d @obj)tmatrix
opMul(solid @obj)tmatrix
opMul(const tmatrix @B)tmatrix
origin() const tmatrix
Type() const tmatrix
xdir() const tmatrix
ydir() const tmatrix
zdir() const tmatrix
+ + + + diff --git a/docs/classtmatrix.html b/docs/classtmatrix.html new file mode 100644 index 0000000..f1aa4e5 --- /dev/null +++ b/docs/classtmatrix.html @@ -0,0 +1,334 @@ + + + + + + +AngelCAD: tmatrix Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
tmatrix Class Reference
+
+
+ +

Abstract base matrix for transformations. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for tmatrix:
+
+
+ + +hmatrix +mirror +rotate_x +rotate_y +rotate_z +scale +translate + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
+

Detailed Description

+

Abstract base matrix for transformations.

+

a tmatrix an abstract base class for all transformations.

+

Member Function Documentation

+ +
+
+ + + + + + + +
void tmatrix::dump () const
+
+ +

dump matrix to console

+ +
+
+ +
+
+ + + + + + + + +
pos2d tmatrix::opMul (pos2dobj)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d tmatrix::opMul (pos3dobj)
+
+ +

transform a point: pos3d@ p = T*obj;

+
Parameters
+ + +
objposition to be transformed
+
+
+
Returns
transformed position
+ +
+
+ +
+
+ + + + + + + + +
shape2d tmatrix::opMul (shape2dobj)
+
+ +

transform a 2d shape: shape2d@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
solid tmatrix::opMul (solidobj)
+
+ +

transform a solid: solid@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
tmatrix tmatrix::opMul (const tmatrixB)
+
+ +

matrix multiplication: A = T*B

+
Parameters
+ + +
Bmatrix to be post-multiplied with this matrix
+
+
+
Returns
resulting matrixt
+ +
+
+ +
+
+ + + + + + + +
pos3d tmatrix::origin () const
+
+ +
+
+ +
+
+ + + + + + + +
string tmatrix::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
vec3d tmatrix::xdir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d tmatrix::ydir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d tmatrix::zdir () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classtmatrix.png b/docs/classtmatrix.png new file mode 100644 index 0000000..333a7f0 Binary files /dev/null and b/docs/classtmatrix.png differ diff --git a/docs/classtransform__extrude-members.html b/docs/classtransform__extrude-members.html new file mode 100644 index 0000000..7513d4a --- /dev/null +++ b/docs/classtransform__extrude-members.html @@ -0,0 +1,73 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
transform_extrude Member List
+
+
+ +

This is the complete list of members for transform_extrude, including all inherited members.

+ + + + + + + + + + +
box() const transform_extrude
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const transform_extrude
transform_extrude(const shape2d @bottom, const shape2d @top)transform_extrude
Type() const transform_extrude
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classtransform__extrude.html b/docs/classtransform__extrude.html new file mode 100644 index 0000000..22913d1 --- /dev/null +++ b/docs/classtransform__extrude.html @@ -0,0 +1,211 @@ + + + + + + +AngelCAD: transform_extrude Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
transform_extrude Class Reference
+
+
+ +

Extrude from botton to top shapes using transform. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for transform_extrude:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 transform_extrude (const shape2d @bottom, const shape2d @top)
 
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

Extrude from botton to top shapes using transform.

+

transform_extrude is a special extrision operation, defined by two 2d shapes, representing bottom and top of extrusion.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
transform_extrude::transform_extrude (const shape2dbottom,
const shape2dtop 
)
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox transform_extrude::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix transform_extrude::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string transform_extrude::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classtransform__extrude.png b/docs/classtransform__extrude.png new file mode 100644 index 0000000..c34c86f Binary files /dev/null and b/docs/classtransform__extrude.png differ diff --git a/docs/classtranslate-members.html b/docs/classtranslate-members.html new file mode 100644 index 0000000..a6d2e44 --- /dev/null +++ b/docs/classtranslate-members.html @@ -0,0 +1,79 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
translate Member List
+
+
+ +

This is the complete list of members for translate, including all inherited members.

+ + + + + + + + + + + + + + + + +
dump() const translate
dx() const translate
dy() const translate
dz() const translate
opMul(pos2d @obj)translate
opMul(pos3d @obj)translate
opMul(shape2d @obj)translate
opMul(solid @obj)translate
opMul(const tmatrix @B)translate
origin() const translate
translate(double dx, double dy, double dz=0.0)translate
Type() const translate
xdir() const translate
ydir() const translate
zdir() const translate
+ + + + diff --git a/docs/classtranslate.html b/docs/classtranslate.html new file mode 100644 index 0000000..b2378d4 --- /dev/null +++ b/docs/classtranslate.html @@ -0,0 +1,466 @@ + + + + + + +AngelCAD: translate Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
translate Class Reference
+
+
+ +

Translation in x, y and z. + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for translate:
+
+
+ + +tmatrix + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 translate (double dx, double dy, double dz=0.0)
 constructor More...
 
double dx () const
 translation in x direction More...
 
double dy () const
 translation in y direction More...
 
double dz () const
 translation in z direction More...
 
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
- Public Member Functions inherited from tmatrix
pos2d opMul (pos2d @obj)
 
pos3d opMul (pos3d @obj)
 transform a point: pos3d@ p = T*obj; More...
 
pos3d origin () const
 
shape2d opMul (shape2d @obj)
 transform a 2d shape: shape2d@ s = T*obj; More...
 
solid opMul (solid @obj)
 transform a solid: solid@ s = T*obj; More...
 
string Type () const
 class type string More...
 
tmatrix opMul (const tmatrix @B)
 matrix multiplication: A = T*B More...
 
vec3d xdir () const
 
vec3d ydir () const
 
vec3d zdir () const
 
void dump () const
 dump matrix to console More...
 
+

Detailed Description

+

Translation in x, y and z.

+

translate is a transformation translating a 2d or 3d object.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
translate::translate (double dx,
double dy,
double dz = 0.0 
)
+
+ +

constructor

+
Parameters
+ + + + +
dxtranslation in x direction
dytranslation in y direction
dztranslation in z direction
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
void translate::dump () const
+
+ +

dump matrix to console

+ +
+
+ +
+
+ + + + + + + +
double translate::dx () const
+
+ +

translation in x direction

+
Returns
translation in x direction
+ +
+
+ +
+
+ + + + + + + +
double translate::dy () const
+
+ +

translation in y direction

+
Returns
translation in y direction
+ +
+
+ +
+
+ + + + + + + +
double translate::dz () const
+
+ +

translation in z direction

+
Returns
translation in z direction
+ +
+
+ +
+
+ + + + + + + + +
pos2d translate::opMul (pos2dobj)
+
+ +
+
+ +
+
+ + + + + + + + +
pos3d translate::opMul (pos3dobj)
+
+ +

transform a point: pos3d@ p = T*obj;

+
Parameters
+ + +
objposition to be transformed
+
+
+
Returns
transformed position
+ +
+
+ +
+
+ + + + + + + + +
shape2d translate::opMul (shape2dobj)
+
+ +

transform a 2d shape: shape2d@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
solid translate::opMul (solidobj)
+
+ +

transform a solid: solid@ s = T*obj;

+
Parameters
+ + +
objobject to be transformed
+
+
+
Returns
transformed object
+ +
+
+ +
+
+ + + + + + + + +
tmatrix translate::opMul (const tmatrixB)
+
+ +

matrix multiplication: A = T*B

+
Parameters
+ + +
Bmatrix to be post-multiplied with this matrix
+
+
+
Returns
resulting matrixt
+ +
+
+ +
+
+ + + + + + + +
pos3d translate::origin () const
+
+ +
+
+ +
+
+ + + + + + + +
string translate::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
vec3d translate::xdir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d translate::ydir () const
+
+ +
+
+ +
+
+ + + + + + + +
vec3d translate::zdir () const
+
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classtranslate.png b/docs/classtranslate.png new file mode 100644 index 0000000..77bc714 Binary files /dev/null and b/docs/classtranslate.png differ diff --git a/docs/classunion2d-members.html b/docs/classunion2d-members.html new file mode 100644 index 0000000..8a274b9 --- /dev/null +++ b/docs/classunion2d-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
union2d Member List
+
+
+ +

This is the complete list of members for union2d, including all inherited members.

+ + + + + + + + + + + + + + +
box() const union2d
opAdd(shape2d @b)shape2d
opAnd(shape2d @b)shape2d
opSub(shape2d @b)shape2d
transform() const union2d
Type() const union2d
union2d(array< shape2d @> @arr)union2d
union2d(const shape2d @s1, const shape2d @s2)union2d
union2d(const shape2d @s1, const shape2d @s2, const shape2d @s3)union2d
union2d(const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4)union2d
union2d(const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4, const shape2d @s5)union2d
write_csg(string path)shape2d
write_xcsg(string path, double secant_tolerance=-1.0)shape2d
+ + + + diff --git a/docs/classunion2d.html b/docs/classunion2d.html new file mode 100644 index 0000000..99c4c52 --- /dev/null +++ b/docs/classunion2d.html @@ -0,0 +1,408 @@ + + + + + + +AngelCAD: union2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
union2d Class Reference
+
+
+ +

2d union boolean operation + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for union2d:
+
+
+ + +shape2d +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 union2d (array< shape2d @> @arr)
 constructor More...
 
 union2d (const shape2d @s1, const shape2d @s2)
 constructor More...
 
 union2d (const shape2d @s1, const shape2d @s2, const shape2d @s3)
 constructor More...
 
 union2d (const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4)
 constructor More...
 
 union2d (const shape2d @s1, const shape2d @s2, const shape2d @s3, const shape2d @s4, const shape2d @s5)
 constructor More...
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from shape2d
boundingbox box () const
 
shape2d opAdd (shape2d @b)
 Boolean union operator+ overload. More...
 
shape2d opAnd (shape2d @b)
 Boolean intersection operator& overload. More...
 
shape2d opSub (shape2d @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

2d union boolean operation

+

union2d is a 2-dimensional boolean operation. It can be invoked either explicitly or using + operator:
+
+ explicit: shape2d@ object = union2d(circle(100),translate(75,0,0)*circle(50));
+
+ using & operator: shape2d@ object = circle(100) + translate(75,0,0)*circle(50);

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
union2d::union2d (array< shape2d @> @ arr)
+
+ +

constructor

+
Parameters
+ + +
arrarray of 2d shapes
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
union2d::union2d (const shape2ds1,
const shape2ds2 
)
+
+ +

constructor

+
Parameters
+ + + +
s12d shape
s22d shape
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
union2d::union2d (const shape2ds1,
const shape2ds2,
const shape2ds3 
)
+
+ +

constructor

+
Parameters
+ + + + +
s12d shape
s22d shape
s32d shape
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
union2d::union2d (const shape2ds1,
const shape2ds2,
const shape2ds3,
const shape2ds4 
)
+
+ +

constructor

+
Parameters
+ + + + + +
s12d shape
s22d shape
s32d shape
s42d shape
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
union2d::union2d (const shape2ds1,
const shape2ds2,
const shape2ds3,
const shape2ds4,
const shape2ds5 
)
+
+ +

constructor

+
Parameters
+ + + + + + +
s12d shape
s22d shape
s32d shape
s42d shape
s52d shape
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox union2d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix union2d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string union2d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classunion2d.png b/docs/classunion2d.png new file mode 100644 index 0000000..6807152 Binary files /dev/null and b/docs/classunion2d.png differ diff --git a/docs/classunion3d-members.html b/docs/classunion3d-members.html new file mode 100644 index 0000000..59ea924 --- /dev/null +++ b/docs/classunion3d-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
union3d Member List
+
+
+ +

This is the complete list of members for union3d, including all inherited members.

+ + + + + + + + + + + + + + +
box() const union3d
opAdd(solid @b)solid
opAnd(solid @b)solid
opSub(solid @b)solid
transform() const union3d
Type() const union3d
union3d(array< solid @> @arr)union3d
union3d(const solid @s1, const solid @s2)union3d
union3d(const solid @s1, const solid @s2, const solid @s3)union3d
union3d(const solid @s1, const solid @s2, const solid @s3, const solid @s4)union3d
union3d(const solid @s1, const solid @s2, const solid @s3, const solid @s4, const solid @s5)union3d
write_csg(string path)solid
write_xcsg(string path, double secant_tolerance=-1.0)solid
+ + + + diff --git a/docs/classunion3d.html b/docs/classunion3d.html new file mode 100644 index 0000000..895789b --- /dev/null +++ b/docs/classunion3d.html @@ -0,0 +1,408 @@ + + + + + + +AngelCAD: union3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
union3d Class Reference
+
+
+ +

3d union boolean operation + More...

+ +

#include <angelcad.h>

+
+Inheritance diagram for union3d:
+
+
+ + +solid +shape + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 union3d (array< solid @> @arr)
 union3d constructor More...
 
 union3d (const solid @s1, const solid @s2)
 constructor More...
 
 union3d (const solid @s1, const solid @s2, const solid @s3)
 constructor More...
 
 union3d (const solid @s1, const solid @s2, const solid @s3, const solid @s4)
 constructor More...
 
 union3d (const solid @s1, const solid @s2, const solid @s3, const solid @s4, const solid @s5)
 constructor More...
 
boundingbox box () const
 
string Type () const
 Object type string. More...
 
tmatrix transform () const
 
- Public Member Functions inherited from solid
boundingbox box () const
 
solid opAdd (solid @b)
 Boolean union operator+ overload. More...
 
solid opAnd (solid @b)
 Boolean intersection operator& overload. More...
 
solid opSub (solid @b)
 Boolean difference operator- overload. More...
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
- Public Member Functions inherited from shape
boundingbox box () const
 
string Type () const
 class type string More...
 
tmatrix transform () const
 
void write_csg (string path)
 Write to OpenSCAD .csg file. More...
 
void write_xcsg (string path, double secant_tolerance=-1.0)
 Write to AngelCAD .xcsg file. More...
 
+

Detailed Description

+

3d union boolean operation

+

union3d is a 3-dimensional boolean operation. It can be invoked either explicitly or using + operator:
+
+ explicit: solid@ object = union3d(sphere(100),translate(75,0,0)*sphere(50));
+
+ using & operator: solid@ object = sphere(100) + translate(75,0,0)*sphere(50);

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + +
union3d::union3d (array< solid @> @ arr)
+
+ +

union3d constructor

+
Parameters
+ + +
arrarray of solids
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
union3d::union3d (const solids1,
const solids2 
)
+
+ +

constructor

+
Parameters
+ + + +
s1solid
s2solid
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
union3d::union3d (const solids1,
const solids2,
const solids3 
)
+
+ +

constructor

+
Parameters
+ + + + +
s1solid
s2solid
s3solid
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
union3d::union3d (const solids1,
const solids2,
const solids3,
const solids4 
)
+
+ +

constructor

+
Parameters
+ + + + + +
s1solid
s2solid
s3solid
s4solid
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
union3d::union3d (const solids1,
const solids2,
const solids3,
const solids4,
const solids5 
)
+
+ +

constructor

+
Parameters
+ + + + + + +
s1solid
s2solid
s3solid
s4solid
s5solid
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
boundingbox union3d::box () const
+
+ +
+
+ +
+
+ + + + + + + +
tmatrix union3d::transform () const
+
+ +
+
+ +
+
+ + + + + + + +
string union3d::Type () const
+
+ +

Object type string.

+
Returns
type name string
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classunion3d.png b/docs/classunion3d.png new file mode 100644 index 0000000..a1be606 Binary files /dev/null and b/docs/classunion3d.png differ diff --git a/docs/classvec2d-members.html b/docs/classvec2d-members.html new file mode 100644 index 0000000..a8742c3 --- /dev/null +++ b/docs/classvec2d-members.html @@ -0,0 +1,76 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
vec2d Member List
+
+
+ +

This is the complete list of members for vec2d, including all inherited members.

+ + + + + + + + + + + + + +
angle(const vec2d @other) const vec2d
cross(const vec2d @other) const vec2d
dot(const vec2d @other) const vec2d
length() const vec2d
normalise()vec2d
opMul(double f1)vec2d
opMul_r(double f1)vec2d
Type() const vec2d
vec2d(const pos2d @p1, const pos2d @p2)vec2d
vec2d(double x, double y)vec2d
x() const vec2d
y() const vec2d
+ + + + diff --git a/docs/classvec2d.html b/docs/classvec2d.html new file mode 100644 index 0000000..7205f68 --- /dev/null +++ b/docs/classvec2d.html @@ -0,0 +1,381 @@ + + + + + + +AngelCAD: vec2d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
vec2d Class Reference
+
+
+ +

2d direction vector + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 vec2d (const pos2d @p1, const pos2d @p2)
 constructor More...
 
 vec2d (double x, double y)
 constructor More...
 
double angle (const vec2d @other) const
 angle between: double rad = v.angle(other); More...
 
double cross (const vec2d @other) const
 cross product: double cp = v.cross(other); More...
 
double dot (const vec2d @other) const
 dot product: double cp = v.dot(other); More...
 
double length () const
 length of vector More...
 
double x () const
 vector x component More...
 
double y () const
 vector y component More...
 
string Type () const
 class type string More...
 
vec2d opMul (double f1)
 
vec2d opMul_r (double f1)
 
void normalise ()
 normalise vector length More...
 
+

Detailed Description

+

2d direction vector

+

vec2d is a 2-dimensional vector offering useful operations such as dot and cross products.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
vec2d::vec2d (const pos2dp1,
const pos2dp2 
)
+
+ +

constructor

+
Parameters
+ + + +
p1vector start position
p2vector end position
+
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + +
vec2d::vec2d (double x,
double y 
)
+
+ +

constructor

+
Parameters
+ + + +
xvector x component
yvector y component
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
double vec2d::angle (const vec2dother) const
+
+ +

angle between: double rad = v.angle(other);

+
Parameters
+ + +
othervector to compute angle relative to this
+
+
+
Returns
angle value in radians
+ +
+
+ +
+
+ + + + + + + + +
double vec2d::cross (const vec2dother) const
+
+ +

cross product: double cp = v.cross(other);

+
Parameters
+ + +
othervector to multiply with
+
+
+
Returns
cross product value
+ +
+
+ +
+
+ + + + + + + + +
double vec2d::dot (const vec2dother) const
+
+ +

dot product: double cp = v.dot(other);

+
Parameters
+ + +
othervector to multiply with
+
+
+
Returns
dot product value
+ +
+
+ +
+
+ + + + + + + +
double vec2d::length () const
+
+ +

length of vector

+
Returns
length of vector
+ +
+
+ +
+
+ + + + + + + +
void vec2d::normalise ()
+
+ +

normalise vector length

+ +
+
+ +
+
+ + + + + + + + +
vec2d vec2d::opMul (double f1)
+
+ +
+
+ +
+
+ + + + + + + + +
vec2d vec2d::opMul_r (double f1)
+
+ +
+
+ +
+
+ + + + + + + +
string vec2d::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
double vec2d::x () const
+
+ +

vector x component

+
Returns
vector x component
+ +
+
+ +
+
+ + + + + + + +
double vec2d::y () const
+
+ +

vector y component

+
Returns
vector y component
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/classvec3d-members.html b/docs/classvec3d-members.html new file mode 100644 index 0000000..adfe4e3 --- /dev/null +++ b/docs/classvec3d-members.html @@ -0,0 +1,77 @@ + + + + + + +AngelCAD: Member List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
vec3d Member List
+
+
+ +

This is the complete list of members for vec3d, including all inherited members.

+ + + + + + + + + + + + + + +
angle(const vec3d @other) const vec3d
cross(const vec3d @other) const vec3d
dot(const vec3d @other) const vec3d
length() const vec3d
normalise()vec3d
opMul(double f1)vec3d
opMul_r(double f1)vec3d
Type() const vec3d
vec3d(const pos3d @p1, const pos3d @p2)vec3d
vec3d(double x, double y, double z)vec3d
x() const vec3d
y() const vec3d
z() const vec3d
+ + + + diff --git a/docs/classvec3d.html b/docs/classvec3d.html new file mode 100644 index 0000000..a4ab0ef --- /dev/null +++ b/docs/classvec3d.html @@ -0,0 +1,399 @@ + + + + + + +AngelCAD: vec3d Class Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Public Member Functions | +List of all members
+
+
vec3d Class Reference
+
+
+ +

3d direction vector + More...

+ +

#include <angelcad.h>

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

+Public Member Functions

 vec3d (const pos3d @p1, const pos3d @p2)
 
 vec3d (double x, double y, double z)
 constructor More...
 
double angle (const vec3d @other) const
 angle between: double rad = v.angle(other); More...
 
double dot (const vec3d @other) const
 dot product: double cp = v.dot(other); More...
 
double length () const
 length of vector More...
 
double x () const
 vector x component More...
 
double y () const
 vector y component More...
 
double z () const
 vector z component More...
 
string Type () const
 class type string More...
 
vec3d cross (const vec3d @other) const
 cross product: double cp = v.cross(other); More...
 
vec3d opMul (double f1)
 
vec3d opMul_r (double f1)
 
void normalise ()
 normalise vector length More...
 
+

Detailed Description

+

3d direction vector

+

vec3d is a 3-dimensional vector offering useful operations such as dot and cross products.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + +
vec3d::vec3d (const pos3dp1,
const pos3dp2 
)
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
vec3d::vec3d (double x,
double y,
double z 
)
+
+ +

constructor

+
Parameters
+ + + + +
xvector x component
yvector y component
zvector z component
+
+
+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + +
double vec3d::angle (const vec3dother) const
+
+ +

angle between: double rad = v.angle(other);

+
Parameters
+ + +
othervector to compute angle relative to this
+
+
+
Returns
angle value in radians
+ +
+
+ +
+
+ + + + + + + + +
vec3d vec3d::cross (const vec3dother) const
+
+ +

cross product: double cp = v.cross(other);

+
Parameters
+ + +
othervector to multiply with
+
+
+
Returns
cross product value
+ +
+
+ +
+
+ + + + + + + + +
double vec3d::dot (const vec3dother) const
+
+ +

dot product: double cp = v.dot(other);

+
Parameters
+ + +
othervector to multiply with
+
+
+
Returns
dot product value
+ +
+
+ +
+
+ + + + + + + +
double vec3d::length () const
+
+ +

length of vector

+
Returns
length of vector
+ +
+
+ +
+
+ + + + + + + +
void vec3d::normalise ()
+
+ +

normalise vector length

+ +
+
+ +
+
+ + + + + + + + +
vec3d vec3d::opMul (double f1)
+
+ +
+
+ +
+
+ + + + + + + + +
vec3d vec3d::opMul_r (double f1)
+
+ +
+
+ +
+
+ + + + + + + +
string vec3d::Type () const
+
+ +

class type string

+
Returns
string containing type name
+ +
+
+ +
+
+ + + + + + + +
double vec3d::x () const
+
+ +

vector x component

+
Returns
vector x component
+ +
+
+ +
+
+ + + + + + + +
double vec3d::y () const
+
+ +

vector y component

+
Returns
vector y component
+ +
+
+ +
+
+ + + + + + + +
double vec3d::z () const
+
+ +

vector z component

+
Returns
vector z component
+ +
+
+
The documentation for this class was generated from the following file: +
+ + + + diff --git a/docs/closed.png b/docs/closed.png new file mode 100644 index 0000000..98cc2c9 Binary files /dev/null and b/docs/closed.png differ diff --git a/docs/doc_8as.html b/docs/doc_8as.html new file mode 100644 index 0000000..2a40a8a --- /dev/null +++ b/docs/doc_8as.html @@ -0,0 +1,83 @@ + + + + + + +AngelCAD: doc.as File Reference + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+Functions
+
+
doc.as File Reference
+
+
+ + + + +

+Functions

void main ()
 
+

Function Documentation

+ +
+
+ + + + + + + +
void main ()
+
+ +
+
+
+ + + + diff --git a/docs/doxygen.css b/docs/doxygen.css new file mode 100644 index 0000000..02e8b01 --- /dev/null +++ b/docs/doxygen.css @@ -0,0 +1,1440 @@ +/* The standard CSS for doxygen 1.8.8 */ + +body, table, div, p, dl { + font: 400 14px/22px Roboto,sans-serif; +} + +/* @group Heading Levels */ + +h1.groupheader { + font-size: 150%; +} + +.title { + font: 400 14px/28px Roboto,sans-serif; + font-size: 150%; + font-weight: bold; + margin: 10px 2px; +} + +h2.groupheader { + border-bottom: 1px solid #879ECB; + color: #354C7B; + font-size: 150%; + font-weight: normal; + margin-top: 1.75em; + padding-top: 8px; + padding-bottom: 4px; + width: 100%; +} + +h3.groupheader { + font-size: 100%; +} + +h1, h2, h3, h4, h5, h6 { + -webkit-transition: text-shadow 0.5s linear; + -moz-transition: text-shadow 0.5s linear; + -ms-transition: text-shadow 0.5s linear; + -o-transition: text-shadow 0.5s linear; + transition: text-shadow 0.5s linear; + margin-right: 15px; +} + +h1.glow, h2.glow, h3.glow, h4.glow, h5.glow, h6.glow { + text-shadow: 0 0 15px cyan; +} + +dt { + font-weight: bold; +} + +div.multicol { + -moz-column-gap: 1em; + -webkit-column-gap: 1em; + -moz-column-count: 3; + -webkit-column-count: 3; +} + +p.startli, p.startdd { + margin-top: 2px; +} + +p.starttd { + margin-top: 0px; +} + +p.endli { + margin-bottom: 0px; +} + +p.enddd { + margin-bottom: 4px; +} + +p.endtd { + margin-bottom: 2px; +} + +/* @end */ + +caption { + font-weight: bold; +} + +span.legend { + font-size: 70%; + text-align: center; +} + +h3.version { + font-size: 90%; + text-align: center; +} + +div.qindex, div.navtab{ + background-color: #EBEFF6; + border: 1px solid #A3B4D7; + text-align: center; +} + +div.qindex, div.navpath { + width: 100%; + line-height: 140%; +} + +div.navtab { + margin-right: 15px; +} + +/* @group Link Styling */ + +a { + color: #3D578C; + font-weight: normal; + text-decoration: none; +} + +.contents a:visited { + color: #4665A2; +} + +a:hover { + text-decoration: underline; +} + +a.qindex { + font-weight: bold; +} + +a.qindexHL { + font-weight: bold; + background-color: #9CAFD4; + color: #ffffff; + border: 1px double #869DCA; +} + +.contents a.qindexHL:visited { + color: #ffffff; +} + +a.el { + font-weight: bold; +} + +a.elRef { +} + +a.code, a.code:visited, a.line, a.line:visited { + color: #4665A2; +} + +a.codeRef, a.codeRef:visited, a.lineRef, a.lineRef:visited { + color: #4665A2; +} + +/* @end */ + +dl.el { + margin-left: -1cm; +} + +pre.fragment { + border: 1px solid #C4CFE5; + background-color: #FBFCFD; + padding: 4px 6px; + margin: 4px 8px 4px 2px; + overflow: auto; + word-wrap: break-word; + font-size: 9pt; + line-height: 125%; + font-family: monospace, fixed; + font-size: 105%; +} + +div.fragment { + padding: 4px 6px; + margin: 4px 8px 4px 2px; + background-color: #FBFCFD; + border: 1px solid #C4CFE5; +} + +div.line { + font-family: monospace, fixed; + font-size: 13px; + min-height: 13px; + line-height: 1.0; + text-wrap: unrestricted; + white-space: -moz-pre-wrap; /* Moz */ + white-space: -pre-wrap; /* Opera 4-6 */ + white-space: -o-pre-wrap; /* Opera 7 */ + white-space: pre-wrap; /* CSS3 */ + word-wrap: break-word; /* IE 5.5+ */ + text-indent: -53px; + padding-left: 53px; + padding-bottom: 0px; + margin: 0px; + -webkit-transition-property: background-color, box-shadow; + -webkit-transition-duration: 0.5s; + -moz-transition-property: background-color, box-shadow; + -moz-transition-duration: 0.5s; + -ms-transition-property: background-color, box-shadow; + -ms-transition-duration: 0.5s; + -o-transition-property: background-color, box-shadow; + -o-transition-duration: 0.5s; + transition-property: background-color, box-shadow; + transition-duration: 0.5s; +} + +div.line.glow { + background-color: cyan; + box-shadow: 0 0 10px cyan; +} + + +span.lineno { + padding-right: 4px; + text-align: right; + border-right: 2px solid #0F0; + background-color: #E8E8E8; + white-space: pre; +} +span.lineno a { + background-color: #D8D8D8; +} + +span.lineno a:hover { + background-color: #C8C8C8; +} + +div.ah { + background-color: black; + font-weight: bold; + color: #ffffff; + margin-bottom: 3px; + margin-top: 3px; + padding: 0.2em; + border: solid thin #333; + border-radius: 0.5em; + -webkit-border-radius: .5em; + -moz-border-radius: .5em; + box-shadow: 2px 2px 3px #999; + -webkit-box-shadow: 2px 2px 3px #999; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444)); + background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000); +} + +div.groupHeader { + margin-left: 16px; + margin-top: 12px; + font-weight: bold; +} + +div.groupText { + margin-left: 16px; + font-style: italic; +} + +body { + background-color: white; + color: black; + margin: 0; +} + +div.contents { + margin-top: 10px; + margin-left: 12px; + margin-right: 8px; +} + +td.indexkey { + background-color: #EBEFF6; + font-weight: bold; + border: 1px solid #C4CFE5; + margin: 2px 0px 2px 0; + padding: 2px 10px; + white-space: nowrap; + vertical-align: top; +} + +td.indexvalue { + background-color: #EBEFF6; + border: 1px solid #C4CFE5; + padding: 2px 10px; + margin: 2px 0px; +} + +tr.memlist { + background-color: #EEF1F7; +} + +p.formulaDsp { + text-align: center; +} + +img.formulaDsp { + +} + +img.formulaInl { + vertical-align: middle; +} + +div.center { + text-align: center; + margin-top: 0px; + margin-bottom: 0px; + padding: 0px; +} + +div.center img { + border: 0px; +} + +address.footer { + text-align: right; + padding-right: 12px; +} + +img.footer { + border: 0px; + vertical-align: middle; +} + +/* @group Code Colorization */ + +span.keyword { + color: #008000 +} + +span.keywordtype { + color: #604020 +} + +span.keywordflow { + color: #e08000 +} + +span.comment { + color: #800000 +} + +span.preprocessor { + color: #806020 +} + +span.stringliteral { + color: #002080 +} + +span.charliteral { + color: #008080 +} + +span.vhdldigit { + color: #ff00ff +} + +span.vhdlchar { + color: #000000 +} + +span.vhdlkeyword { + color: #700070 +} + +span.vhdllogic { + color: #ff0000 +} + +blockquote { + background-color: #F7F8FB; + border-left: 2px solid #9CAFD4; + margin: 0 24px 0 4px; + padding: 0 12px 0 16px; +} + +/* @end */ + +/* +.search { + color: #003399; + font-weight: bold; +} + +form.search { + margin-bottom: 0px; + margin-top: 0px; +} + +input.search { + font-size: 75%; + color: #000080; + font-weight: normal; + background-color: #e8eef2; +} +*/ + +td.tiny { + font-size: 75%; +} + +.dirtab { + padding: 4px; + border-collapse: collapse; + border: 1px solid #A3B4D7; +} + +th.dirtab { + background: #EBEFF6; + font-weight: bold; +} + +hr { + height: 0px; + border: none; + border-top: 1px solid #4A6AAA; +} + +hr.footer { + height: 1px; +} + +/* @group Member Descriptions */ + +table.memberdecls { + border-spacing: 0px; + padding: 0px; +} + +.memberdecls td, .fieldtable tr { + -webkit-transition-property: background-color, box-shadow; + -webkit-transition-duration: 0.5s; + -moz-transition-property: background-color, box-shadow; + -moz-transition-duration: 0.5s; + -ms-transition-property: background-color, box-shadow; + -ms-transition-duration: 0.5s; + -o-transition-property: background-color, box-shadow; + -o-transition-duration: 0.5s; + transition-property: background-color, box-shadow; + transition-duration: 0.5s; +} + +.memberdecls td.glow, .fieldtable tr.glow { + background-color: cyan; + box-shadow: 0 0 15px cyan; +} + +.mdescLeft, .mdescRight, +.memItemLeft, .memItemRight, +.memTemplItemLeft, .memTemplItemRight, .memTemplParams { + background-color: #F9FAFC; + border: none; + margin: 4px; + padding: 1px 0 0 8px; +} + +.mdescLeft, .mdescRight { + padding: 0px 8px 4px 8px; + color: #555; +} + +.memSeparator { + border-bottom: 1px solid #DEE4F0; + line-height: 1px; + margin: 0px; + padding: 0px; +} + +.memItemLeft, .memTemplItemLeft { + white-space: nowrap; +} + +.memItemRight { + width: 100%; +} + +.memTemplParams { + color: #4665A2; + white-space: nowrap; + font-size: 80%; +} + +/* @end */ + +/* @group Member Details */ + +/* Styles for detailed member documentation */ + +.memtemplate { + font-size: 80%; + color: #4665A2; + font-weight: normal; + margin-left: 9px; +} + +.memnav { + background-color: #EBEFF6; + border: 1px solid #A3B4D7; + text-align: center; + margin: 2px; + margin-right: 15px; + padding: 2px; +} + +.mempage { + width: 100%; +} + +.memitem { + padding: 0; + margin-bottom: 10px; + margin-right: 5px; + -webkit-transition: box-shadow 0.5s linear; + -moz-transition: box-shadow 0.5s linear; + -ms-transition: box-shadow 0.5s linear; + -o-transition: box-shadow 0.5s linear; + transition: box-shadow 0.5s linear; + display: table !important; + width: 100%; +} + +.memitem.glow { + box-shadow: 0 0 15px cyan; +} + +.memname { + font-weight: bold; + margin-left: 6px; +} + +.memname td { + vertical-align: bottom; +} + +.memproto, dl.reflist dt { + border-top: 1px solid #A8B8D9; + border-left: 1px solid #A8B8D9; + border-right: 1px solid #A8B8D9; + padding: 6px 0px 6px 0px; + color: #253555; + font-weight: bold; + text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); + background-image:url('nav_f.png'); + background-repeat:repeat-x; + background-color: #E2E8F2; + /* opera specific markup */ + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + border-top-right-radius: 4px; + border-top-left-radius: 4px; + /* firefox specific markup */ + -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; + -moz-border-radius-topright: 4px; + -moz-border-radius-topleft: 4px; + /* webkit specific markup */ + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + -webkit-border-top-right-radius: 4px; + -webkit-border-top-left-radius: 4px; + +} + +.memdoc, dl.reflist dd { + border-bottom: 1px solid #A8B8D9; + border-left: 1px solid #A8B8D9; + border-right: 1px solid #A8B8D9; + padding: 6px 10px 2px 10px; + background-color: #FBFCFD; + border-top-width: 0; + background-image:url('nav_g.png'); + background-repeat:repeat-x; + background-color: #FFFFFF; + /* opera specific markup */ + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; + box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); + /* firefox specific markup */ + -moz-border-radius-bottomleft: 4px; + -moz-border-radius-bottomright: 4px; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; + /* webkit specific markup */ + -webkit-border-bottom-left-radius: 4px; + -webkit-border-bottom-right-radius: 4px; + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); +} + +dl.reflist dt { + padding: 5px; +} + +dl.reflist dd { + margin: 0px 0px 10px 0px; + padding: 5px; +} + +.paramkey { + text-align: right; +} + +.paramtype { + white-space: nowrap; +} + +.paramname { + color: #602020; + white-space: nowrap; +} +.paramname em { + font-style: normal; +} +.paramname code { + line-height: 14px; +} + +.params, .retval, .exception, .tparams { + margin-left: 0px; + padding-left: 0px; +} + +.params .paramname, .retval .paramname { + font-weight: bold; + vertical-align: top; +} + +.params .paramtype { + font-style: italic; + vertical-align: top; +} + +.params .paramdir { + font-family: "courier new",courier,monospace; + vertical-align: top; +} + +table.mlabels { + border-spacing: 0px; +} + +td.mlabels-left { + width: 100%; + padding: 0px; +} + +td.mlabels-right { + vertical-align: bottom; + padding: 0px; + white-space: nowrap; +} + +span.mlabels { + margin-left: 8px; +} + +span.mlabel { + background-color: #728DC1; + border-top:1px solid #5373B4; + border-left:1px solid #5373B4; + border-right:1px solid #C4CFE5; + border-bottom:1px solid #C4CFE5; + text-shadow: none; + color: white; + margin-right: 4px; + padding: 2px 3px; + border-radius: 3px; + font-size: 7pt; + white-space: nowrap; + vertical-align: middle; +} + + + +/* @end */ + +/* these are for tree view inside a (index) page */ + +div.directory { + margin: 10px 0px; + border-top: 1px solid #9CAFD4; + border-bottom: 1px solid #9CAFD4; + width: 100%; +} + +.directory table { + border-collapse:collapse; +} + +.directory td { + margin: 0px; + padding: 0px; + vertical-align: top; +} + +.directory td.entry { + white-space: nowrap; + padding-right: 6px; + padding-top: 3px; +} + +.directory td.entry a { + outline:none; +} + +.directory td.entry a img { + border: none; +} + +.directory td.desc { + width: 100%; + padding-left: 6px; + padding-right: 6px; + padding-top: 3px; + border-left: 1px solid rgba(0,0,0,0.05); +} + +.directory tr.even { + padding-left: 6px; + background-color: #F7F8FB; +} + +.directory img { + vertical-align: -30%; +} + +.directory .levels { + white-space: nowrap; + width: 100%; + text-align: right; + font-size: 9pt; +} + +.directory .levels span { + cursor: pointer; + padding-left: 2px; + padding-right: 2px; + color: #3D578C; +} + +.arrow { + color: #9CAFD4; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; + font-size: 80%; + display: inline-block; + width: 16px; + height: 22px; +} + +.icon { + font-family: Arial, Helvetica; + font-weight: bold; + font-size: 12px; + height: 14px; + width: 16px; + display: inline-block; + background-color: #728DC1; + color: white; + text-align: center; + border-radius: 4px; + margin-left: 2px; + margin-right: 2px; +} + +.icona { + width: 24px; + height: 22px; + display: inline-block; +} + +.iconfopen { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('ftv2folderopen.png'); + background-position: 0px -4px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + +.iconfclosed { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('ftv2folderclosed.png'); + background-position: 0px -4px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + +.icondoc { + width: 24px; + height: 18px; + margin-bottom: 4px; + background-image:url('ftv2doc.png'); + background-position: 0px -4px; + background-repeat: repeat-y; + vertical-align:top; + display: inline-block; +} + +table.directory { + font: 400 14px Roboto,sans-serif; +} + +/* @end */ + +div.dynheader { + margin-top: 8px; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +address { + font-style: normal; + color: #2A3D61; +} + +table.doxtable { + border-collapse:collapse; + margin-top: 4px; + margin-bottom: 4px; +} + +table.doxtable td, table.doxtable th { + border: 1px solid #2D4068; + padding: 3px 7px 2px; +} + +table.doxtable th { + background-color: #374F7F; + color: #FFFFFF; + font-size: 110%; + padding-bottom: 4px; + padding-top: 5px; +} + +table.fieldtable { + /*width: 100%;*/ + margin-bottom: 10px; + border: 1px solid #A8B8D9; + border-spacing: 0px; + -moz-border-radius: 4px; + -webkit-border-radius: 4px; + border-radius: 4px; + -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px; + -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); + box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.15); +} + +.fieldtable td, .fieldtable th { + padding: 3px 7px 2px; +} + +.fieldtable td.fieldtype, .fieldtable td.fieldname { + white-space: nowrap; + border-right: 1px solid #A8B8D9; + border-bottom: 1px solid #A8B8D9; + vertical-align: top; +} + +.fieldtable td.fieldname { + padding-top: 3px; +} + +.fieldtable td.fielddoc { + border-bottom: 1px solid #A8B8D9; + /*width: 100%;*/ +} + +.fieldtable td.fielddoc p:first-child { + margin-top: 0px; +} + +.fieldtable td.fielddoc p:last-child { + margin-bottom: 2px; +} + +.fieldtable tr:last-child td { + border-bottom: none; +} + +.fieldtable th { + background-image:url('nav_f.png'); + background-repeat:repeat-x; + background-color: #E2E8F2; + font-size: 90%; + color: #253555; + padding-bottom: 4px; + padding-top: 5px; + text-align:left; + -moz-border-radius-topleft: 4px; + -moz-border-radius-topright: 4px; + -webkit-border-top-left-radius: 4px; + -webkit-border-top-right-radius: 4px; + border-top-left-radius: 4px; + border-top-right-radius: 4px; + border-bottom: 1px solid #A8B8D9; +} + + +.tabsearch { + top: 0px; + left: 10px; + height: 36px; + background-image: url('tab_b.png'); + z-index: 101; + overflow: hidden; + font-size: 13px; +} + +.navpath ul +{ + font-size: 11px; + background-image:url('tab_b.png'); + background-repeat:repeat-x; + background-position: 0 -5px; + height:30px; + line-height:30px; + color:#8AA0CC; + border:solid 1px #C2CDE4; + overflow:hidden; + margin:0px; + padding:0px; +} + +.navpath li +{ + list-style-type:none; + float:left; + padding-left:10px; + padding-right:15px; + background-image:url('bc_s.png'); + background-repeat:no-repeat; + background-position:right; + color:#364D7C; +} + +.navpath li.navelem a +{ + height:32px; + display:block; + text-decoration: none; + outline: none; + color: #283A5D; + font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; + text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); + text-decoration: none; +} + +.navpath li.navelem a:hover +{ + color:#6884BD; +} + +.navpath li.footer +{ + list-style-type:none; + float:right; + padding-left:10px; + padding-right:15px; + background-image:none; + background-repeat:no-repeat; + background-position:right; + color:#364D7C; + font-size: 8pt; +} + + +div.summary +{ + float: right; + font-size: 8pt; + padding-right: 5px; + width: 50%; + text-align: right; +} + +div.summary a +{ + white-space: nowrap; +} + +div.ingroups +{ + font-size: 8pt; + width: 50%; + text-align: left; +} + +div.ingroups a +{ + white-space: nowrap; +} + +div.header +{ + background-image:url('nav_h.png'); + background-repeat:repeat-x; + background-color: #F9FAFC; + margin: 0px; + border-bottom: 1px solid #C4CFE5; +} + +div.headertitle +{ + padding: 5px 5px 5px 10px; +} + +dl +{ + padding: 0 0 0 10px; +} + +/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */ +dl.section +{ + margin-left: 0px; + padding-left: 0px; +} + +dl.note +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #D0C000; +} + +dl.warning, dl.attention +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #FF0000; +} + +dl.pre, dl.post, dl.invariant +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #00D000; +} + +dl.deprecated +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #505050; +} + +dl.todo +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #00C0E0; +} + +dl.test +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #3030E0; +} + +dl.bug +{ + margin-left:-7px; + padding-left: 3px; + border-left:4px solid; + border-color: #C08050; +} + +dl.section dd { + margin-bottom: 6px; +} + + +#projectlogo +{ + text-align: center; + vertical-align: bottom; + border-collapse: separate; +} + +#projectlogo img +{ + border: 0px none; +} + +#projectname +{ + font: 300% Tahoma, Arial,sans-serif; + margin: 0px; + padding: 2px 0px; +} + +#projectbrief +{ + font: 120% Tahoma, Arial,sans-serif; + margin: 0px; + padding: 0px; +} + +#projectnumber +{ + font: 50% Tahoma, Arial,sans-serif; + margin: 0px; + padding: 0px; +} + +#titlearea +{ + padding: 0px; + margin: 0px; + width: 100%; + border-bottom: 1px solid #5373B4; +} + +.image +{ + text-align: center; +} + +.dotgraph +{ + text-align: center; +} + +.mscgraph +{ + text-align: center; +} + +.diagraph +{ + text-align: center; +} + +.caption +{ + font-weight: bold; +} + +div.zoom +{ + border: 1px solid #90A5CE; +} + +dl.citelist { + margin-bottom:50px; +} + +dl.citelist dt { + color:#334975; + float:left; + font-weight:bold; + margin-right:10px; + padding:5px; +} + +dl.citelist dd { + margin:2px 0; + padding:5px 0; +} + +div.toc { + padding: 14px 25px; + background-color: #F4F6FA; + border: 1px solid #D8DFEE; + border-radius: 7px 7px 7px 7px; + float: right; + height: auto; + margin: 0 20px 10px 10px; + width: 200px; +} + +div.toc li { + background: url("bdwn.png") no-repeat scroll 0 5px transparent; + font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif; + margin-top: 5px; + padding-left: 10px; + padding-top: 2px; +} + +div.toc h3 { + font: bold 12px/1.2 Arial,FreeSans,sans-serif; + color: #4665A2; + border-bottom: 0 none; + margin: 0; +} + +div.toc ul { + list-style: none outside none; + border: medium none; + padding: 0px; +} + +div.toc li.level1 { + margin-left: 0px; +} + +div.toc li.level2 { + margin-left: 15px; +} + +div.toc li.level3 { + margin-left: 30px; +} + +div.toc li.level4 { + margin-left: 45px; +} + +.inherit_header { + font-weight: bold; + color: gray; + cursor: pointer; + -webkit-touch-callout: none; + -webkit-user-select: none; + -khtml-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} + +.inherit_header td { + padding: 6px 0px 2px 5px; +} + +.inherit { + display: none; +} + +tr.heading h2 { + margin-top: 12px; + margin-bottom: 4px; +} + +/* tooltip related style info */ + +.ttc { + position: absolute; + display: none; +} + +#powerTip { + cursor: default; + white-space: nowrap; + background-color: white; + border: 1px solid gray; + border-radius: 4px 4px 4px 4px; + box-shadow: 1px 1px 7px gray; + display: none; + font-size: smaller; + max-width: 80%; + opacity: 0.9; + padding: 1ex 1em 1em; + position: absolute; + z-index: 2147483647; +} + +#powerTip div.ttdoc { + color: grey; + font-style: italic; +} + +#powerTip div.ttname a { + font-weight: bold; +} + +#powerTip div.ttname { + font-weight: bold; +} + +#powerTip div.ttdeci { + color: #006318; +} + +#powerTip div { + margin: 0px; + padding: 0px; + font: 12px/16px Roboto,sans-serif; +} + +#powerTip:before, #powerTip:after { + content: ""; + position: absolute; + margin: 0px; +} + +#powerTip.n:after, #powerTip.n:before, +#powerTip.s:after, #powerTip.s:before, +#powerTip.w:after, #powerTip.w:before, +#powerTip.e:after, #powerTip.e:before, +#powerTip.ne:after, #powerTip.ne:before, +#powerTip.se:after, #powerTip.se:before, +#powerTip.nw:after, #powerTip.nw:before, +#powerTip.sw:after, #powerTip.sw:before { + border: solid transparent; + content: " "; + height: 0; + width: 0; + position: absolute; +} + +#powerTip.n:after, #powerTip.s:after, +#powerTip.w:after, #powerTip.e:after, +#powerTip.nw:after, #powerTip.ne:after, +#powerTip.sw:after, #powerTip.se:after { + border-color: rgba(255, 255, 255, 0); +} + +#powerTip.n:before, #powerTip.s:before, +#powerTip.w:before, #powerTip.e:before, +#powerTip.nw:before, #powerTip.ne:before, +#powerTip.sw:before, #powerTip.se:before { + border-color: rgba(128, 128, 128, 0); +} + +#powerTip.n:after, #powerTip.n:before, +#powerTip.ne:after, #powerTip.ne:before, +#powerTip.nw:after, #powerTip.nw:before { + top: 100%; +} + +#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after { + border-top-color: #ffffff; + border-width: 10px; + margin: 0px -10px; +} +#powerTip.n:before { + border-top-color: #808080; + border-width: 11px; + margin: 0px -11px; +} +#powerTip.n:after, #powerTip.n:before { + left: 50%; +} + +#powerTip.nw:after, #powerTip.nw:before { + right: 14px; +} + +#powerTip.ne:after, #powerTip.ne:before { + left: 14px; +} + +#powerTip.s:after, #powerTip.s:before, +#powerTip.se:after, #powerTip.se:before, +#powerTip.sw:after, #powerTip.sw:before { + bottom: 100%; +} + +#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after { + border-bottom-color: #ffffff; + border-width: 10px; + margin: 0px -10px; +} + +#powerTip.s:before, #powerTip.se:before, #powerTip.sw:before { + border-bottom-color: #808080; + border-width: 11px; + margin: 0px -11px; +} + +#powerTip.s:after, #powerTip.s:before { + left: 50%; +} + +#powerTip.sw:after, #powerTip.sw:before { + right: 14px; +} + +#powerTip.se:after, #powerTip.se:before { + left: 14px; +} + +#powerTip.e:after, #powerTip.e:before { + left: 100%; +} +#powerTip.e:after { + border-left-color: #ffffff; + border-width: 10px; + top: 50%; + margin-top: -10px; +} +#powerTip.e:before { + border-left-color: #808080; + border-width: 11px; + top: 50%; + margin-top: -11px; +} + +#powerTip.w:after, #powerTip.w:before { + right: 100%; +} +#powerTip.w:after { + border-right-color: #ffffff; + border-width: 10px; + top: 50%; + margin-top: -10px; +} +#powerTip.w:before { + border-right-color: #808080; + border-width: 11px; + top: 50%; + margin-top: -11px; +} + +@media print +{ + #top { display: none; } + #side-nav { display: none; } + #nav-path { display: none; } + body { overflow:visible; } + h1, h2, h3, h4, h5, h6 { page-break-after: avoid; } + .summary { display: none; } + .memitem { page-break-inside: avoid; } + #doc-content + { + margin-left:0 !important; + height:auto !important; + width:auto !important; + overflow:inherit; + display:inline; + } +} + diff --git a/docs/doxygen.png b/docs/doxygen.png new file mode 100644 index 0000000..3ff17d8 Binary files /dev/null and b/docs/doxygen.png differ diff --git a/docs/dynsections.js b/docs/dynsections.js new file mode 100644 index 0000000..85e1836 --- /dev/null +++ b/docs/dynsections.js @@ -0,0 +1,97 @@ +function toggleVisibility(linkObj) +{ + var base = $(linkObj).attr('id'); + var summary = $('#'+base+'-summary'); + var content = $('#'+base+'-content'); + var trigger = $('#'+base+'-trigger'); + var src=$(trigger).attr('src'); + if (content.is(':visible')===true) { + content.hide(); + summary.show(); + $(linkObj).addClass('closed').removeClass('opened'); + $(trigger).attr('src',src.substring(0,src.length-8)+'closed.png'); + } else { + content.show(); + summary.hide(); + $(linkObj).removeClass('closed').addClass('opened'); + $(trigger).attr('src',src.substring(0,src.length-10)+'open.png'); + } + return false; +} + +function updateStripes() +{ + $('table.directory tr'). + removeClass('even').filter(':visible:even').addClass('even'); +} + +function toggleLevel(level) +{ + $('table.directory tr').each(function() { + var l = this.id.split('_').length-1; + var i = $('#img'+this.id.substring(3)); + var a = $('#arr'+this.id.substring(3)); + if (l + + + + + +AngelCAD: File List + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
File List
+
+
+
Here is a list of all files with brief descriptions:
+ + + + +
 angelcad.h
 doc.as
 mainpage.h
+
+
+ + + + diff --git a/docs/ftv2blank.png b/docs/ftv2blank.png new file mode 100644 index 0000000..63c605b Binary files /dev/null and b/docs/ftv2blank.png differ diff --git a/docs/ftv2doc.png b/docs/ftv2doc.png new file mode 100644 index 0000000..17edabf Binary files /dev/null and b/docs/ftv2doc.png differ diff --git a/docs/ftv2folderclosed.png b/docs/ftv2folderclosed.png new file mode 100644 index 0000000..bb8ab35 Binary files /dev/null and b/docs/ftv2folderclosed.png differ diff --git a/docs/ftv2folderopen.png b/docs/ftv2folderopen.png new file mode 100644 index 0000000..d6c7f67 Binary files /dev/null and b/docs/ftv2folderopen.png differ diff --git a/docs/ftv2lastnode.png b/docs/ftv2lastnode.png new file mode 100644 index 0000000..63c605b Binary files /dev/null and b/docs/ftv2lastnode.png differ diff --git a/docs/ftv2link.png b/docs/ftv2link.png new file mode 100644 index 0000000..17edabf Binary files /dev/null and b/docs/ftv2link.png differ diff --git a/docs/ftv2mlastnode.png b/docs/ftv2mlastnode.png new file mode 100644 index 0000000..0b63f6d Binary files /dev/null and b/docs/ftv2mlastnode.png differ diff --git a/docs/ftv2mnode.png b/docs/ftv2mnode.png new file mode 100644 index 0000000..0b63f6d Binary files /dev/null and b/docs/ftv2mnode.png differ diff --git a/docs/ftv2node.png b/docs/ftv2node.png new file mode 100644 index 0000000..63c605b Binary files /dev/null and b/docs/ftv2node.png differ diff --git a/docs/ftv2plastnode.png b/docs/ftv2plastnode.png new file mode 100644 index 0000000..c6ee22f Binary files /dev/null and b/docs/ftv2plastnode.png differ diff --git a/docs/ftv2pnode.png b/docs/ftv2pnode.png new file mode 100644 index 0000000..c6ee22f Binary files /dev/null and b/docs/ftv2pnode.png differ diff --git a/docs/ftv2splitbar.png b/docs/ftv2splitbar.png new file mode 100644 index 0000000..fe895f2 Binary files /dev/null and b/docs/ftv2splitbar.png differ diff --git a/docs/ftv2vertline.png b/docs/ftv2vertline.png new file mode 100644 index 0000000..63c605b Binary files /dev/null and b/docs/ftv2vertline.png differ diff --git a/docs/functions.html b/docs/functions.html new file mode 100644 index 0000000..0cd9330 --- /dev/null +++ b/docs/functions.html @@ -0,0 +1,100 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- a -

+
+ + + + diff --git a/docs/functions_b.html b/docs/functions_b.html new file mode 100644 index 0000000..561eeac --- /dev/null +++ b/docs/functions_b.html @@ -0,0 +1,127 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- b -

+
+ + + + diff --git a/docs/functions_c.html b/docs/functions_c.html new file mode 100644 index 0000000..294a750 --- /dev/null +++ b/docs/functions_c.html @@ -0,0 +1,115 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- c -

+
+ + + + diff --git a/docs/functions_d.html b/docs/functions_d.html new file mode 100644 index 0000000..923eba9 --- /dev/null +++ b/docs/functions_d.html @@ -0,0 +1,143 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- d -

+
+ + + + diff --git a/docs/functions_e.html b/docs/functions_e.html new file mode 100644 index 0000000..cddce9d --- /dev/null +++ b/docs/functions_e.html @@ -0,0 +1,96 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- e -

+
+ + + + diff --git a/docs/functions_f.html b/docs/functions_f.html new file mode 100644 index 0000000..cd2749f --- /dev/null +++ b/docs/functions_f.html @@ -0,0 +1,108 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- f -

+
+ + + + diff --git a/docs/functions_func.html b/docs/functions_func.html new file mode 100644 index 0000000..bc23569 --- /dev/null +++ b/docs/functions_func.html @@ -0,0 +1,100 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- a -

+
+ + + + diff --git a/docs/functions_func_b.html b/docs/functions_func_b.html new file mode 100644 index 0000000..efa6cca --- /dev/null +++ b/docs/functions_func_b.html @@ -0,0 +1,127 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- b -

+
+ + + + diff --git a/docs/functions_func_c.html b/docs/functions_func_c.html new file mode 100644 index 0000000..9b3f7dd --- /dev/null +++ b/docs/functions_func_c.html @@ -0,0 +1,115 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- c -

+
+ + + + diff --git a/docs/functions_func_d.html b/docs/functions_func_d.html new file mode 100644 index 0000000..5c84e4e --- /dev/null +++ b/docs/functions_func_d.html @@ -0,0 +1,143 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- d -

+
+ + + + diff --git a/docs/functions_func_e.html b/docs/functions_func_e.html new file mode 100644 index 0000000..d916713 --- /dev/null +++ b/docs/functions_func_e.html @@ -0,0 +1,96 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- e -

+
+ + + + diff --git a/docs/functions_func_f.html b/docs/functions_func_f.html new file mode 100644 index 0000000..668af10 --- /dev/null +++ b/docs/functions_func_f.html @@ -0,0 +1,108 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- f -

+
+ + + + diff --git a/docs/functions_func_g.html b/docs/functions_func_g.html new file mode 100644 index 0000000..de54566 --- /dev/null +++ b/docs/functions_func_g.html @@ -0,0 +1,107 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- g -

+
+ + + + diff --git a/docs/functions_func_h.html b/docs/functions_func_h.html new file mode 100644 index 0000000..bdfc4ae --- /dev/null +++ b/docs/functions_func_h.html @@ -0,0 +1,111 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- h -

+
+ + + + diff --git a/docs/functions_func_i.html b/docs/functions_func_i.html new file mode 100644 index 0000000..a3e4830 --- /dev/null +++ b/docs/functions_func_i.html @@ -0,0 +1,102 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- i -

+
+ + + + diff --git a/docs/functions_func_l.html b/docs/functions_func_l.html new file mode 100644 index 0000000..1f88879 --- /dev/null +++ b/docs/functions_func_l.html @@ -0,0 +1,103 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- l -

+
+ + + + diff --git a/docs/functions_func_m.html b/docs/functions_func_m.html new file mode 100644 index 0000000..7196e51 --- /dev/null +++ b/docs/functions_func_m.html @@ -0,0 +1,102 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- m -

+
+ + + + diff --git a/docs/functions_func_n.html b/docs/functions_func_n.html new file mode 100644 index 0000000..41037a8 --- /dev/null +++ b/docs/functions_func_n.html @@ -0,0 +1,104 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- n -

+
+ + + + diff --git a/docs/functions_func_o.html b/docs/functions_func_o.html new file mode 100644 index 0000000..f1f42fa --- /dev/null +++ b/docs/functions_func_o.html @@ -0,0 +1,138 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- o -

+
+ + + + diff --git a/docs/functions_func_p.html b/docs/functions_func_p.html new file mode 100644 index 0000000..693e9ac --- /dev/null +++ b/docs/functions_func_p.html @@ -0,0 +1,114 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- p -

+
+ + + + diff --git a/docs/functions_func_r.html b/docs/functions_func_r.html new file mode 100644 index 0000000..9a51697 --- /dev/null +++ b/docs/functions_func_r.html @@ -0,0 +1,136 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- r -

+
+ + + + diff --git a/docs/functions_func_s.html b/docs/functions_func_s.html new file mode 100644 index 0000000..1d539d1 --- /dev/null +++ b/docs/functions_func_s.html @@ -0,0 +1,134 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- s -

+
+ + + + diff --git a/docs/functions_func_t.html b/docs/functions_func_t.html new file mode 100644 index 0000000..09687f7 --- /dev/null +++ b/docs/functions_func_t.html @@ -0,0 +1,179 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- t -

+
+ + + + diff --git a/docs/functions_func_u.html b/docs/functions_func_u.html new file mode 100644 index 0000000..28a6366 --- /dev/null +++ b/docs/functions_func_u.html @@ -0,0 +1,99 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- u -

+
+ + + + diff --git a/docs/functions_func_v.html b/docs/functions_func_v.html new file mode 100644 index 0000000..88c8fe8 --- /dev/null +++ b/docs/functions_func_v.html @@ -0,0 +1,112 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- v -

+
+ + + + diff --git a/docs/functions_func_w.html b/docs/functions_func_w.html new file mode 100644 index 0000000..b9b436e --- /dev/null +++ b/docs/functions_func_w.html @@ -0,0 +1,103 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- w -

+
+ + + + diff --git a/docs/functions_func_x.html b/docs/functions_func_x.html new file mode 100644 index 0000000..1af4e0e --- /dev/null +++ b/docs/functions_func_x.html @@ -0,0 +1,110 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- x -

+
+ + + + diff --git a/docs/functions_func_y.html b/docs/functions_func_y.html new file mode 100644 index 0000000..26d1ba0 --- /dev/null +++ b/docs/functions_func_y.html @@ -0,0 +1,110 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- y -

+
+ + + + diff --git a/docs/functions_func_z.html b/docs/functions_func_z.html new file mode 100644 index 0000000..4522646 --- /dev/null +++ b/docs/functions_func_z.html @@ -0,0 +1,108 @@ + + + + + + +AngelCAD: Class Members - Functions + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+  + +

- z -

+
+ + + + diff --git a/docs/functions_g.html b/docs/functions_g.html new file mode 100644 index 0000000..0347a4f --- /dev/null +++ b/docs/functions_g.html @@ -0,0 +1,107 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.0-05 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- g -

+
+ + + + diff --git a/docs/functions_h.html b/docs/functions_h.html new file mode 100644 index 0000000..9ac5a63 --- /dev/null +++ b/docs/functions_h.html @@ -0,0 +1,111 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- h -

+
+ + + + diff --git a/docs/functions_i.html b/docs/functions_i.html new file mode 100644 index 0000000..8d8acb7 --- /dev/null +++ b/docs/functions_i.html @@ -0,0 +1,102 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- i -

+
+ + + + diff --git a/docs/functions_l.html b/docs/functions_l.html new file mode 100644 index 0000000..64a32b5 --- /dev/null +++ b/docs/functions_l.html @@ -0,0 +1,103 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- l -

+
+ + + + diff --git a/docs/functions_m.html b/docs/functions_m.html new file mode 100644 index 0000000..d60cd45 --- /dev/null +++ b/docs/functions_m.html @@ -0,0 +1,102 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- m -

+
+ + + + diff --git a/docs/functions_n.html b/docs/functions_n.html new file mode 100644 index 0000000..9fb959f --- /dev/null +++ b/docs/functions_n.html @@ -0,0 +1,104 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- n -

+
+ + + + diff --git a/docs/functions_o.html b/docs/functions_o.html new file mode 100644 index 0000000..eeb94fe --- /dev/null +++ b/docs/functions_o.html @@ -0,0 +1,138 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- o -

+
+ + + + diff --git a/docs/functions_p.html b/docs/functions_p.html new file mode 100644 index 0000000..3408d0d --- /dev/null +++ b/docs/functions_p.html @@ -0,0 +1,114 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- p -

+
+ + + + diff --git a/docs/functions_r.html b/docs/functions_r.html new file mode 100644 index 0000000..ed16d8f --- /dev/null +++ b/docs/functions_r.html @@ -0,0 +1,136 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- r -

+
+ + + + diff --git a/docs/functions_s.html b/docs/functions_s.html new file mode 100644 index 0000000..798996a --- /dev/null +++ b/docs/functions_s.html @@ -0,0 +1,134 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- s -

+
+ + + + diff --git a/docs/functions_t.html b/docs/functions_t.html new file mode 100644 index 0000000..5c69715 --- /dev/null +++ b/docs/functions_t.html @@ -0,0 +1,179 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- t -

+
+ + + + diff --git a/docs/functions_u.html b/docs/functions_u.html new file mode 100644 index 0000000..f4f66a6 --- /dev/null +++ b/docs/functions_u.html @@ -0,0 +1,99 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- u -

+
+ + + + diff --git a/docs/functions_v.html b/docs/functions_v.html new file mode 100644 index 0000000..3691371 --- /dev/null +++ b/docs/functions_v.html @@ -0,0 +1,112 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- v -

+
+ + + + diff --git a/docs/functions_vars.html b/docs/functions_vars.html new file mode 100644 index 0000000..ae204dd --- /dev/null +++ b/docs/functions_vars.html @@ -0,0 +1,74 @@ + + + + + + +AngelCAD: Class Members - Variables + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  V3.3-02 +
+
AngelScript based 3d modeller
+
+
+ + + + + +
+
+
+ + + + diff --git a/docs/functions_w.html b/docs/functions_w.html new file mode 100644 index 0000000..b501b00 --- /dev/null +++ b/docs/functions_w.html @@ -0,0 +1,103 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- w -

+
+ + + + diff --git a/docs/functions_x.html b/docs/functions_x.html new file mode 100644 index 0000000..79f17fc --- /dev/null +++ b/docs/functions_x.html @@ -0,0 +1,110 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- x -

+
+ + + + diff --git a/docs/functions_y.html b/docs/functions_y.html new file mode 100644 index 0000000..094d597 --- /dev/null +++ b/docs/functions_y.html @@ -0,0 +1,110 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- y -

+
+ + + + diff --git a/docs/functions_z.html b/docs/functions_z.html new file mode 100644 index 0000000..afeb5d6 --- /dev/null +++ b/docs/functions_z.html @@ -0,0 +1,108 @@ + + + + + + +AngelCAD: Class Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + + +
+
+
Here is a list of all class members with links to the classes they belong to:
+ +

- z -

+
+ + + + diff --git a/docs/globals.html b/docs/globals.html new file mode 100644 index 0000000..323c8a7 --- /dev/null +++ b/docs/globals.html @@ -0,0 +1,66 @@ + + + + + + +AngelCAD: File Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + +
+
+
Here is a list of all file members with links to the files they belong to:
+
+ + + + diff --git a/docs/globals_func.html b/docs/globals_func.html new file mode 100644 index 0000000..a90a156 --- /dev/null +++ b/docs/globals_func.html @@ -0,0 +1,66 @@ + + + + + + +AngelCAD: File Members + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + + +
+
+
+ + + + diff --git a/docs/hierarchy.html b/docs/hierarchy.html new file mode 100644 index 0000000..be529e0 --- /dev/null +++ b/docs/hierarchy.html @@ -0,0 +1,112 @@ + + + + + + +AngelCAD: Class Hierarchy + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
Class Hierarchy
+
+
+
This inheritance list is sorted roughly, but not completely, alphabetically:
+
[detail level 123]
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
 CboundingboxBounding box aligned with system axes
 Clocsys3d3d localsystem
 CpfacePolyhedron face
 Cpos2d2d position coordinates
 Cpos3d3d position coordinates
 CshapeAbstract base for all primitives and booleans
 Cshape2dAbstract base for 2d primitives and booleans
 CcircleCircle, centered at origin
 Cdifference2d2d difference boolean operation
 Cfill2d2d fill operation, filling holes in input shapes
 Chull2d2d hull operation, enclosing the input shapes
 Cintersection2d2d intersection boolean operation
 Cminkowski2d2d Minkowski sum operation
 Coffset2d2d profile offset
 CpolygonPolygon, vertices in CCW order
 CrectangleRectangle, by default located in 1st quadrant touching origin
 CsquareSquare, by default located in 1st quadrant touching origin
 Cunion2d2d union boolean operation
 CsolidAbstract base for 3d primitives and booleans
 CconeCone with axis in z-direction, by default extending from origin
 CcubeCube, by default in 1st octant with one corner toucing origin
 CcuboidCuboid, by default in 1st octant with one corner toucing origin
 CcylinderCylinder with axis in z-direction, by default extending from origin
 Cdifference3d3d difference boolean operation
 Chull3d3d hull operation, enclosing the input solids
 Cintersection3d3d intersection boolean operation
 Clinear_extrudeExtrude 2d shape in z direction into 3d solid
 Cminkowski3d3d Minkowski sum operation
 CpolyhedronClosed polyhedron volume defined by vertices and planar faces
 Crotate_extrudeExtrude 2d shape CCW in XZ plane into 3d solid
 CsphereSphere, centered at origin
 CsweepSweep 2d shape along path curve to create 3d solid
 Ctransform_extrudeExtrude from botton to top shapes using transform
 Cunion3d3d union boolean operation
 Cspline2d2d cubic spline curve
 Cspline3d3d cubic spline curve
 Cspline_pathSpline_path for sweep
 CtmatrixAbstract base matrix for transformations
 ChmatrixHomogeneous transformation matrix
 CmirrorMirror transformation around given point
 Crotate_xRotation around x
 Crotate_yRotation around y
 Crotate_zRotation around z
 CscaleScaling transformation
 CtranslateTranslation in x, y and z
 Cvec2d2d direction vector
 Cvec3d3d direction vector
+
+
+ + + + diff --git a/docs/index.hhc b/docs/index.hhc new file mode 100644 index 0000000..9b4d57a --- /dev/null +++ b/docs/index.hhc @@ -0,0 +1,1187 @@ + + + + + + + + diff --git a/docs/index.hhk b/docs/index.hhk new file mode 100644 index 0000000..59a6e9a --- /dev/null +++ b/docs/index.hhk @@ -0,0 +1,826 @@ + + + + + + + + diff --git a/docs/index.hhp b/docs/index.hhp new file mode 100644 index 0000000..9eacdc0 --- /dev/null +++ b/docs/index.hhp @@ -0,0 +1,230 @@ +[OPTIONS] +Compiled file=angelcad.chm +Compatibility=1.1 +Full-text search=Yes +Contents file=index.hhc +Default Window=main +Default topic=index.html +Index file=index.hhk +Language=0x409 English (United States) +Title=AngelCAD + +[WINDOWS] +main="AngelCAD","index.hhc","index.hhk","index.html","index.html",,,,,0x23520,,0x10387e,,,,,,,,0 + +[FILES] +angelcad_8h_source.html +mainpage_8h_source.html +angelcad_8h.html +doc_8as.html +mainpage_8h.html +classboundingbox.html +classboundingbox-members.html +classcircle.html +classcircle-members.html +classcone.html +classcone-members.html +classcube.html +classcube-members.html +classcuboid.html +classcuboid-members.html +classcylinder.html +classcylinder-members.html +classdifference2d.html +classdifference2d-members.html +classdifference3d.html +classdifference3d-members.html +classfill2d.html +classfill2d-members.html +classhmatrix.html +classhmatrix-members.html +classhull2d.html +classhull2d-members.html +classhull3d.html +classhull3d-members.html +classintersection2d.html +classintersection2d-members.html +classintersection3d.html +classintersection3d-members.html +classlinear__extrude.html +classlinear__extrude-members.html +classlocsys3d.html +classlocsys3d-members.html +classminkowski2d.html +classminkowski2d-members.html +classminkowski3d.html +classminkowski3d-members.html +classmirror.html +classmirror-members.html +classoffset2d.html +classoffset2d-members.html +classpface.html +classpface-members.html +classpolygon.html +classpolygon-members.html +classpolyhedron.html +classpolyhedron-members.html +classpos2d.html +classpos2d-members.html +classpos3d.html +classpos3d-members.html +classrectangle.html +classrectangle-members.html +classrotate__extrude.html +classrotate__extrude-members.html +classrotate__x.html +classrotate__x-members.html +classrotate__y.html +classrotate__y-members.html +classrotate__z.html +classrotate__z-members.html +classscale.html +classscale-members.html +classshape.html +classshape-members.html +classshape2d.html +classshape2d-members.html +classsolid.html +classsolid-members.html +classsphere.html +classsphere-members.html +classspline2d.html +classspline2d-members.html +classspline3d.html +classspline3d-members.html +classspline__path.html +classspline__path-members.html +classsquare.html +classsquare-members.html +classsweep.html +classsweep-members.html +classtmatrix.html +classtmatrix-members.html +classtransform__extrude.html +classtransform__extrude-members.html +classtranslate.html +classtranslate-members.html +classunion2d.html +classunion2d-members.html +classunion3d.html +classunion3d-members.html +classvec2d.html +classvec2d-members.html +classvec3d.html +classvec3d-members.html +index.html +annotated.html +classes.html +hierarchy.html +functions.html +functions_b.html +functions_c.html +functions_d.html +functions_e.html +functions_f.html +functions_h.html +functions_i.html +functions_l.html +functions_m.html +functions_n.html +functions_o.html +functions_p.html +functions_r.html +functions_s.html +functions_t.html +functions_u.html +functions_v.html +functions_w.html +functions_x.html +functions_y.html +functions_z.html +functions_func.html +functions_func_b.html +functions_func_c.html +functions_func_d.html +functions_func_e.html +functions_func_f.html +functions_func_h.html +functions_func_i.html +functions_func_l.html +functions_func_m.html +functions_func_n.html +functions_func_o.html +functions_func_p.html +functions_func_r.html +functions_func_s.html +functions_func_t.html +functions_func_u.html +functions_func_v.html +functions_func_w.html +functions_func_x.html +functions_func_y.html +functions_func_z.html +files.html +globals.html +globals_func.html +tab_a.png +tab_b.png +tab_h.png +tab_s.png +nav_h.png +nav_f.png +bc_s.png +doxygen.png +closed.png +open.png +bdwn.png +sync_on.png +sync_off.png +angel_48x48.bmp +ftv2blank.png +ftv2doc.png +ftv2folderclosed.png +ftv2folderopen.png +ftv2lastnode.png +ftv2link.png +ftv2mlastnode.png +ftv2mnode.png +ftv2node.png +ftv2plastnode.png +ftv2pnode.png +ftv2vertline.png +ftv2splitbar.png +classcircle.png +classcone.png +classcube.png +classcuboid.png +classcylinder.png +classdifference2d.png +classdifference3d.png +classfill2d.png +classhmatrix.png +classhull2d.png +classhull3d.png +classintersection2d.png +classintersection3d.png +classlinear__extrude.png +classminkowski2d.png +classminkowski3d.png +classmirror.png +classoffset2d.png +classpolygon.png +classpolyhedron.png +classrectangle.png +classrotate__extrude.png +classrotate__x.png +classrotate__y.png +classrotate__z.png +classscale.png +classshape.png +classshape2d.png +classsolid.png +classsphere.png +classsquare.png +classsweep.png +classtmatrix.png +classtransform__extrude.png +classtranslate.png +classunion2d.png +classunion3d.png +angelcad_ide_70pst.png diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..f6edbc9 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,91 @@ + + + + + + +AngelCAD: AngelCAD + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + +
+
+
+
AngelCAD
+
+
+

AngelCAD is an application for creating 3D solid models, employing the Constructive Solid Geometry (CSG) technique using the AngelScript scripting language. The result is STL files or other formats suitable for 3D printing. AngelCAD can also produce 2D models in DXF format.

+

The software is developed by Carsten Arnholm and marketed by abmesh.com.

+
+angelcad_ide_70pst.png +
+

+The AngelCAD language

+

AngelCAD offers the AngelScript language as a means of expressing 3D designs. AngelScript is a powerful, but easy to learn language with syntax similar to many other languages. It allows you to create variables to describe parameters or to hold parts of the design. Standard constructs such as for-loops and if-statements are supported, plus much more. See the AngelScript language description for more information. The use of a scripting language offers many advantages, including easy sharing between people as well as a natural ability to describe parametric designs.

+

The AngelCAD language adds additional solid-modelling features to the general purpose AngelScript language. This includes modelling primitives such as 'cube', 'sphere' and 'polyhedron', and operators such as 'union3d' and 'hull'. For a full overview, see the 'Classes' page of this manual.

+

AngelCAD sample scripts are available from https://github.com/arnholm/angelcad-samples/, demonstrating practical use of the language.

+

+Installing

+

For a first impression without installing locally, try AngelCAD-online. To get the full benefits of AngelCAD-desktop running on your computer, please download and install the most recent version available from abmesh.com. AngelCAD-desktop is available for Windows and Ubuntu Linux.

+

To install the software, extract the downloaded ZIP-file and run the setup.exe (Windows) or setup.sh shell script (Linux).

+

+Getting Started

+

The code below is "basic_cube_sphere.as", a simple AngelCAD source file, also shown in the top image.

shape@ main_shape()
+
{
+
// create cube & sphere in default positions
+
double d = 100;
+
solid@ mycub = cube(size:d);
+
solid@ mysph = sphere(r:d*0.8);
+
+
// move the sphere in z-direction and subtract from cube
+
return mycub - translate(0,0,d)*mysph;
+
}
+
+
void main()
+
{
+
shape@ obj = main_shape();
+
obj.write_xcsg(GetInputFullPath(),secant_tolerance:0.02);
+
}
+

Some rules

    +
  • You must have a "void main()" function.
  • +
  • It is recommended to use a "shape@ main_shape()" function that returns the final object created.
  • +
  • You can use as many additional functions as you need.
  • +
  • Note the use of handles such as shape@, cylinder@ etc. You must use the "@" character with all AngelCAD CSG objects.
  • +
+
+ + + + diff --git a/docs/jquery.js b/docs/jquery.js new file mode 100644 index 0000000..c197801 --- /dev/null +++ b/docs/jquery.js @@ -0,0 +1,31 @@ +/*! + * jQuery JavaScript Library v1.7.1 + * http://jquery.com/ + * + * Copyright 2011, John Resig + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * Includes Sizzle.js + * http://sizzlejs.com/ + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * + * Date: Mon Nov 21 21:11:03 2011 -0500 + */ +(function(bb,L){var av=bb.document,bu=bb.navigator,bl=bb.location;var b=(function(){var bF=function(b0,b1){return new bF.fn.init(b0,b1,bD)},bU=bb.jQuery,bH=bb.$,bD,bY=/^(?:[^#<]*(<[\w\W]+>)[^>]*$|#([\w\-]*)$)/,bM=/\S/,bI=/^\s+/,bE=/\s+$/,bA=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,bN=/^[\],:{}\s]*$/,bW=/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,bP=/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,bJ=/(?:^|:|,)(?:\s*\[)+/g,by=/(webkit)[ \/]([\w.]+)/,bR=/(opera)(?:.*version)?[ \/]([\w.]+)/,bQ=/(msie) ([\w.]+)/,bS=/(mozilla)(?:.*? rv:([\w.]+))?/,bB=/-([a-z]|[0-9])/ig,bZ=/^-ms-/,bT=function(b0,b1){return(b1+"").toUpperCase()},bX=bu.userAgent,bV,bC,e,bL=Object.prototype.toString,bG=Object.prototype.hasOwnProperty,bz=Array.prototype.push,bK=Array.prototype.slice,bO=String.prototype.trim,bv=Array.prototype.indexOf,bx={};bF.fn=bF.prototype={constructor:bF,init:function(b0,b4,b3){var b2,b5,b1,b6;if(!b0){return this}if(b0.nodeType){this.context=this[0]=b0;this.length=1;return this}if(b0==="body"&&!b4&&av.body){this.context=av;this[0]=av.body;this.selector=b0;this.length=1;return this}if(typeof b0==="string"){if(b0.charAt(0)==="<"&&b0.charAt(b0.length-1)===">"&&b0.length>=3){b2=[null,b0,null]}else{b2=bY.exec(b0)}if(b2&&(b2[1]||!b4)){if(b2[1]){b4=b4 instanceof bF?b4[0]:b4;b6=(b4?b4.ownerDocument||b4:av);b1=bA.exec(b0);if(b1){if(bF.isPlainObject(b4)){b0=[av.createElement(b1[1])];bF.fn.attr.call(b0,b4,true)}else{b0=[b6.createElement(b1[1])]}}else{b1=bF.buildFragment([b2[1]],[b6]);b0=(b1.cacheable?bF.clone(b1.fragment):b1.fragment).childNodes}return bF.merge(this,b0)}else{b5=av.getElementById(b2[2]);if(b5&&b5.parentNode){if(b5.id!==b2[2]){return b3.find(b0)}this.length=1;this[0]=b5}this.context=av;this.selector=b0;return this}}else{if(!b4||b4.jquery){return(b4||b3).find(b0)}else{return this.constructor(b4).find(b0)}}}else{if(bF.isFunction(b0)){return b3.ready(b0)}}if(b0.selector!==L){this.selector=b0.selector;this.context=b0.context}return bF.makeArray(b0,this)},selector:"",jquery:"1.7.1",length:0,size:function(){return this.length},toArray:function(){return bK.call(this,0)},get:function(b0){return b0==null?this.toArray():(b0<0?this[this.length+b0]:this[b0])},pushStack:function(b1,b3,b0){var b2=this.constructor();if(bF.isArray(b1)){bz.apply(b2,b1)}else{bF.merge(b2,b1)}b2.prevObject=this;b2.context=this.context;if(b3==="find"){b2.selector=this.selector+(this.selector?" ":"")+b0}else{if(b3){b2.selector=this.selector+"."+b3+"("+b0+")"}}return b2},each:function(b1,b0){return bF.each(this,b1,b0)},ready:function(b0){bF.bindReady();bC.add(b0);return this},eq:function(b0){b0=+b0;return b0===-1?this.slice(b0):this.slice(b0,b0+1)},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},slice:function(){return this.pushStack(bK.apply(this,arguments),"slice",bK.call(arguments).join(","))},map:function(b0){return this.pushStack(bF.map(this,function(b2,b1){return b0.call(b2,b1,b2)}))},end:function(){return this.prevObject||this.constructor(null)},push:bz,sort:[].sort,splice:[].splice};bF.fn.init.prototype=bF.fn;bF.extend=bF.fn.extend=function(){var b9,b2,b0,b1,b6,b7,b5=arguments[0]||{},b4=1,b3=arguments.length,b8=false;if(typeof b5==="boolean"){b8=b5;b5=arguments[1]||{};b4=2}if(typeof b5!=="object"&&!bF.isFunction(b5)){b5={}}if(b3===b4){b5=this;--b4}for(;b40){return}bC.fireWith(av,[bF]);if(bF.fn.trigger){bF(av).trigger("ready").off("ready")}}},bindReady:function(){if(bC){return}bC=bF.Callbacks("once memory");if(av.readyState==="complete"){return setTimeout(bF.ready,1)}if(av.addEventListener){av.addEventListener("DOMContentLoaded",e,false);bb.addEventListener("load",bF.ready,false)}else{if(av.attachEvent){av.attachEvent("onreadystatechange",e);bb.attachEvent("onload",bF.ready);var b0=false;try{b0=bb.frameElement==null}catch(b1){}if(av.documentElement.doScroll&&b0){bw()}}}},isFunction:function(b0){return bF.type(b0)==="function"},isArray:Array.isArray||function(b0){return bF.type(b0)==="array"},isWindow:function(b0){return b0&&typeof b0==="object"&&"setInterval" in b0},isNumeric:function(b0){return !isNaN(parseFloat(b0))&&isFinite(b0)},type:function(b0){return b0==null?String(b0):bx[bL.call(b0)]||"object"},isPlainObject:function(b2){if(!b2||bF.type(b2)!=="object"||b2.nodeType||bF.isWindow(b2)){return false}try{if(b2.constructor&&!bG.call(b2,"constructor")&&!bG.call(b2.constructor.prototype,"isPrototypeOf")){return false}}catch(b1){return false}var b0;for(b0 in b2){}return b0===L||bG.call(b2,b0)},isEmptyObject:function(b1){for(var b0 in b1){return false}return true},error:function(b0){throw new Error(b0)},parseJSON:function(b0){if(typeof b0!=="string"||!b0){return null}b0=bF.trim(b0);if(bb.JSON&&bb.JSON.parse){return bb.JSON.parse(b0)}if(bN.test(b0.replace(bW,"@").replace(bP,"]").replace(bJ,""))){return(new Function("return "+b0))()}bF.error("Invalid JSON: "+b0)},parseXML:function(b2){var b0,b1;try{if(bb.DOMParser){b1=new DOMParser();b0=b1.parseFromString(b2,"text/xml")}else{b0=new ActiveXObject("Microsoft.XMLDOM");b0.async="false";b0.loadXML(b2)}}catch(b3){b0=L}if(!b0||!b0.documentElement||b0.getElementsByTagName("parsererror").length){bF.error("Invalid XML: "+b2)}return b0},noop:function(){},globalEval:function(b0){if(b0&&bM.test(b0)){(bb.execScript||function(b1){bb["eval"].call(bb,b1)})(b0)}},camelCase:function(b0){return b0.replace(bZ,"ms-").replace(bB,bT)},nodeName:function(b1,b0){return b1.nodeName&&b1.nodeName.toUpperCase()===b0.toUpperCase()},each:function(b3,b6,b2){var b1,b4=0,b5=b3.length,b0=b5===L||bF.isFunction(b3);if(b2){if(b0){for(b1 in b3){if(b6.apply(b3[b1],b2)===false){break}}}else{for(;b40&&b0[0]&&b0[b1-1])||b1===0||bF.isArray(b0));if(b3){for(;b21?aJ.call(arguments,0):bG;if(!(--bw)){bC.resolveWith(bC,bx)}}}function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(arguments,0):bG;bC.notifyWith(bE,bB)}}if(e>1){for(;bv
a";bI=bv.getElementsByTagName("*");bF=bv.getElementsByTagName("a")[0];if(!bI||!bI.length||!bF){return{}}bG=av.createElement("select");bx=bG.appendChild(av.createElement("option"));bE=bv.getElementsByTagName("input")[0];bJ={leadingWhitespace:(bv.firstChild.nodeType===3),tbody:!bv.getElementsByTagName("tbody").length,htmlSerialize:!!bv.getElementsByTagName("link").length,style:/top/.test(bF.getAttribute("style")),hrefNormalized:(bF.getAttribute("href")==="/a"),opacity:/^0.55/.test(bF.style.opacity),cssFloat:!!bF.style.cssFloat,checkOn:(bE.value==="on"),optSelected:bx.selected,getSetAttribute:bv.className!=="t",enctype:!!av.createElement("form").enctype,html5Clone:av.createElement("nav").cloneNode(true).outerHTML!=="<:nav>",submitBubbles:true,changeBubbles:true,focusinBubbles:false,deleteExpando:true,noCloneEvent:true,inlineBlockNeedsLayout:false,shrinkWrapBlocks:false,reliableMarginRight:true};bE.checked=true;bJ.noCloneChecked=bE.cloneNode(true).checked;bG.disabled=true;bJ.optDisabled=!bx.disabled;try{delete bv.test}catch(bC){bJ.deleteExpando=false}if(!bv.addEventListener&&bv.attachEvent&&bv.fireEvent){bv.attachEvent("onclick",function(){bJ.noCloneEvent=false});bv.cloneNode(true).fireEvent("onclick")}bE=av.createElement("input");bE.value="t";bE.setAttribute("type","radio");bJ.radioValue=bE.value==="t";bE.setAttribute("checked","checked");bv.appendChild(bE);bD=av.createDocumentFragment();bD.appendChild(bv.lastChild);bJ.checkClone=bD.cloneNode(true).cloneNode(true).lastChild.checked;bJ.appendChecked=bE.checked;bD.removeChild(bE);bD.appendChild(bv);bv.innerHTML="";if(bb.getComputedStyle){bA=av.createElement("div");bA.style.width="0";bA.style.marginRight="0";bv.style.width="2px";bv.appendChild(bA);bJ.reliableMarginRight=(parseInt((bb.getComputedStyle(bA,null)||{marginRight:0}).marginRight,10)||0)===0}if(bv.attachEvent){for(by in {submit:1,change:1,focusin:1}){bB="on"+by;bw=(bB in bv);if(!bw){bv.setAttribute(bB,"return;");bw=(typeof bv[bB]==="function")}bJ[by+"Bubbles"]=bw}}bD.removeChild(bv);bD=bG=bx=bA=bv=bE=null;b(function(){var bM,bU,bV,bT,bN,bO,bL,bS,bR,e,bP,bQ=av.getElementsByTagName("body")[0];if(!bQ){return}bL=1;bS="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;";bR="visibility:hidden;border:0;";e="style='"+bS+"border:5px solid #000;padding:0;'";bP="
";bM=av.createElement("div");bM.style.cssText=bR+"width:0;height:0;position:static;top:0;margin-top:"+bL+"px";bQ.insertBefore(bM,bQ.firstChild);bv=av.createElement("div");bM.appendChild(bv);bv.innerHTML="
t
";bz=bv.getElementsByTagName("td");bw=(bz[0].offsetHeight===0);bz[0].style.display="";bz[1].style.display="none";bJ.reliableHiddenOffsets=bw&&(bz[0].offsetHeight===0);bv.innerHTML="";bv.style.width=bv.style.paddingLeft="1px";b.boxModel=bJ.boxModel=bv.offsetWidth===2;if(typeof bv.style.zoom!=="undefined"){bv.style.display="inline";bv.style.zoom=1;bJ.inlineBlockNeedsLayout=(bv.offsetWidth===2);bv.style.display="";bv.innerHTML="
";bJ.shrinkWrapBlocks=(bv.offsetWidth!==2)}bv.style.cssText=bS+bR;bv.innerHTML=bP;bU=bv.firstChild;bV=bU.firstChild;bN=bU.nextSibling.firstChild.firstChild;bO={doesNotAddBorder:(bV.offsetTop!==5),doesAddBorderForTableAndCells:(bN.offsetTop===5)};bV.style.position="fixed";bV.style.top="20px";bO.fixedPosition=(bV.offsetTop===20||bV.offsetTop===15);bV.style.position=bV.style.top="";bU.style.overflow="hidden";bU.style.position="relative";bO.subtractsBorderForOverflowNotVisible=(bV.offsetTop===-5);bO.doesNotIncludeMarginInBodyOffset=(bQ.offsetTop!==bL);bQ.removeChild(bM);bv=bM=null;b.extend(bJ,bO)});return bJ})();var aS=/^(?:\{.*\}|\[.*\])$/,aA=/([A-Z])/g;b.extend({cache:{},uuid:0,expando:"jQuery"+(b.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:true,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:true},hasData:function(e){e=e.nodeType?b.cache[e[b.expando]]:e[b.expando];return !!e&&!S(e)},data:function(bx,bv,bz,by){if(!b.acceptData(bx)){return}var bG,bA,bD,bE=b.expando,bC=typeof bv==="string",bF=bx.nodeType,e=bF?b.cache:bx,bw=bF?bx[bE]:bx[bE]&&bE,bB=bv==="events";if((!bw||!e[bw]||(!bB&&!by&&!e[bw].data))&&bC&&bz===L){return}if(!bw){if(bF){bx[bE]=bw=++b.uuid}else{bw=bE}}if(!e[bw]){e[bw]={};if(!bF){e[bw].toJSON=b.noop}}if(typeof bv==="object"||typeof bv==="function"){if(by){e[bw]=b.extend(e[bw],bv)}else{e[bw].data=b.extend(e[bw].data,bv)}}bG=bA=e[bw];if(!by){if(!bA.data){bA.data={}}bA=bA.data}if(bz!==L){bA[b.camelCase(bv)]=bz}if(bB&&!bA[bv]){return bG.events}if(bC){bD=bA[bv];if(bD==null){bD=bA[b.camelCase(bv)]}}else{bD=bA}return bD},removeData:function(bx,bv,by){if(!b.acceptData(bx)){return}var bB,bA,bz,bC=b.expando,bD=bx.nodeType,e=bD?b.cache:bx,bw=bD?bx[bC]:bC;if(!e[bw]){return}if(bv){bB=by?e[bw]:e[bw].data;if(bB){if(!b.isArray(bv)){if(bv in bB){bv=[bv]}else{bv=b.camelCase(bv);if(bv in bB){bv=[bv]}else{bv=bv.split(" ")}}}for(bA=0,bz=bv.length;bA-1){return true}}return false},val:function(bx){var e,bv,by,bw=this[0];if(!arguments.length){if(bw){e=b.valHooks[bw.nodeName.toLowerCase()]||b.valHooks[bw.type];if(e&&"get" in e&&(bv=e.get(bw,"value"))!==L){return bv}bv=bw.value;return typeof bv==="string"?bv.replace(aU,""):bv==null?"":bv}return}by=b.isFunction(bx);return this.each(function(bA){var bz=b(this),bB;if(this.nodeType!==1){return}if(by){bB=bx.call(this,bA,bz.val())}else{bB=bx}if(bB==null){bB=""}else{if(typeof bB==="number"){bB+=""}else{if(b.isArray(bB)){bB=b.map(bB,function(bC){return bC==null?"":bC+""})}}}e=b.valHooks[this.nodeName.toLowerCase()]||b.valHooks[this.type];if(!e||!("set" in e)||e.set(this,bB,"value")===L){this.value=bB}})}});b.extend({valHooks:{option:{get:function(e){var bv=e.attributes.value;return !bv||bv.specified?e.value:e.text}},select:{get:function(e){var bA,bv,bz,bx,by=e.selectedIndex,bB=[],bC=e.options,bw=e.type==="select-one";if(by<0){return null}bv=bw?by:0;bz=bw?by+1:bC.length;for(;bv=0});if(!e.length){bv.selectedIndex=-1}return e}}},attrFn:{val:true,css:true,html:true,text:true,data:true,width:true,height:true,offset:true},attr:function(bA,bx,bB,bz){var bw,e,by,bv=bA.nodeType; +if(!bA||bv===3||bv===8||bv===2){return}if(bz&&bx in b.attrFn){return b(bA)[bx](bB)}if(typeof bA.getAttribute==="undefined"){return b.prop(bA,bx,bB)}by=bv!==1||!b.isXMLDoc(bA);if(by){bx=bx.toLowerCase();e=b.attrHooks[bx]||(ao.test(bx)?aY:be)}if(bB!==L){if(bB===null){b.removeAttr(bA,bx);return}else{if(e&&"set" in e&&by&&(bw=e.set(bA,bB,bx))!==L){return bw}else{bA.setAttribute(bx,""+bB);return bB}}}else{if(e&&"get" in e&&by&&(bw=e.get(bA,bx))!==null){return bw}else{bw=bA.getAttribute(bx);return bw===null?L:bw}}},removeAttr:function(bx,bz){var by,bA,bv,e,bw=0;if(bz&&bx.nodeType===1){bA=bz.toLowerCase().split(af);e=bA.length;for(;bw=0)}}})});var bd=/^(?:textarea|input|select)$/i,n=/^([^\.]*)?(?:\.(.+))?$/,J=/\bhover(\.\S+)?\b/,aO=/^key/,bf=/^(?:mouse|contextmenu)|click/,T=/^(?:focusinfocus|focusoutblur)$/,U=/^(\w*)(?:#([\w\-]+))?(?:\.([\w\-]+))?$/,Y=function(e){var bv=U.exec(e);if(bv){bv[1]=(bv[1]||"").toLowerCase();bv[3]=bv[3]&&new RegExp("(?:^|\\s)"+bv[3]+"(?:\\s|$)")}return bv},j=function(bw,e){var bv=bw.attributes||{};return((!e[1]||bw.nodeName.toLowerCase()===e[1])&&(!e[2]||(bv.id||{}).value===e[2])&&(!e[3]||e[3].test((bv["class"]||{}).value)))},bt=function(e){return b.event.special.hover?e:e.replace(J,"mouseenter$1 mouseleave$1")};b.event={add:function(bx,bC,bJ,bA,by){var bD,bB,bK,bI,bH,bF,e,bG,bv,bz,bw,bE;if(bx.nodeType===3||bx.nodeType===8||!bC||!bJ||!(bD=b._data(bx))){return}if(bJ.handler){bv=bJ;bJ=bv.handler}if(!bJ.guid){bJ.guid=b.guid++}bK=bD.events;if(!bK){bD.events=bK={}}bB=bD.handle;if(!bB){bD.handle=bB=function(bL){return typeof b!=="undefined"&&(!bL||b.event.triggered!==bL.type)?b.event.dispatch.apply(bB.elem,arguments):L};bB.elem=bx}bC=b.trim(bt(bC)).split(" ");for(bI=0;bI=0){bG=bG.slice(0,-1);bw=true}if(bG.indexOf(".")>=0){bx=bG.split(".");bG=bx.shift();bx.sort()}if((!bA||b.event.customEvent[bG])&&!b.event.global[bG]){return}bv=typeof bv==="object"?bv[b.expando]?bv:new b.Event(bG,bv):new b.Event(bG);bv.type=bG;bv.isTrigger=true;bv.exclusive=bw;bv.namespace=bx.join(".");bv.namespace_re=bv.namespace?new RegExp("(^|\\.)"+bx.join("\\.(?:.*\\.)?")+"(\\.|$)"):null;by=bG.indexOf(":")<0?"on"+bG:"";if(!bA){e=b.cache;for(bC in e){if(e[bC].events&&e[bC].events[bG]){b.event.trigger(bv,bD,e[bC].handle.elem,true)}}return}bv.result=L;if(!bv.target){bv.target=bA}bD=bD!=null?b.makeArray(bD):[];bD.unshift(bv);bF=b.event.special[bG]||{};if(bF.trigger&&bF.trigger.apply(bA,bD)===false){return}bB=[[bA,bF.bindType||bG]];if(!bJ&&!bF.noBubble&&!b.isWindow(bA)){bI=bF.delegateType||bG;bH=T.test(bI+bG)?bA:bA.parentNode;bz=null;for(;bH;bH=bH.parentNode){bB.push([bH,bI]);bz=bH}if(bz&&bz===bA.ownerDocument){bB.push([bz.defaultView||bz.parentWindow||bb,bI])}}for(bC=0;bCbA){bH.push({elem:this,matches:bz.slice(bA)})}for(bC=0;bC0?this.on(e,null,bx,bw):this.trigger(e)};if(b.attrFn){b.attrFn[e]=true}if(aO.test(e)){b.event.fixHooks[e]=b.event.keyHooks}if(bf.test(e)){b.event.fixHooks[e]=b.event.mouseHooks}}); +/*! + * Sizzle CSS Selector Engine + * Copyright 2011, The Dojo Foundation + * Released under the MIT, BSD, and GPL Licenses. + * More information: http://sizzlejs.com/ + */ +(function(){var bH=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^\[\]]*\]|['"][^'"]*['"]|[^\[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,bC="sizcache"+(Math.random()+"").replace(".",""),bI=0,bL=Object.prototype.toString,bB=false,bA=true,bK=/\\/g,bO=/\r\n/g,bQ=/\W/;[0,0].sort(function(){bA=false;return 0});var by=function(bV,e,bY,bZ){bY=bY||[];e=e||av;var b1=e;if(e.nodeType!==1&&e.nodeType!==9){return[]}if(!bV||typeof bV!=="string"){return bY}var bS,b3,b6,bR,b2,b5,b4,bX,bU=true,bT=by.isXML(e),bW=[],b0=bV;do{bH.exec("");bS=bH.exec(b0);if(bS){b0=bS[3];bW.push(bS[1]);if(bS[2]){bR=bS[3];break}}}while(bS);if(bW.length>1&&bD.exec(bV)){if(bW.length===2&&bE.relative[bW[0]]){b3=bM(bW[0]+bW[1],e,bZ)}else{b3=bE.relative[bW[0]]?[e]:by(bW.shift(),e);while(bW.length){bV=bW.shift();if(bE.relative[bV]){bV+=bW.shift()}b3=bM(bV,b3,bZ)}}}else{if(!bZ&&bW.length>1&&e.nodeType===9&&!bT&&bE.match.ID.test(bW[0])&&!bE.match.ID.test(bW[bW.length-1])){b2=by.find(bW.shift(),e,bT);e=b2.expr?by.filter(b2.expr,b2.set)[0]:b2.set[0]}if(e){b2=bZ?{expr:bW.pop(),set:bF(bZ)}:by.find(bW.pop(),bW.length===1&&(bW[0]==="~"||bW[0]==="+")&&e.parentNode?e.parentNode:e,bT);b3=b2.expr?by.filter(b2.expr,b2.set):b2.set;if(bW.length>0){b6=bF(b3)}else{bU=false}while(bW.length){b5=bW.pop();b4=b5;if(!bE.relative[b5]){b5=""}else{b4=bW.pop()}if(b4==null){b4=e}bE.relative[b5](b6,b4,bT)}}else{b6=bW=[]}}if(!b6){b6=b3}if(!b6){by.error(b5||bV)}if(bL.call(b6)==="[object Array]"){if(!bU){bY.push.apply(bY,b6)}else{if(e&&e.nodeType===1){for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&(b6[bX]===true||b6[bX].nodeType===1&&by.contains(e,b6[bX]))){bY.push(b3[bX])}}}else{for(bX=0;b6[bX]!=null;bX++){if(b6[bX]&&b6[bX].nodeType===1){bY.push(b3[bX])}}}}}else{bF(b6,bY)}if(bR){by(bR,b1,bY,bZ);by.uniqueSort(bY)}return bY};by.uniqueSort=function(bR){if(bJ){bB=bA;bR.sort(bJ);if(bB){for(var e=1;e0};by.find=function(bX,e,bY){var bW,bS,bU,bT,bV,bR;if(!bX){return[]}for(bS=0,bU=bE.order.length;bS":function(bW,bR){var bV,bU=typeof bR==="string",bS=0,e=bW.length;if(bU&&!bQ.test(bR)){bR=bR.toLowerCase();for(;bS=0)){if(!bS){e.push(bV)}}else{if(bS){bR[bU]=false}}}}return false},ID:function(e){return e[1].replace(bK,"")},TAG:function(bR,e){return bR[1].replace(bK,"").toLowerCase()},CHILD:function(e){if(e[1]==="nth"){if(!e[2]){by.error(e[0])}e[2]=e[2].replace(/^\+|\s*/g,"");var bR=/(-?)(\d*)(?:n([+\-]?\d*))?/.exec(e[2]==="even"&&"2n"||e[2]==="odd"&&"2n+1"||!/\D/.test(e[2])&&"0n+"+e[2]||e[2]);e[2]=(bR[1]+(bR[2]||1))-0;e[3]=bR[3]-0}else{if(e[2]){by.error(e[0])}}e[0]=bI++;return e},ATTR:function(bU,bR,bS,e,bV,bW){var bT=bU[1]=bU[1].replace(bK,"");if(!bW&&bE.attrMap[bT]){bU[1]=bE.attrMap[bT]}bU[4]=(bU[4]||bU[5]||"").replace(bK,"");if(bU[2]==="~="){bU[4]=" "+bU[4]+" "}return bU},PSEUDO:function(bU,bR,bS,e,bV){if(bU[1]==="not"){if((bH.exec(bU[3])||"").length>1||/^\w/.test(bU[3])){bU[3]=by(bU[3],null,null,bR)}else{var bT=by.filter(bU[3],bR,bS,true^bV);if(!bS){e.push.apply(e,bT)}return false}}else{if(bE.match.POS.test(bU[0])||bE.match.CHILD.test(bU[0])){return true}}return bU},POS:function(e){e.unshift(true);return e}},filters:{enabled:function(e){return e.disabled===false&&e.type!=="hidden"},disabled:function(e){return e.disabled===true},checked:function(e){return e.checked===true},selected:function(e){if(e.parentNode){e.parentNode.selectedIndex}return e.selected===true},parent:function(e){return !!e.firstChild},empty:function(e){return !e.firstChild},has:function(bS,bR,e){return !!by(e[3],bS).length},header:function(e){return(/h\d/i).test(e.nodeName)},text:function(bS){var e=bS.getAttribute("type"),bR=bS.type;return bS.nodeName.toLowerCase()==="input"&&"text"===bR&&(e===bR||e===null)},radio:function(e){return e.nodeName.toLowerCase()==="input"&&"radio"===e.type},checkbox:function(e){return e.nodeName.toLowerCase()==="input"&&"checkbox"===e.type},file:function(e){return e.nodeName.toLowerCase()==="input"&&"file"===e.type},password:function(e){return e.nodeName.toLowerCase()==="input"&&"password"===e.type},submit:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"submit"===bR.type},image:function(e){return e.nodeName.toLowerCase()==="input"&&"image"===e.type},reset:function(bR){var e=bR.nodeName.toLowerCase();return(e==="input"||e==="button")&&"reset"===bR.type},button:function(bR){var e=bR.nodeName.toLowerCase();return e==="input"&&"button"===bR.type||e==="button"},input:function(e){return(/input|select|textarea|button/i).test(e.nodeName)},focus:function(e){return e===e.ownerDocument.activeElement}},setFilters:{first:function(bR,e){return e===0},last:function(bS,bR,e,bT){return bR===bT.length-1},even:function(bR,e){return e%2===0},odd:function(bR,e){return e%2===1 +},lt:function(bS,bR,e){return bRe[3]-0},nth:function(bS,bR,e){return e[3]-0===bR},eq:function(bS,bR,e){return e[3]-0===bR}},filter:{PSEUDO:function(bS,bX,bW,bY){var e=bX[1],bR=bE.filters[e];if(bR){return bR(bS,bW,bX,bY)}else{if(e==="contains"){return(bS.textContent||bS.innerText||bw([bS])||"").indexOf(bX[3])>=0}else{if(e==="not"){var bT=bX[3];for(var bV=0,bU=bT.length;bV=0)}}},ID:function(bR,e){return bR.nodeType===1&&bR.getAttribute("id")===e},TAG:function(bR,e){return(e==="*"&&bR.nodeType===1)||!!bR.nodeName&&bR.nodeName.toLowerCase()===e},CLASS:function(bR,e){return(" "+(bR.className||bR.getAttribute("class"))+" ").indexOf(e)>-1},ATTR:function(bV,bT){var bS=bT[1],e=by.attr?by.attr(bV,bS):bE.attrHandle[bS]?bE.attrHandle[bS](bV):bV[bS]!=null?bV[bS]:bV.getAttribute(bS),bW=e+"",bU=bT[2],bR=bT[4];return e==null?bU==="!=":!bU&&by.attr?e!=null:bU==="="?bW===bR:bU==="*="?bW.indexOf(bR)>=0:bU==="~="?(" "+bW+" ").indexOf(bR)>=0:!bR?bW&&e!==false:bU==="!="?bW!==bR:bU==="^="?bW.indexOf(bR)===0:bU==="$="?bW.substr(bW.length-bR.length)===bR:bU==="|="?bW===bR||bW.substr(0,bR.length+1)===bR+"-":false},POS:function(bU,bR,bS,bV){var e=bR[2],bT=bE.setFilters[e];if(bT){return bT(bU,bS,bR,bV)}}}};var bD=bE.match.POS,bx=function(bR,e){return"\\"+(e-0+1)};for(var bz in bE.match){bE.match[bz]=new RegExp(bE.match[bz].source+(/(?![^\[]*\])(?![^\(]*\))/.source));bE.leftMatch[bz]=new RegExp(/(^(?:.|\r|\n)*?)/.source+bE.match[bz].source.replace(/\\(\d+)/g,bx))}var bF=function(bR,e){bR=Array.prototype.slice.call(bR,0);if(e){e.push.apply(e,bR);return e}return bR};try{Array.prototype.slice.call(av.documentElement.childNodes,0)[0].nodeType}catch(bP){bF=function(bU,bT){var bS=0,bR=bT||[];if(bL.call(bU)==="[object Array]"){Array.prototype.push.apply(bR,bU)}else{if(typeof bU.length==="number"){for(var e=bU.length;bS";e.insertBefore(bR,e.firstChild);if(av.getElementById(bS)){bE.find.ID=function(bU,bV,bW){if(typeof bV.getElementById!=="undefined"&&!bW){var bT=bV.getElementById(bU[1]);return bT?bT.id===bU[1]||typeof bT.getAttributeNode!=="undefined"&&bT.getAttributeNode("id").nodeValue===bU[1]?[bT]:L:[]}};bE.filter.ID=function(bV,bT){var bU=typeof bV.getAttributeNode!=="undefined"&&bV.getAttributeNode("id");return bV.nodeType===1&&bU&&bU.nodeValue===bT}}e.removeChild(bR);e=bR=null})();(function(){var e=av.createElement("div");e.appendChild(av.createComment(""));if(e.getElementsByTagName("*").length>0){bE.find.TAG=function(bR,bV){var bU=bV.getElementsByTagName(bR[1]);if(bR[1]==="*"){var bT=[];for(var bS=0;bU[bS];bS++){if(bU[bS].nodeType===1){bT.push(bU[bS])}}bU=bT}return bU}}e.innerHTML="";if(e.firstChild&&typeof e.firstChild.getAttribute!=="undefined"&&e.firstChild.getAttribute("href")!=="#"){bE.attrHandle.href=function(bR){return bR.getAttribute("href",2)}}e=null})();if(av.querySelectorAll){(function(){var e=by,bT=av.createElement("div"),bS="__sizzle__";bT.innerHTML="

";if(bT.querySelectorAll&&bT.querySelectorAll(".TEST").length===0){return}by=function(b4,bV,bZ,b3){bV=bV||av;if(!b3&&!by.isXML(bV)){var b2=/^(\w+$)|^\.([\w\-]+$)|^#([\w\-]+$)/.exec(b4);if(b2&&(bV.nodeType===1||bV.nodeType===9)){if(b2[1]){return bF(bV.getElementsByTagName(b4),bZ)}else{if(b2[2]&&bE.find.CLASS&&bV.getElementsByClassName){return bF(bV.getElementsByClassName(b2[2]),bZ)}}}if(bV.nodeType===9){if(b4==="body"&&bV.body){return bF([bV.body],bZ)}else{if(b2&&b2[3]){var bY=bV.getElementById(b2[3]);if(bY&&bY.parentNode){if(bY.id===b2[3]){return bF([bY],bZ)}}else{return bF([],bZ)}}}try{return bF(bV.querySelectorAll(b4),bZ)}catch(b0){}}else{if(bV.nodeType===1&&bV.nodeName.toLowerCase()!=="object"){var bW=bV,bX=bV.getAttribute("id"),bU=bX||bS,b6=bV.parentNode,b5=/^\s*[+~]/.test(b4);if(!bX){bV.setAttribute("id",bU)}else{bU=bU.replace(/'/g,"\\$&")}if(b5&&b6){bV=bV.parentNode}try{if(!b5||b6){return bF(bV.querySelectorAll("[id='"+bU+"'] "+b4),bZ)}}catch(b1){}finally{if(!bX){bW.removeAttribute("id")}}}}}return e(b4,bV,bZ,b3)};for(var bR in e){by[bR]=e[bR]}bT=null})()}(function(){var e=av.documentElement,bS=e.matchesSelector||e.mozMatchesSelector||e.webkitMatchesSelector||e.msMatchesSelector;if(bS){var bU=!bS.call(av.createElement("div"),"div"),bR=false;try{bS.call(av.documentElement,"[test!='']:sizzle")}catch(bT){bR=true}by.matchesSelector=function(bW,bY){bY=bY.replace(/\=\s*([^'"\]]*)\s*\]/g,"='$1']");if(!by.isXML(bW)){try{if(bR||!bE.match.PSEUDO.test(bY)&&!/!=/.test(bY)){var bV=bS.call(bW,bY);if(bV||!bU||bW.document&&bW.document.nodeType!==11){return bV}}}catch(bX){}}return by(bY,null,null,[bW]).length>0}}})();(function(){var e=av.createElement("div");e.innerHTML="
";if(!e.getElementsByClassName||e.getElementsByClassName("e").length===0){return}e.lastChild.className="e";if(e.getElementsByClassName("e").length===1){return}bE.order.splice(1,0,"CLASS");bE.find.CLASS=function(bR,bS,bT){if(typeof bS.getElementsByClassName!=="undefined"&&!bT){return bS.getElementsByClassName(bR[1])}};e=null})();function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT0){bU=e;break}}}e=e[bR]}bZ[bT]=bU}}}if(av.documentElement.contains){by.contains=function(bR,e){return bR!==e&&(bR.contains?bR.contains(e):true)}}else{if(av.documentElement.compareDocumentPosition){by.contains=function(bR,e){return !!(bR.compareDocumentPosition(e)&16)}}else{by.contains=function(){return false}}}by.isXML=function(e){var bR=(e?e.ownerDocument||e:0).documentElement;return bR?bR.nodeName!=="HTML":false};var bM=function(bS,e,bW){var bV,bX=[],bU="",bY=e.nodeType?[e]:e;while((bV=bE.match.PSEUDO.exec(bS))){bU+=bV[0];bS=bS.replace(bE.match.PSEUDO,"")}bS=bE.relative[bS]?bS+"*":bS;for(var bT=0,bR=bY.length;bT0){for(bB=bA;bB=0:b.filter(e,this).length>0:this.filter(e).length>0)},closest:function(by,bx){var bv=[],bw,e,bz=this[0];if(b.isArray(by)){var bB=1;while(bz&&bz.ownerDocument&&bz!==bx){for(bw=0;bw-1:b.find.matchesSelector(bz,by)){bv.push(bz);break}else{bz=bz.parentNode;if(!bz||!bz.ownerDocument||bz===bx||bz.nodeType===11){break}}}}bv=bv.length>1?b.unique(bv):bv;return this.pushStack(bv,"closest",by)},index:function(e){if(!e){return(this[0]&&this[0].parentNode)?this.prevAll().length:-1}if(typeof e==="string"){return b.inArray(this[0],b(e))}return b.inArray(e.jquery?e[0]:e,this)},add:function(e,bv){var bx=typeof e==="string"?b(e,bv):b.makeArray(e&&e.nodeType?[e]:e),bw=b.merge(this.get(),bx);return this.pushStack(C(bx[0])||C(bw[0])?bw:b.unique(bw))},andSelf:function(){return this.add(this.prevObject)}});function C(e){return !e||!e.parentNode||e.parentNode.nodeType===11}b.each({parent:function(bv){var e=bv.parentNode;return e&&e.nodeType!==11?e:null},parents:function(e){return b.dir(e,"parentNode")},parentsUntil:function(bv,e,bw){return b.dir(bv,"parentNode",bw)},next:function(e){return b.nth(e,2,"nextSibling")},prev:function(e){return b.nth(e,2,"previousSibling")},nextAll:function(e){return b.dir(e,"nextSibling")},prevAll:function(e){return b.dir(e,"previousSibling")},nextUntil:function(bv,e,bw){return b.dir(bv,"nextSibling",bw)},prevUntil:function(bv,e,bw){return b.dir(bv,"previousSibling",bw)},siblings:function(e){return b.sibling(e.parentNode.firstChild,e)},children:function(e){return b.sibling(e.firstChild)},contents:function(e){return b.nodeName(e,"iframe")?e.contentDocument||e.contentWindow.document:b.makeArray(e.childNodes)}},function(e,bv){b.fn[e]=function(by,bw){var bx=b.map(this,bv,by);if(!ab.test(e)){bw=by}if(bw&&typeof bw==="string"){bx=b.filter(bw,bx)}bx=this.length>1&&!ay[e]?b.unique(bx):bx;if((this.length>1||a9.test(bw))&&aq.test(e)){bx=bx.reverse()}return this.pushStack(bx,e,P.call(arguments).join(","))}});b.extend({filter:function(bw,e,bv){if(bv){bw=":not("+bw+")"}return e.length===1?b.find.matchesSelector(e[0],bw)?[e[0]]:[]:b.find.matches(bw,e)},dir:function(bw,bv,by){var e=[],bx=bw[bv];while(bx&&bx.nodeType!==9&&(by===L||bx.nodeType!==1||!b(bx).is(by))){if(bx.nodeType===1){e.push(bx)}bx=bx[bv]}return e},nth:function(by,e,bw,bx){e=e||1;var bv=0;for(;by;by=by[bw]){if(by.nodeType===1&&++bv===e){break}}return by},sibling:function(bw,bv){var e=[];for(;bw;bw=bw.nextSibling){if(bw.nodeType===1&&bw!==bv){e.push(bw)}}return e}});function aG(bx,bw,e){bw=bw||0;if(b.isFunction(bw)){return b.grep(bx,function(bz,by){var bA=!!bw.call(bz,by,bz);return bA===e})}else{if(bw.nodeType){return b.grep(bx,function(bz,by){return(bz===bw)===e})}else{if(typeof bw==="string"){var bv=b.grep(bx,function(by){return by.nodeType===1});if(bp.test(bw)){return b.filter(bw,bv,!e)}else{bw=b.filter(bw,bv)}}}}return b.grep(bx,function(bz,by){return(b.inArray(bz,bw)>=0)===e})}function a(e){var bw=aR.split("|"),bv=e.createDocumentFragment();if(bv.createElement){while(bw.length){bv.createElement(bw.pop())}}return bv}var aR="abbr|article|aside|audio|canvas|datalist|details|figcaption|figure|footer|header|hgroup|mark|meter|nav|output|progress|section|summary|time|video",ag=/ jQuery\d+="(?:\d+|null)"/g,ar=/^\s+/,R=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/ig,d=/<([\w:]+)/,w=/",""],legend:[1,"
","
"],thead:[1,"","
"],tr:[2,"","
"],td:[3,"","
"],col:[2,"","
"],area:[1,"",""],_default:[0,"",""]},ac=a(av); +ax.optgroup=ax.option;ax.tbody=ax.tfoot=ax.colgroup=ax.caption=ax.thead;ax.th=ax.td;if(!b.support.htmlSerialize){ax._default=[1,"div
","
"]}b.fn.extend({text:function(e){if(b.isFunction(e)){return this.each(function(bw){var bv=b(this);bv.text(e.call(this,bw,bv.text()))})}if(typeof e!=="object"&&e!==L){return this.empty().append((this[0]&&this[0].ownerDocument||av).createTextNode(e))}return b.text(this)},wrapAll:function(e){if(b.isFunction(e)){return this.each(function(bw){b(this).wrapAll(e.call(this,bw))})}if(this[0]){var bv=b(e,this[0].ownerDocument).eq(0).clone(true);if(this[0].parentNode){bv.insertBefore(this[0])}bv.map(function(){var bw=this;while(bw.firstChild&&bw.firstChild.nodeType===1){bw=bw.firstChild}return bw}).append(this)}return this},wrapInner:function(e){if(b.isFunction(e)){return this.each(function(bv){b(this).wrapInner(e.call(this,bv))})}return this.each(function(){var bv=b(this),bw=bv.contents();if(bw.length){bw.wrapAll(e)}else{bv.append(e)}})},wrap:function(e){var bv=b.isFunction(e);return this.each(function(bw){b(this).wrapAll(bv?e.call(this,bw):e)})},unwrap:function(){return this.parent().each(function(){if(!b.nodeName(this,"body")){b(this).replaceWith(this.childNodes)}}).end()},append:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.appendChild(e)}})},prepend:function(){return this.domManip(arguments,true,function(e){if(this.nodeType===1){this.insertBefore(e,this.firstChild)}})},before:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this)})}else{if(arguments.length){var e=b.clean(arguments);e.push.apply(e,this.toArray());return this.pushStack(e,"before",arguments)}}},after:function(){if(this[0]&&this[0].parentNode){return this.domManip(arguments,false,function(bv){this.parentNode.insertBefore(bv,this.nextSibling)})}else{if(arguments.length){var e=this.pushStack(this,"after",arguments);e.push.apply(e,b.clean(arguments));return e}}},remove:function(e,bx){for(var bv=0,bw;(bw=this[bv])!=null;bv++){if(!e||b.filter(e,[bw]).length){if(!bx&&bw.nodeType===1){b.cleanData(bw.getElementsByTagName("*"));b.cleanData([bw])}if(bw.parentNode){bw.parentNode.removeChild(bw)}}}return this},empty:function(){for(var e=0,bv;(bv=this[e])!=null;e++){if(bv.nodeType===1){b.cleanData(bv.getElementsByTagName("*"))}while(bv.firstChild){bv.removeChild(bv.firstChild)}}return this},clone:function(bv,e){bv=bv==null?false:bv;e=e==null?bv:e;return this.map(function(){return b.clone(this,bv,e)})},html:function(bx){if(bx===L){return this[0]&&this[0].nodeType===1?this[0].innerHTML.replace(ag,""):null}else{if(typeof bx==="string"&&!ae.test(bx)&&(b.support.leadingWhitespace||!ar.test(bx))&&!ax[(d.exec(bx)||["",""])[1].toLowerCase()]){bx=bx.replace(R,"<$1>");try{for(var bw=0,bv=this.length;bw1&&bw0?this.clone(true):this).get();b(bC[bA])[bv](by);bz=bz.concat(by)}return this.pushStack(bz,e,bC.selector)}}});function bg(e){if(typeof e.getElementsByTagName!=="undefined"){return e.getElementsByTagName("*")}else{if(typeof e.querySelectorAll!=="undefined"){return e.querySelectorAll("*")}else{return[]}}}function az(e){if(e.type==="checkbox"||e.type==="radio"){e.defaultChecked=e.checked}}function E(e){var bv=(e.nodeName||"").toLowerCase();if(bv==="input"){az(e)}else{if(bv!=="script"&&typeof e.getElementsByTagName!=="undefined"){b.grep(e.getElementsByTagName("input"),az)}}}function al(e){var bv=av.createElement("div");ac.appendChild(bv);bv.innerHTML=e.outerHTML;return bv.firstChild}b.extend({clone:function(by,bA,bw){var e,bv,bx,bz=b.support.html5Clone||!ah.test("<"+by.nodeName)?by.cloneNode(true):al(by);if((!b.support.noCloneEvent||!b.support.noCloneChecked)&&(by.nodeType===1||by.nodeType===11)&&!b.isXMLDoc(by)){ai(by,bz);e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){if(bv[bx]){ai(e[bx],bv[bx])}}}if(bA){t(by,bz);if(bw){e=bg(by);bv=bg(bz);for(bx=0;e[bx];++bx){t(e[bx],bv[bx])}}}e=bv=null;return bz},clean:function(bw,by,bH,bA){var bF;by=by||av;if(typeof by.createElement==="undefined"){by=by.ownerDocument||by[0]&&by[0].ownerDocument||av}var bI=[],bB;for(var bE=0,bz;(bz=bw[bE])!=null;bE++){if(typeof bz==="number"){bz+=""}if(!bz){continue}if(typeof bz==="string"){if(!W.test(bz)){bz=by.createTextNode(bz)}else{bz=bz.replace(R,"<$1>");var bK=(d.exec(bz)||["",""])[1].toLowerCase(),bx=ax[bK]||ax._default,bD=bx[0],bv=by.createElement("div");if(by===av){ac.appendChild(bv)}else{a(by).appendChild(bv)}bv.innerHTML=bx[1]+bz+bx[2];while(bD--){bv=bv.lastChild}if(!b.support.tbody){var e=w.test(bz),bC=bK==="table"&&!e?bv.firstChild&&bv.firstChild.childNodes:bx[1]===""&&!e?bv.childNodes:[];for(bB=bC.length-1;bB>=0;--bB){if(b.nodeName(bC[bB],"tbody")&&!bC[bB].childNodes.length){bC[bB].parentNode.removeChild(bC[bB])}}}if(!b.support.leadingWhitespace&&ar.test(bz)){bv.insertBefore(by.createTextNode(ar.exec(bz)[0]),bv.firstChild)}bz=bv.childNodes}}var bG;if(!b.support.appendChecked){if(bz[0]&&typeof(bG=bz.length)==="number"){for(bB=0;bB=0){return bx+"px"}}else{return bx}}}});if(!b.support.opacity){b.cssHooks.opacity={get:function(bv,e){return au.test((e&&bv.currentStyle?bv.currentStyle.filter:bv.style.filter)||"")?(parseFloat(RegExp.$1)/100)+"":e?"1":""},set:function(by,bz){var bx=by.style,bv=by.currentStyle,e=b.isNumeric(bz)?"alpha(opacity="+bz*100+")":"",bw=bv&&bv.filter||bx.filter||"";bx.zoom=1;if(bz>=1&&b.trim(bw.replace(ak,""))===""){bx.removeAttribute("filter");if(bv&&!bv.filter){return}}bx.filter=ak.test(bw)?bw.replace(ak,e):bw+" "+e}}}b(function(){if(!b.support.reliableMarginRight){b.cssHooks.marginRight={get:function(bw,bv){var e;b.swap(bw,{display:"inline-block"},function(){if(bv){e=Z(bw,"margin-right","marginRight")}else{e=bw.style.marginRight}});return e}}}});if(av.defaultView&&av.defaultView.getComputedStyle){aI=function(by,bw){var bv,bx,e;bw=bw.replace(z,"-$1").toLowerCase();if((bx=by.ownerDocument.defaultView)&&(e=bx.getComputedStyle(by,null))){bv=e.getPropertyValue(bw);if(bv===""&&!b.contains(by.ownerDocument.documentElement,by)){bv=b.style(by,bw)}}return bv}}if(av.documentElement.currentStyle){aX=function(bz,bw){var bA,e,by,bv=bz.currentStyle&&bz.currentStyle[bw],bx=bz.style;if(bv===null&&bx&&(by=bx[bw])){bv=by}if(!bc.test(bv)&&bn.test(bv)){bA=bx.left;e=bz.runtimeStyle&&bz.runtimeStyle.left;if(e){bz.runtimeStyle.left=bz.currentStyle.left}bx.left=bw==="fontSize"?"1em":(bv||0);bv=bx.pixelLeft+"px";bx.left=bA;if(e){bz.runtimeStyle.left=e}}return bv===""?"auto":bv}}Z=aI||aX;function p(by,bw,bv){var bA=bw==="width"?by.offsetWidth:by.offsetHeight,bz=bw==="width"?an:a1,bx=0,e=bz.length; +if(bA>0){if(bv!=="border"){for(;bx)<[^<]*)*<\/script>/gi,q=/^(?:select|textarea)/i,h=/\s+/,br=/([?&])_=[^&]*/,K=/^([\w\+\.\-]+:)(?:\/\/([^\/?#:]*)(?::(\d+))?)?/,A=b.fn.load,aa={},r={},aE,s,aV=["*/"]+["*"];try{aE=bl.href}catch(aw){aE=av.createElement("a");aE.href="";aE=aE.href}s=K.exec(aE.toLowerCase())||[];function f(e){return function(by,bA){if(typeof by!=="string"){bA=by;by="*"}if(b.isFunction(bA)){var bx=by.toLowerCase().split(h),bw=0,bz=bx.length,bv,bB,bC;for(;bw=0){var e=bw.slice(by,bw.length);bw=bw.slice(0,by)}var bx="GET";if(bz){if(b.isFunction(bz)){bA=bz;bz=L}else{if(typeof bz==="object"){bz=b.param(bz,b.ajaxSettings.traditional);bx="POST"}}}var bv=this;b.ajax({url:bw,type:bx,dataType:"html",data:bz,complete:function(bC,bB,bD){bD=bC.responseText;if(bC.isResolved()){bC.done(function(bE){bD=bE});bv.html(e?b("
").append(bD.replace(a6,"")).find(e):bD)}if(bA){bv.each(bA,[bD,bB,bC])}}});return this},serialize:function(){return b.param(this.serializeArray())},serializeArray:function(){return this.map(function(){return this.elements?b.makeArray(this.elements):this}).filter(function(){return this.name&&!this.disabled&&(this.checked||q.test(this.nodeName)||aZ.test(this.type))}).map(function(e,bv){var bw=b(this).val();return bw==null?null:b.isArray(bw)?b.map(bw,function(by,bx){return{name:bv.name,value:by.replace(bs,"\r\n")}}):{name:bv.name,value:bw.replace(bs,"\r\n")}}).get()}});b.each("ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "),function(e,bv){b.fn[bv]=function(bw){return this.on(bv,bw)}});b.each(["get","post"],function(e,bv){b[bv]=function(bw,by,bz,bx){if(b.isFunction(by)){bx=bx||bz;bz=by;by=L}return b.ajax({type:bv,url:bw,data:by,success:bz,dataType:bx})}});b.extend({getScript:function(e,bv){return b.get(e,L,bv,"script")},getJSON:function(e,bv,bw){return b.get(e,bv,bw,"json")},ajaxSetup:function(bv,e){if(e){am(bv,b.ajaxSettings)}else{e=bv;bv=b.ajaxSettings}am(bv,e);return bv},ajaxSettings:{url:aE,isLocal:aM.test(s[1]),global:true,type:"GET",contentType:"application/x-www-form-urlencoded",processData:true,async:true,accepts:{xml:"application/xml, text/xml",html:"text/html",text:"text/plain",json:"application/json, text/javascript","*":aV},contents:{xml:/xml/,html:/html/,json:/json/},responseFields:{xml:"responseXML",text:"responseText"},converters:{"* text":bb.String,"text html":true,"text json":b.parseJSON,"text xml":b.parseXML},flatOptions:{context:true,url:true}},ajaxPrefilter:f(aa),ajaxTransport:f(r),ajax:function(bz,bx){if(typeof bz==="object"){bx=bz;bz=L}bx=bx||{};var bD=b.ajaxSetup({},bx),bS=bD.context||bD,bG=bS!==bD&&(bS.nodeType||bS instanceof b)?b(bS):b.event,bR=b.Deferred(),bN=b.Callbacks("once memory"),bB=bD.statusCode||{},bC,bH={},bO={},bQ,by,bL,bE,bI,bA=0,bw,bK,bJ={readyState:0,setRequestHeader:function(bT,bU){if(!bA){var e=bT.toLowerCase();bT=bO[e]=bO[e]||bT;bH[bT]=bU}return this},getAllResponseHeaders:function(){return bA===2?bQ:null},getResponseHeader:function(bT){var e;if(bA===2){if(!by){by={};while((e=aD.exec(bQ))){by[e[1].toLowerCase()]=e[2]}}e=by[bT.toLowerCase()]}return e===L?null:e},overrideMimeType:function(e){if(!bA){bD.mimeType=e}return this},abort:function(e){e=e||"abort";if(bL){bL.abort(e)}bF(0,e);return this}};function bF(bZ,bU,b0,bW){if(bA===2){return}bA=2;if(bE){clearTimeout(bE)}bL=L;bQ=bW||"";bJ.readyState=bZ>0?4:0;var bT,b4,b3,bX=bU,bY=b0?bj(bD,bJ,b0):L,bV,b2;if(bZ>=200&&bZ<300||bZ===304){if(bD.ifModified){if((bV=bJ.getResponseHeader("Last-Modified"))){b.lastModified[bC]=bV}if((b2=bJ.getResponseHeader("Etag"))){b.etag[bC]=b2}}if(bZ===304){bX="notmodified";bT=true}else{try{b4=G(bD,bY);bX="success";bT=true}catch(b1){bX="parsererror";b3=b1}}}else{b3=bX;if(!bX||bZ){bX="error";if(bZ<0){bZ=0}}}bJ.status=bZ;bJ.statusText=""+(bU||bX);if(bT){bR.resolveWith(bS,[b4,bX,bJ])}else{bR.rejectWith(bS,[bJ,bX,b3])}bJ.statusCode(bB);bB=L;if(bw){bG.trigger("ajax"+(bT?"Success":"Error"),[bJ,bD,bT?b4:b3])}bN.fireWith(bS,[bJ,bX]);if(bw){bG.trigger("ajaxComplete",[bJ,bD]);if(!(--b.active)){b.event.trigger("ajaxStop")}}}bR.promise(bJ);bJ.success=bJ.done;bJ.error=bJ.fail;bJ.complete=bN.add;bJ.statusCode=function(bT){if(bT){var e;if(bA<2){for(e in bT){bB[e]=[bB[e],bT[e]]}}else{e=bT[bJ.status];bJ.then(e,e)}}return this};bD.url=((bz||bD.url)+"").replace(bq,"").replace(c,s[1]+"//");bD.dataTypes=b.trim(bD.dataType||"*").toLowerCase().split(h);if(bD.crossDomain==null){bI=K.exec(bD.url.toLowerCase());bD.crossDomain=!!(bI&&(bI[1]!=s[1]||bI[2]!=s[2]||(bI[3]||(bI[1]==="http:"?80:443))!=(s[3]||(s[1]==="http:"?80:443))))}if(bD.data&&bD.processData&&typeof bD.data!=="string"){bD.data=b.param(bD.data,bD.traditional)}aW(aa,bD,bx,bJ);if(bA===2){return false}bw=bD.global;bD.type=bD.type.toUpperCase();bD.hasContent=!aQ.test(bD.type);if(bw&&b.active++===0){b.event.trigger("ajaxStart")}if(!bD.hasContent){if(bD.data){bD.url+=(M.test(bD.url)?"&":"?")+bD.data;delete bD.data}bC=bD.url;if(bD.cache===false){var bv=b.now(),bP=bD.url.replace(br,"$1_="+bv);bD.url=bP+((bP===bD.url)?(M.test(bD.url)?"&":"?")+"_="+bv:"")}}if(bD.data&&bD.hasContent&&bD.contentType!==false||bx.contentType){bJ.setRequestHeader("Content-Type",bD.contentType)}if(bD.ifModified){bC=bC||bD.url;if(b.lastModified[bC]){bJ.setRequestHeader("If-Modified-Since",b.lastModified[bC])}if(b.etag[bC]){bJ.setRequestHeader("If-None-Match",b.etag[bC])}}bJ.setRequestHeader("Accept",bD.dataTypes[0]&&bD.accepts[bD.dataTypes[0]]?bD.accepts[bD.dataTypes[0]]+(bD.dataTypes[0]!=="*"?", "+aV+"; q=0.01":""):bD.accepts["*"]);for(bK in bD.headers){bJ.setRequestHeader(bK,bD.headers[bK])}if(bD.beforeSend&&(bD.beforeSend.call(bS,bJ,bD)===false||bA===2)){bJ.abort();return false}for(bK in {success:1,error:1,complete:1}){bJ[bK](bD[bK])}bL=aW(r,bD,bx,bJ);if(!bL){bF(-1,"No Transport")}else{bJ.readyState=1;if(bw){bG.trigger("ajaxSend",[bJ,bD])}if(bD.async&&bD.timeout>0){bE=setTimeout(function(){bJ.abort("timeout")},bD.timeout)}try{bA=1;bL.send(bH,bF)}catch(bM){if(bA<2){bF(-1,bM)}else{throw bM}}}return bJ},param:function(e,bw){var bv=[],by=function(bz,bA){bA=b.isFunction(bA)?bA():bA;bv[bv.length]=encodeURIComponent(bz)+"="+encodeURIComponent(bA)};if(bw===L){bw=b.ajaxSettings.traditional}if(b.isArray(e)||(e.jquery&&!b.isPlainObject(e))){b.each(e,function(){by(this.name,this.value)})}else{for(var bx in e){v(bx,e[bx],bw,by)}}return bv.join("&").replace(k,"+")}});function v(bw,by,bv,bx){if(b.isArray(by)){b.each(by,function(bA,bz){if(bv||ap.test(bw)){bx(bw,bz)}else{v(bw+"["+(typeof bz==="object"||b.isArray(bz)?bA:"")+"]",bz,bv,bx)}})}else{if(!bv&&by!=null&&typeof by==="object"){for(var e in by){v(bw+"["+e+"]",by[e],bv,bx)}}else{bx(bw,by)}}}b.extend({active:0,lastModified:{},etag:{}});function bj(bD,bC,bz){var bv=bD.contents,bB=bD.dataTypes,bw=bD.responseFields,by,bA,bx,e;for(bA in bw){if(bA in bz){bC[bw[bA]]=bz[bA]}}while(bB[0]==="*"){bB.shift();if(by===L){by=bD.mimeType||bC.getResponseHeader("content-type")}}if(by){for(bA in bv){if(bv[bA]&&bv[bA].test(by)){bB.unshift(bA);break}}}if(bB[0] in bz){bx=bB[0]}else{for(bA in bz){if(!bB[0]||bD.converters[bA+" "+bB[0]]){bx=bA;break}if(!e){e=bA}}bx=bx||e}if(bx){if(bx!==bB[0]){bB.unshift(bx)}return bz[bx]}}function G(bH,bz){if(bH.dataFilter){bz=bH.dataFilter(bz,bH.dataType)}var bD=bH.dataTypes,bG={},bA,bE,bw=bD.length,bB,bC=bD[0],bx,by,bF,bv,e;for(bA=1;bA=bw.duration+this.startTime){this.now=this.end;this.pos=this.state=1;this.update();bw.animatedProperties[this.prop]=true;for(bA in bw.animatedProperties){if(bw.animatedProperties[bA]!==true){e=false}}if(e){if(bw.overflow!=null&&!b.support.shrinkWrapBlocks){b.each(["","X","Y"],function(bC,bD){bz.style["overflow"+bD]=bw.overflow[bC]})}if(bw.hide){b(bz).hide()}if(bw.hide||bw.show){for(bA in bw.animatedProperties){b.style(bz,bA,bw.orig[bA]);b.removeData(bz,"fxshow"+bA,true);b.removeData(bz,"toggle"+bA,true)}}bv=bw.complete;if(bv){bw.complete=false;bv.call(bz)}}return false}else{if(bw.duration==Infinity){this.now=bx}else{bB=bx-this.startTime;this.state=bB/bw.duration;this.pos=b.easing[bw.animatedProperties[this.prop]](this.state,bB,0,1,bw.duration);this.now=this.start+((this.end-this.start)*this.pos)}this.update()}return true}};b.extend(b.fx,{tick:function(){var bw,bv=b.timers,e=0;for(;e").appendTo(e),bw=bv.css("display");bv.remove();if(bw==="none"||bw===""){if(!a8){a8=av.createElement("iframe");a8.frameBorder=a8.width=a8.height=0}e.appendChild(a8);if(!m||!a8.createElement){m=(a8.contentWindow||a8.contentDocument).document;m.write((av.compatMode==="CSS1Compat"?"":"")+"");m.close()}bv=m.createElement(bx);m.body.appendChild(bv);bw=b.css(bv,"display");e.removeChild(a8)}Q[bx]=bw}return Q[bx]}var V=/^t(?:able|d|h)$/i,ad=/^(?:body|html)$/i;if("getBoundingClientRect" in av.documentElement){b.fn.offset=function(bI){var by=this[0],bB;if(bI){return this.each(function(e){b.offset.setOffset(this,bI,e)})}if(!by||!by.ownerDocument){return null}if(by===by.ownerDocument.body){return b.offset.bodyOffset(by)}try{bB=by.getBoundingClientRect()}catch(bF){}var bH=by.ownerDocument,bw=bH.documentElement;if(!bB||!b.contains(bw,by)){return bB?{top:bB.top,left:bB.left}:{top:0,left:0}}var bC=bH.body,bD=aK(bH),bA=bw.clientTop||bC.clientTop||0,bE=bw.clientLeft||bC.clientLeft||0,bv=bD.pageYOffset||b.support.boxModel&&bw.scrollTop||bC.scrollTop,bz=bD.pageXOffset||b.support.boxModel&&bw.scrollLeft||bC.scrollLeft,bG=bB.top+bv-bA,bx=bB.left+bz-bE;return{top:bG,left:bx}}}else{b.fn.offset=function(bF){var bz=this[0];if(bF){return this.each(function(bG){b.offset.setOffset(this,bF,bG)})}if(!bz||!bz.ownerDocument){return null}if(bz===bz.ownerDocument.body){return b.offset.bodyOffset(bz)}var bC,bw=bz.offsetParent,bv=bz,bE=bz.ownerDocument,bx=bE.documentElement,bA=bE.body,bB=bE.defaultView,e=bB?bB.getComputedStyle(bz,null):bz.currentStyle,bD=bz.offsetTop,by=bz.offsetLeft;while((bz=bz.parentNode)&&bz!==bA&&bz!==bx){if(b.support.fixedPosition&&e.position==="fixed"){break}bC=bB?bB.getComputedStyle(bz,null):bz.currentStyle;bD-=bz.scrollTop;by-=bz.scrollLeft;if(bz===bw){bD+=bz.offsetTop;by+=bz.offsetLeft;if(b.support.doesNotAddBorder&&!(b.support.doesAddBorderForTableAndCells&&V.test(bz.nodeName))){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}bv=bw;bw=bz.offsetParent}if(b.support.subtractsBorderForOverflowNotVisible&&bC.overflow!=="visible"){bD+=parseFloat(bC.borderTopWidth)||0;by+=parseFloat(bC.borderLeftWidth)||0}e=bC}if(e.position==="relative"||e.position==="static"){bD+=bA.offsetTop;by+=bA.offsetLeft}if(b.support.fixedPosition&&e.position==="fixed"){bD+=Math.max(bx.scrollTop,bA.scrollTop);by+=Math.max(bx.scrollLeft,bA.scrollLeft)}return{top:bD,left:by}}}b.offset={bodyOffset:function(e){var bw=e.offsetTop,bv=e.offsetLeft;if(b.support.doesNotIncludeMarginInBodyOffset){bw+=parseFloat(b.css(e,"marginTop"))||0;bv+=parseFloat(b.css(e,"marginLeft"))||0}return{top:bw,left:bv}},setOffset:function(bx,bG,bA){var bB=b.css(bx,"position");if(bB==="static"){bx.style.position="relative"}var bz=b(bx),bv=bz.offset(),e=b.css(bx,"top"),bE=b.css(bx,"left"),bF=(bB==="absolute"||bB==="fixed")&&b.inArray("auto",[e,bE])>-1,bD={},bC={},bw,by;if(bF){bC=bz.position();bw=bC.top;by=bC.left}else{bw=parseFloat(e)||0;by=parseFloat(bE)||0}if(b.isFunction(bG)){bG=bG.call(bx,bA,bv)}if(bG.top!=null){bD.top=(bG.top-bv.top)+bw}if(bG.left!=null){bD.left=(bG.left-bv.left)+by}if("using" in bG){bG.using.call(bx,bD)}else{bz.css(bD)}}};b.fn.extend({position:function(){if(!this[0]){return null}var bw=this[0],bv=this.offsetParent(),bx=this.offset(),e=ad.test(bv[0].nodeName)?{top:0,left:0}:bv.offset();bx.top-=parseFloat(b.css(bw,"marginTop"))||0;bx.left-=parseFloat(b.css(bw,"marginLeft"))||0;e.top+=parseFloat(b.css(bv[0],"borderTopWidth"))||0;e.left+=parseFloat(b.css(bv[0],"borderLeftWidth"))||0;return{top:bx.top-e.top,left:bx.left-e.left}},offsetParent:function(){return this.map(function(){var e=this.offsetParent||av.body;while(e&&(!ad.test(e.nodeName)&&b.css(e,"position")==="static")){e=e.offsetParent}return e})}});b.each(["Left","Top"],function(bv,e){var bw="scroll"+e;b.fn[bw]=function(bz){var bx,by;if(bz===L){bx=this[0];if(!bx){return null}by=aK(bx);return by?("pageXOffset" in by)?by[bv?"pageYOffset":"pageXOffset"]:b.support.boxModel&&by.document.documentElement[bw]||by.document.body[bw]:bx[bw]}return this.each(function(){by=aK(this);if(by){by.scrollTo(!bv?bz:b(by).scrollLeft(),bv?bz:b(by).scrollTop())}else{this[bw]=bz}})}});function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.parentWindow:false}b.each(["Height","Width"],function(bv,e){var bw=e.toLowerCase();b.fn["inner"+e]=function(){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,"padding")):this[bw]():null};b.fn["outer"+e]=function(by){var bx=this[0];return bx?bx.style?parseFloat(b.css(bx,bw,by?"margin":"border")):this[bw]():null};b.fn[bw]=function(bz){var bA=this[0];if(!bA){return bz==null?null:this}if(b.isFunction(bz)){return this.each(function(bE){var bD=b(this);bD[bw](bz.call(this,bE,bD[bw]()))})}if(b.isWindow(bA)){var bB=bA.document.documentElement["client"+e],bx=bA.document.body;return bA.document.compatMode==="CSS1Compat"&&bB||bx&&bx["client"+e]||bB}else{if(bA.nodeType===9){return Math.max(bA.documentElement["client"+e],bA.body["scroll"+e],bA.documentElement["scroll"+e],bA.body["offset"+e],bA.documentElement["offset"+e])}else{if(bz===L){var bC=b.css(bA,bw),by=parseFloat(bC);return b.isNumeric(by)?by:bC}else{return this.css(bw,typeof bz==="string"?bz:bz+"px")}}}}});bb.jQuery=bb.$=b;if(typeof define==="function"&&define.amd&&define.amd.jQuery){define("jquery",[],function(){return b +})}})(window); diff --git a/docs/mainpage_8h.html b/docs/mainpage_8h.html new file mode 100644 index 0000000..a1dbf95 --- /dev/null +++ b/docs/mainpage_8h.html @@ -0,0 +1,61 @@ + + + + + + +AngelCAD: mainpage.h File Reference + + + + + + +
+
+
+ + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+ + + + + + +
+
+
mainpage.h File Reference
+
+ + + + + diff --git a/docs/mainpage_8h_source.html b/docs/mainpage_8h_source.html new file mode 100644 index 0000000..2f3a603 --- /dev/null +++ b/docs/mainpage_8h_source.html @@ -0,0 +1,63 @@ + + + + + + +AngelCAD: mainpage.h Source File + + + + + + +
+
+ + + + + + + +
+
AngelCAD +  v1.1-00 +
+
AngelScript based 3d modeller
+
+
+ + + + +
+
+
+
mainpage.h
+
+
+Go to the documentation of this file.
1 #ifndef MAINPAGE_H
+
2 #define MAINPAGE_H
+
3 
+
60 #endif
+
+ + + + diff --git a/docs/nav_f.png b/docs/nav_f.png new file mode 100644 index 0000000..72a58a5 Binary files /dev/null and b/docs/nav_f.png differ diff --git a/docs/nav_g.png b/docs/nav_g.png new file mode 100644 index 0000000..2093a23 Binary files /dev/null and b/docs/nav_g.png differ diff --git a/docs/nav_h.png b/docs/nav_h.png new file mode 100644 index 0000000..33389b1 Binary files /dev/null and b/docs/nav_h.png differ diff --git a/docs/open.png b/docs/open.png new file mode 100644 index 0000000..30f75c7 Binary files /dev/null and b/docs/open.png differ diff --git a/docs/sync_off.png b/docs/sync_off.png new file mode 100644 index 0000000..3b443fc Binary files /dev/null and b/docs/sync_off.png differ diff --git a/docs/sync_on.png b/docs/sync_on.png new file mode 100644 index 0000000..e08320f Binary files /dev/null and b/docs/sync_on.png differ diff --git a/docs/tab_a.png b/docs/tab_a.png new file mode 100644 index 0000000..3b725c4 Binary files /dev/null and b/docs/tab_a.png differ diff --git a/docs/tab_b.png b/docs/tab_b.png new file mode 100644 index 0000000..e2b4a86 Binary files /dev/null and b/docs/tab_b.png differ diff --git a/docs/tab_h.png b/docs/tab_h.png new file mode 100644 index 0000000..fd5cb70 Binary files /dev/null and b/docs/tab_h.png differ diff --git a/docs/tab_s.png b/docs/tab_s.png new file mode 100644 index 0000000..ab478c9 Binary files /dev/null and b/docs/tab_s.png differ diff --git a/docs/tabs.css b/docs/tabs.css new file mode 100644 index 0000000..9cf578f --- /dev/null +++ b/docs/tabs.css @@ -0,0 +1,60 @@ +.tabs, .tabs2, .tabs3 { + background-image: url('tab_b.png'); + width: 100%; + z-index: 101; + font-size: 13px; + font-family: 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif; +} + +.tabs2 { + font-size: 10px; +} +.tabs3 { + font-size: 9px; +} + +.tablist { + margin: 0; + padding: 0; + display: table; +} + +.tablist li { + float: left; + display: table-cell; + background-image: url('tab_b.png'); + line-height: 36px; + list-style: none; +} + +.tablist a { + display: block; + padding: 0 20px; + font-weight: bold; + background-image:url('tab_s.png'); + background-repeat:no-repeat; + background-position:right; + color: #283A5D; + text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9); + text-decoration: none; + outline: none; +} + +.tabs3 .tablist a { + padding: 0 10px; +} + +.tablist a:hover { + background-image: url('tab_h.png'); + background-repeat:repeat-x; + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); + text-decoration: none; +} + +.tablist li.current a { + background-image: url('tab_a.png'); + background-repeat:repeat-x; + color: #fff; + text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0); +} diff --git a/index.md b/index.md new file mode 100644 index 0000000..f6c35c4 --- /dev/null +++ b/index.md @@ -0,0 +1,16 @@ +**AngelCAD - script based 3D Solid Modeller** + +AngelCAD is an open source 3D solid modeller based on the Constructive Solid Geometry [CSG](https://en.wikipedia.org/wiki/Constructive_solid_geometry) modelling technique and using the [AngelScript](http://www.angelcode.com/angelscript/sdk/docs/manual/doc_script.html) scripting language. Builds available for Windows and Linux. + +[AngelCAD language reference](/docs/index.html){:target="_blank"} (link opens in new tab) + +[angelcad-samples](https://github.com/arnholm/angelcad-samples){:target="_blank"} (link opens in new tab) + +![AngelCAD modeller](/docs/angelcad_ide_70pst.png) + +[Software Download page](https://github.com/arnholm/xcsg/releases){:target="_blank"} (link opens in new tab) + +STL file follows + +