root/cgm/trunk/geom

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3269 [3269] 3 weeks kraftche o Move vector of CGMParallelComm instances from member of CGMTagManager …
(edit) @3267 [3267] 3 weeks kraftche 2nd and 3rd patches from Jed Brown to fix portability issues
(edit) @3263 [3263] 3 weeks kraftche copy MPI config from MOAB
(edit) @3200 [3200] 6 weeks kraftche Add CMake build support for OCC port
(edit) @3199 [3199] 6 weeks kraftche remove unused includes (mostly Cholla stuff)
(edit) @3198 [3198] 6 weeks kraftche remove unused code that depends on Cholla stuff (and is probably an …
(edit) @3164 [3164] 2 months kraftche Fix query of deleted entity: ACIS api_sweep_with_options(..) states that …
(edit) @3159 [3159] 2 months sjackson Tell svn to ignore all the unversioned files produced by autoreconf -fi
(edit) @3128 [3128] 3 months hongjun o removed unneded override of default defines for OCC and ACIS
(edit) @3126 [3126] 3 months kraftche fix automake warning
(edit) @3118 [3118] 3 months hongjun o "export_solid_model" and "import_solid_model" functions are added. o …
(edit) @3115 [3115] 3 months hongjun o Tag conventions for naming parallel CGM things o It was omitted for …
(edit) @3108 [3108] 3 months hongjun o Parallel iGeom codes are added and modified. o CGMParallelComm.*pp, …
(edit) @2856 [2856] 7 months janehu Added a comment for not used function.
(edit) @2854 [2854] 7 months janehu Added tweak_move surface function; fixed bugs;as usuall, unite operation …
(edit) @2853 [2853] 7 months janehu Added a tweak_move curves function and some bug fixes for testing.
(edit) @2848 [2848] 7 months janehu Changed error message for mesh based geometry to OCC based geometry for …
(edit) @2845 [2845] 7 months janehu Fixed for nightly tests failure as well as reporting failure when …
(edit) @2840 [2840] 7 months janehu Change back to the previous version.
(edit) @2837 [2837] 7 months janehu Fixed valgrind for MkCyl? and MkTwoCyls?'s definitely memory leaks and …
(edit) @2833 [2833] 7 months janehu Added the code for is_closed_in_ V or U direction for RefFaces?.
(edit) @2832 [2832] 7 months janehu fix for nightly build.
(edit) @2830 [2830] 7 months janehu Added a check for point containment check for surfaces which is part of a …
(edit) @2817 [2817] 7 months janehu fix for the modify testing.
(edit) @2815 [2815] 7 months janehu Fixed the wrong use of the for statement.
(edit) @2811 [2811] 8 months janehu Fixed memory error for modify testcase.
(edit) @2808 [2808] 8 months janehu Fixed the problem that Jed reported.
(edit) @2807 [2807] 8 months janehu These files' change doesn't affect the fix of memory error, so restore to …
(edit) @2805 [2805] 8 months janehu Fixed memory error for calling coedge->loop() in disconnect_curves …
(edit) @2804 [2804] 8 months janehu Fixed the mktwocyls file's crash.
(edit) @2799 [2799] 8 months janehu Fixed some of the memery problems reported by valgrind.
(edit) @2791 [2791] 8 months janehu Fix for brep files without attribute reading.
(edit) @2790 [2790] 8 months janehu changed the brep file read/write format to append all attributes at the …
(edit) @2775 [2775] 8 months janehu fixed for read_geometry function for brep files with attribute reported by …
(edit) @2769 [2769] 8 months janehu Added remove_sliver_curve function, not tested yet.
(edit) @2766 [2766] 8 months janehu Updated for fillet/chamfer testing.
(edit) @2757 [2757] 8 months janehu Updated for fillet/chamfer sheet body.
(edit) @2746 [2746] 8 months janehu Fixed bugs in fillet/chamfer on vertices.
(edit) @2744 [2744] 8 months janehu Don't need the tweak fillet or chamfer function const.
(edit) @2743 [2743] 8 months janehu Added chamfer for vertices function, since there's no member's in …
(edit) @2742 [2742] 8 months janehu Not intended to change Makefile.am and add new files.
(edit) @2741 [2741] 8 months janehu Remove fillet.occ from make clean and making tarball.
(edit) @2729 [2729] 8 months janehu Passed test for fillet/chamfer on edges.
(edit) @2725 [2725] 8 months janehu Some changes made from testing fillet creation. still in testing.
(edit) @2723 [2723] 8 months janehu Added tweak_chamfer for curves and some minor changes.
(edit) @2701 [2701] 9 months janehu Loop through all engines to try to import geometry before it fails.
(edit) @2689 [2689] 9 months janehu Added create_offset_intersection funtion for curve surface intersection.
(edit) @2688 [2688] 9 months janehu Added function create_offset_surface.
(edit) @2687 [2687] 9 months janehu Added surface_intersection function.
(edit) @2686 [2686] 9 months janehu Setting periodic flag for curves meeting ends to make a combined curve; …
(edit) @2681 [2681] 9 months janehu Added function create_curve_combine.
(edit) @2678 [2678] 9 months janehu Added reverse_body function.
(edit) @2677 [2677] 9 months janehu Added bounding-box check for generated prism and pyramid, the key of them …
(edit) @2671 [2671] 9 months janehu Added pyramid making for sides not equal to 4.
(edit) @2668 [2668] 9 months janehu Updated to pass test.
(edit) @2657 [2657] 9 months janehu Added prism for sides number not equal to 4, haven't tested it yet.
(edit) @2582 [2582] 10 months janehu Backed up the file for copying mesh size and interval info for sweep …
(edit) @2565 [2565] 10 months janehu Added the function to propagate mesh size or inteval attribute for …
(edit) @2545 [2545] 10 months janehu Removed unused prototypes,fixed the nightly builder failure.
(edit) @2535 [2535] 10 months janehu Added tweak_fillet functions; Removed unused webcut functions.
(edit) @2526 [2526] 11 months janehu Changed to make a non-const body pointer point to the same thing as the …
(edit) @2525 [2525] 11 months janehu Added webcut function to use a tool_body to webcut, since this function is …
(edit) @2524 [2524] 11 months janehu Added loft_surfaces function to create a shell body.
(edit) @2521 [2521] 11 months janehu Added loft_surfaces_to_body and some other minor changes for functions.
(edit) @2520 [2520] 11 months janehu Finish the get_conic_mid_surface function.
(edit) @2517 [2517] 11 months janehu Fixed for nightly testing failure.
(edit) @2515 [2515] 11 months janehu Added several get_mid_surface functions, not finished for getting conic …
(edit) @2509 [2509] 11 months janehu Modified for testing on webcut function.
(edit) @2506 [2506] 11 months janehu Updated for get_mid_plane as well as get_mid_surface to return a list of …
(edit) @2504 [2504] 11 months janehu Added get_mid_plane function and passed tests.
(edit) @2503 [2503] 11 months janehu Modify creat_arc_three from curves to use tangent points instead of using …
(edit) @2502 [2502] 11 months janehu Implemented webcut method in OCC, changed the signature of webcut from …
(edit) @2501 [2501] 11 months janehu Simplified create_arc_three for curves;Implemented create_arc_center_edge …
(edit) @2500 [2500] 11 months janehu Since multiple solutions are possible for create_arc_three with 3 curves, …
(edit) @2499 [2499] 11 months janehu Remove unused stuff.
(edit) @2498 [2498] 11 months janehu Modified to consider that the curves given in create_arc_three function …
(edit) @2497 [2497] 11 months janehu Added offset_curves function in OCCModifyEngine.
(edit) @2496 [2496] 11 months janehu Added split_body function.
(edit) @2495 [2495] 11 months janehu Added trim_curve function for ModifyEngine?.
(edit) @2494 [2494] 11 months janehu Updated for create_arc_three function to make sure the parameter space are …
(edit) @2493 [2493] 11 months janehu Added function of create arc or circle as incircle of three curves.
(edit) @2492 [2492] 11 months janehu Working on finding a solution to create incircle of 3 curves.
(edit) @2490 [2490] 11 months janehu restore the previous version of the code.
(edit) @2489 [2489] 11 months janehu Change ERROR messages to WARNING messages, modify test now passes.
(edit) @2488 [2488] 11 months janehu Added create curve from 3 points function.
(edit) @2486 [2486] 11 months janehu Added exporting function for exporting to iges or step format.
(edit) @2483 [2483] 11 months janehu Added reader for iges or step files, not testing yet.
(edit) @2482 [2482] 12 months janehu Fixed for 32-bit build crash.
(edit) @2481 [2481] 12 months janehu Partially fix for the coedge problem for subtraction, still has test case …
(edit) @2480 [2480] 12 months janehu Trying to fix r_w test for 32-bit build.
(edit) @2477 [2477] 12 months janehu Fixed for section code, passed itaps/testgeom test.
(edit) @2476 [2476] 12 months janehu Same change for drawing curves, do not need to delete the curve after …
(edit) @2474 [2474] 12 months janehu Found a bug in OCCDrawTool in where Occsurface is wrongly deleted, hence …
(edit) @2472 [2472] 12 months janehu Minor changes for memory clean up.
(edit) @2468 [2468] 12 months kraftche o Retain --with-occ and --with-acis options during 'make distcheck' o …
(edit) @2467 [2467] 12 months janehu Fixed the problem of transformation for surface's points when drawing.
(edit) @2461 [2461] 12 months janehu Fix for get graphics for surfaces.
(edit) @2460 [2460] 12 months janehu fixed for getting facets from surfaces problem.
(edit) @2301 [2301] 12 months janehu Fixed the memory leak problem on CGM-OCC part.
(edit) @2298 [2298] 12 months tautges Fixing CGMApp::delete_instance to set instance to NULL after deleting it, …
Note: See TracRevisionLog for help on using the revision log.