Log of /tags/trunk_2172_checkpoint/pycad/examples
Directory Listing
Revision
2175 -
Directory Listing
Modified
Wed Dec 17 09:22:40 2008 UTC
(12 years, 1 month ago)
by
phornby
Try again at conforming to naming convention.
Revision
1387 -
Directory Listing
Modified
Fri Jan 11 07:45:26 2008 UTC
(13 years ago)
by
trankine
Original Path:
temp/pycad/examples
Restore the trunk that existed before the windows changes were committed to the (now moved to branches) old trunk.
Revision
1312 -
Directory Listing
Modified
Mon Sep 24 06:18:44 2007 UTC
(13 years, 4 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
(13 years, 10 months 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
(13 years, 10 months 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.