Log of /temp_trunk_copy/pycad/examples
Directory Listing
Revision
1384 -
Directory Listing
Modified
Fri Jan 11 02:29:38 2008 UTC
(13 years, 3 months ago)
by
phornby
Make a temp copy of the trunk before checking in the windows changes
Revision
1312 -
Directory Listing
Modified
Mon Sep 24 06:18:44 2007 UTC
(13 years, 6 months ago)
by
ksteube
Original Path:
trunk/pycad/examples
The MPI branch is hereby closed. All future work should be in trunk.
Previously in revision 1295 I merged the latest changes to trunk into trunk-mpi-branch.
In this revision I copied all files from trunk-mpi-branch over the corresponding
trunk files. I did not use 'svn merge', it was a copy.
Revision
1060 -
Directory Listing
Modified
Mon Mar 26 05:11:10 2007 UTC
(14 years ago)
by
ksteube
Original Path:
trunk/pycad/examples
A new pycad example which shows how to have an object with a cutout area
Revision
1034 -
Directory Listing
Modified
Wed Mar 14 23:49:20 2007 UTC
(14 years, 1 month ago)
by
gross
Original Path:
trunk/pycad/examples
In VC++ boost has problems with numarray arguments from python. This
fixes that problem by taking python::object arguments from the python
level and converting it into python::numeric::array on the C++ level.
This hasn't been tested with VC++ yet.
Moreover the two Data methods dealing with big numarrays as argument and
return value have been removed.
Revision
932 -
Directory Listing
Modified
Fri Jan 19 09:27:15 2007 UTC
(14 years, 2 months ago)
by
gross
Original Path:
trunk/pycad/examples
Design added. The loops tests are switched off to allow faults.