[cgma-dev] r4775 : Getting CAMergePartner attribute info ?

Hong-Jun Kim hongjun at mcs.anl.gov
Fri May 13 13:57:15 CDT 2011


Sorry, I meant merged entities.
When I load balance geometry entities, merged and non-merged entities are considered differently.

Hong-Jun

----- Original Message -----
> From: "Tim Tautges" <tautges at mcs.anl.gov>
> To: "Hong-Jun Kim" <hongjun at mcs.anl.gov>
> Cc: cgma-dev at mcs.anl.gov
> Sent: Friday, May 13, 2011 1:44:22 PM
> Subject: Re: [cgma-dev] r4775 : Getting CAMergePartner attribute info ?
> Do you mean interface *merged* surface?
> 
> - tim
> 
> On 05/13/2011 01:33 PM, Hong-Jun Kim wrote:
> > Yes, I use "CABody" for partitioning information, but also use
> > "CAMergePartner" to distingush interface partitioned entities with
> > non-interface partitioned entities.
> > For example, interface partitioned surface is usually partitioned
> > and meshed before non-interface partitioned surface.
> >
> > Hong-Jun
> >
> >
> > ----- Original Message -----
> >> From: "Tim Tautges"<tautges at mcs.anl.gov>
> >> To: cgma-dev at mcs.anl.gov
> >> Sent: Friday, May 13, 2011 1:01:56 PM
> >> Subject: Re: [cgma-dev] r4775 : Getting CAMergePartner attribute
> >> info ?
> >> I thought you had been using CABody for that...
> >>
> >> - tim
> >>
> >> On 05/13/2011 12:50 PM, Hong-Jun Kim wrote:
> >>> Hi,
> >>>
> >>> After importing merged geometry, I am using "CAMergePartner"
> >>> attribute to find merged entities for my parallel meshing.
> >>> For example, I use "get_cubit_attrib" as follows and if "att" is
> >>> not
> >>> NULL pointer, I decided that the entity is merged.
> >>>
> >>> ----------------------------------
> >>> CubitAttrib* att = entity->get_cubit_attrib(CA_MERGE_PARTNER,
> >>> CUBIT_FALSE);
> >>> if (att != NULL) { // entity is merged }
> >>> ----------------------------------
> >>>
> >>> However, by this revision change, CAMergePartner actuate process
> >>> is
> >>> removed because "GeometryQueryTool::check_mergeable_refentity"
> >>> handles this.
> >>>
> >>> So, I am wondering how I can know which entities are merged in
> >>> this
> >>> revision, then can anybody tell me about it?
> >>> Thanks.
> >>>
> >>> Hong-Jun
> >>>
> >>>
> >>> ----- Original Message -----
> >>>> From: "jiangtao ma"<jiangtao_ma at yahoo.com>
> >>>> To: cgma-dev at mcs.anl.gov
> >>>> Sent: Tuesday, April 26, 2011 12:54:15 PM
> >>>> Subject: [cgma-dev] r4775 - in cgm/trunk: . cgm_apps/ccapi/geom
> >>>> cgm_apps/cgm_cubit_acis cgm_apps/examples/driverc++
> >>>> cgm_apps/examples/gomadrive geom geom/ACIS_SRC
> >>>> geom/ACIS_SRC/gtcAttrib geom/ACIS_SRC/gtcAttrib/incl geom/Cholla
> >>>> geom/OCC geom/SolidWorks geom/facet geom/facetbool geom/parallel
> >>>> geom/testing geom/testing/data geom/virtual init
> >>>> itaps test util util/OtherFiles
> >>>> Author: janehu
> >>>> Date: 2011-04-26 12:54:11 -0500 (Tue, 26 Apr 2011)
> >>>> New Revision: 4775
> >>>>
> >>>> Added:
> >>>> cgm/trunk/KNOWN_ISSUES
> >>>> cgm/trunk/geom/ACIS_SRC/AcisHistory.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisHistory.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisTopologyTool.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisTopologyTool.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/attrib_history.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/attrib_history.hpp
> >>>> cgm/trunk/geom/AutoMidsurfaceTool.cpp
> >>>> cgm/trunk/geom/AutoMidsurfaceTool.hpp
> >>>> cgm/trunk/geom/CGMHistory.cpp
> >>>> cgm/trunk/geom/CGMHistory.hpp
> >>>> cgm/trunk/geom/Cholla/ChollaVolume.cpp
> >>>> cgm/trunk/geom/Cholla/ChollaVolume.hpp
> >>>> cgm/trunk/geom/Cholla/FacetorUtil.cpp
> >>>> cgm/trunk/geom/Cholla/FacetorUtil.hpp
> >>>> cgm/trunk/geom/CubitCompat.cpp
> >>>> cgm/trunk/geom/CubitCompat.h.in
> >>>> cgm/trunk/geom/CubitCompat.hpp
> >>>> cgm/trunk/geom/OCC/OCCHistory.cpp
> >>>> cgm/trunk/geom/OCC/OCCHistory.hpp
> >>>> cgm/trunk/geom/OCC/occ_attrib_history.hpp
> >>>> cgm/trunk/geom/OCC/occ_patches_6.5
> >>>> cgm/trunk/geom/PeriodicParamTool.cpp
> >>>> cgm/trunk/geom/PeriodicParamTool.hpp
> >>>> cgm/trunk/geom/testing/
> >>>> cgm/trunk/geom/testing/AngleCalc.cpp
> >>>> cgm/trunk/geom/testing/CMakeLists.txt
> >>>> cgm/trunk/geom/testing/CreateGeometry.cpp
> >>>> cgm/trunk/geom/testing/GraphicsData.cpp
> >>>> cgm/trunk/geom/testing/Makefile.am
> >>>> cgm/trunk/geom/testing/ReadIgesFile.cpp
> >>>> cgm/trunk/geom/testing/TestConfig.h.in
> >>>> cgm/trunk/geom/testing/TestUtilities.cpp
> >>>> cgm/trunk/geom/testing/TestUtilities.hpp
> >>>> cgm/trunk/geom/testing/cgm_test.cpp
> >>>> cgm/trunk/geom/testing/cgm_test.hpp
> >>>> cgm/trunk/geom/testing/cgm_test_script
> >>>> cgm/trunk/geom/testing/data/
> >>>> cgm/trunk/geom/testing/data/brick.iges
> >>>> cgm/trunk/geom/testing/main.cpp
> >>>> cgm/trunk/geom/virtual/SplitCompositeSurfaceTool.cpp
> >>>> cgm/trunk/geom/virtual/SplitCompositeSurfaceTool.hpp
> >>>> cgm/trunk/test/Cylinder_1.brep
> >>>> cgm/trunk/test/Cylinder_2.brep
> >>>> cgm/trunk/util/CommandFeedback.hpp
> >>>> cgm/trunk/util/CubitUndo.cpp
> >>>> cgm/trunk/util/CubitUndo.hpp
> >>>> cgm/trunk/util/ExternalCoordinateSystem.hpp
> >>>> cgm/trunk/util/GlobalCommandFeedback.cpp
> >>>> cgm/trunk/util/GlobalCommandFeedback.hpp
> >>>> cgm/trunk/util/ManagedPtrVector.hpp
> >>>> cgm/trunk/util/OrderedMap.hpp
> >>>> cgm/trunk/util/OrderedSet.hpp
> >>>> Removed:
> >>>> cgm/trunk/KNOWN_ISSUES
> >>>> cgm/trunk/geom/testing/AngleCalc.cpp
> >>>> cgm/trunk/geom/testing/CMakeLists.txt
> >>>> cgm/trunk/geom/testing/CreateGeometry.cpp
> >>>> cgm/trunk/geom/testing/GraphicsData.cpp
> >>>> cgm/trunk/geom/testing/Makefile.am
> >>>> cgm/trunk/geom/testing/ReadIgesFile.cpp
> >>>> cgm/trunk/geom/testing/TestConfig.h.in
> >>>> cgm/trunk/geom/testing/TestUtilities.cpp
> >>>> cgm/trunk/geom/testing/TestUtilities.hpp
> >>>> cgm/trunk/geom/testing/cgm_test.cpp
> >>>> cgm/trunk/geom/testing/cgm_test.hpp
> >>>> cgm/trunk/geom/testing/cgm_test_script
> >>>> cgm/trunk/geom/testing/data/
> >>>> cgm/trunk/geom/testing/data/brick.iges
> >>>> cgm/trunk/geom/testing/main.cpp
> >>>> Modified:
> >>>> cgm/trunk/
> >>>> cgm/trunk/Makefile.am
> >>>> cgm/trunk/cgm_apps/ccapi/geom/GeometryTool_ccapi.cpp
> >>>> cgm/trunk/cgm_apps/cgm_cubit_acis/main_cubit_acis.cpp
> >>>> cgm/trunk/cgm_apps/examples/driverc++/mergechk.cpp
> >>>> cgm/trunk/cgm_apps/examples/gomadrive/gm_cgm_c_interface.C
> >>>> cgm/trunk/configure.ac
> >>>> cgm/trunk/geom/
> >>>> cgm/trunk/geom/ACIS_SRC/
> >>>> cgm/trunk/geom/ACIS_SRC/AcisBridge.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisDrawTool.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisEdgeTool.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisFacetManager.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisFacetManager.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisFeatureEngine.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisFeatureEngine.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisHealerTool.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisHealerTool.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisModifyEngine.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisModifyEngine.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisQueryEngine.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisQueryEngine.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisSurfaceTool.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisSurfaceTool.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisToolUtil.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisToolUtil.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisTweakTool.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/AcisTweakTool.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/BodyACIS.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/BodyACIS.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/CMakeLists.txt
> >>>> cgm/trunk/geom/ACIS_SRC/CoEdgeACIS.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/CurveACIS.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/CurveACIS.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/LoopACIS.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/LoopACIS.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/LumpACIS.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/LumpACIS.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/Makefile.am
> >>>> cgm/trunk/geom/ACIS_SRC/PointACIS.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/ShellACIS.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/SurfaceACIS.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/SurfaceACIS.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/UseACIS.cmake
> >>>> cgm/trunk/geom/ACIS_SRC/attrib_cubit_owner.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/attrib_cubit_owner.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/attrib_snl.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/attrib_snl.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/attrib_snl_simple.cpp
> >>>> cgm/trunk/geom/ACIS_SRC/attrib_snl_simple.hpp
> >>>> cgm/trunk/geom/ACIS_SRC/decl_none.h
> >>>> cgm/trunk/geom/ACIS_SRC/gtcAttrib/CMakeLists.txt
> >>>> cgm/trunk/geom/ACIS_SRC/gtcAttrib/Makefile
> >>>> cgm/trunk/geom/ACIS_SRC/gtcAttrib/incl/attrib_gtc_export.h
> >>>> cgm/trunk/geom/AllocMemManagersGeom.cpp
> >>>> cgm/trunk/geom/AnalyticGeometryTool.cpp
> >>>> cgm/trunk/geom/AnalyticGeometryTool.hpp
> >>>> cgm/trunk/geom/BasicTopologyEntity.cpp
> >>>> cgm/trunk/geom/BasicTopologyEntity.hpp
> >>>> cgm/trunk/geom/Body.cpp
> >>>> cgm/trunk/geom/Body.hpp
> >>>> cgm/trunk/geom/BodySM.cpp
> >>>> cgm/trunk/geom/BodySM.hpp
> >>>> cgm/trunk/geom/BoundingBoxTool.cpp
> >>>> cgm/trunk/geom/BoundingBoxTool.hpp
> >>>> cgm/trunk/geom/BridgeManager.cpp
> >>>> cgm/trunk/geom/BridgeManager.hpp
> >>>> cgm/trunk/geom/CAActuateSet.cpp
> >>>> cgm/trunk/geom/CAActuateSet.hpp
> >>>> cgm/trunk/geom/CADeferredAttrib.cpp
> >>>> cgm/trunk/geom/CADeferredAttrib.hpp
> >>>> cgm/trunk/geom/CADefines.hpp
> >>>> cgm/trunk/geom/CAEntityColor.cpp
> >>>> cgm/trunk/geom/CAEntityColor.hpp
> >>>> cgm/trunk/geom/CAEntityId.cpp
> >>>> cgm/trunk/geom/CAEntityId.hpp
> >>>> cgm/trunk/geom/CAEntityName.cpp
> >>>> cgm/trunk/geom/CAEntityName.hpp
> >>>> cgm/trunk/geom/CAGroup.cpp
> >>>> cgm/trunk/geom/CAGroup.hpp
> >>>> cgm/trunk/geom/CAMergePartner.cpp
> >>>> cgm/trunk/geom/CAMergePartner.hpp
> >>>> cgm/trunk/geom/CAMergeStatus.cpp
> >>>> cgm/trunk/geom/CAMergeStatus.hpp
> >>>> cgm/trunk/geom/CASourceFeature.cpp
> >>>> cgm/trunk/geom/CASourceFeature.hpp
> >>>> cgm/trunk/geom/CAUniqueId.cpp
> >>>> cgm/trunk/geom/CAUniqueId.hpp
> >>>> cgm/trunk/geom/CGMApp.cpp
> >>>> cgm/trunk/geom/CGMApp.hpp
> >>>> cgm/trunk/geom/CGMEngineDynamicLoader.cpp
> >>>> cgm/trunk/geom/CGMEngineDynamicLoader.hpp
> >>>> cgm/trunk/geom/CMakeLists.txt
> >>>> cgm/trunk/geom/Chain.cpp
> >>>> cgm/trunk/geom/Chain.hpp
> >>>> cgm/trunk/geom/Cholla/
> >>>> cgm/trunk/geom/Cholla/CMakeLists.txt
> >>>> cgm/trunk/geom/Cholla/Cholla.cpp
> >>>> cgm/trunk/geom/Cholla/ChollaCurve.cpp
> >>>> cgm/trunk/geom/Cholla/ChollaCurve.hpp
> >>>> cgm/trunk/geom/Cholla/ChollaEngine.cpp
> >>>> cgm/trunk/geom/Cholla/ChollaEngine.hpp
> >>>> cgm/trunk/geom/Cholla/ChollaPoint.cpp
> >>>> cgm/trunk/geom/Cholla/ChollaPoint.hpp
> >>>> cgm/trunk/geom/Cholla/ChollaSurface.cpp
> >>>> cgm/trunk/geom/Cholla/ChollaSurface.hpp
> >>>> cgm/trunk/geom/Cholla/CubitFacet.cpp
> >>>> cgm/trunk/geom/Cholla/CubitFacet.hpp
> >>>> cgm/trunk/geom/Cholla/CubitFacetData.cpp
> >>>> cgm/trunk/geom/Cholla/CubitFacetData.hpp
> >>>> cgm/trunk/geom/Cholla/CubitFacetEdge.hpp
> >>>> cgm/trunk/geom/Cholla/CurveFacetEvalTool.cpp
> >>>> cgm/trunk/geom/Cholla/CurveFacetEvalTool.hpp
> >>>> cgm/trunk/geom/Cholla/FacetDataUtil.cpp
> >>>> cgm/trunk/geom/Cholla/FacetDataUtil.hpp
> >>>> cgm/trunk/geom/Cholla/FacetEvalTool.cpp
> >>>> cgm/trunk/geom/Cholla/FacetEvalTool.hpp
> >>>> cgm/trunk/geom/Cholla/FacetorTool.cpp
> >>>> cgm/trunk/geom/Cholla/FacetorTool.hpp
> >>>> cgm/trunk/geom/Cholla/LoopParamTool.cpp
> >>>> cgm/trunk/geom/Cholla/LoopParamTool.hpp
> >>>> cgm/trunk/geom/Cholla/Makefile.am
> >>>> cgm/trunk/geom/Cholla/TDGeomFacet.cpp
> >>>> cgm/trunk/geom/Cholla/TDGeomFacet.hpp
> >>>> cgm/trunk/geom/Cholla/debug.cpp
> >>>> cgm/trunk/geom/Cholla/debug.hpp
> >>>> cgm/trunk/geom/CoEdge.cpp
> >>>> cgm/trunk/geom/CoEdge.hpp
> >>>> cgm/trunk/geom/CoEdgeSM.cpp
> >>>> cgm/trunk/geom/CoEdgeSM.hpp
> >>>> cgm/trunk/geom/CoFace.cpp
> >>>> cgm/trunk/geom/CoFace.hpp
> >>>> cgm/trunk/geom/CoVertex.cpp
> >>>> cgm/trunk/geom/CoVertex.hpp
> >>>> cgm/trunk/geom/CoVolume.cpp
> >>>> cgm/trunk/geom/CoVolume.hpp
> >>>> cgm/trunk/geom/CollectionEntity.cpp
> >>>> cgm/trunk/geom/CollectionEntity.hpp
> >>>> cgm/trunk/geom/CompositeCombineEvent.hpp
> >>>> cgm/trunk/geom/CubitAttrib.cpp
> >>>> cgm/trunk/geom/CubitAttrib.hpp
> >>>> cgm/trunk/geom/CubitAttribManager.cpp
> >>>> cgm/trunk/geom/CubitAttribManager.hpp
> >>>> cgm/trunk/geom/CubitAttribUser.cpp
> >>>> cgm/trunk/geom/CubitAttribUser.hpp
> >>>> cgm/trunk/geom/CubitEvaluator.hpp
> >>>> cgm/trunk/geom/CubitGeomConfigure.h
> >>>> cgm/trunk/geom/CubitGeomConfigure.h.in
> >>>> cgm/trunk/geom/CubitPolygon.cpp
> >>>> cgm/trunk/geom/CubitPolygon.hpp
> >>>> cgm/trunk/geom/CubitSimpleAttrib.cpp
> >>>> cgm/trunk/geom/CubitSimpleAttrib.hpp
> >>>> cgm/trunk/geom/Curve.cpp
> >>>> cgm/trunk/geom/Curve.hpp
> >>>> cgm/trunk/geom/CurveOverlapFacet.cpp
> >>>> cgm/trunk/geom/CurveOverlapFacet.hpp
> >>>> cgm/trunk/geom/CurveSM.cpp
> >>>> cgm/trunk/geom/CurveSM.hpp
> >>>> cgm/trunk/geom/CylinderEvaluator.cpp
> >>>> cgm/trunk/geom/CylinderEvaluator.hpp
> >>>> cgm/trunk/geom/DAG.cpp
> >>>> cgm/trunk/geom/DAG.hpp
> >>>> cgm/trunk/geom/DagDrawingTool.cpp
> >>>> cgm/trunk/geom/DagDrawingTool.hpp
> >>>> cgm/trunk/geom/DagType.hpp
> >>>> cgm/trunk/geom/GSaveOpen.cpp
> >>>> cgm/trunk/geom/GSaveOpen.hpp
> >>>> cgm/trunk/geom/GeomDataObserver.cpp
> >>>> cgm/trunk/geom/GeomDataObserver.hpp
> >>>> cgm/trunk/geom/GeomMeasureTool.cpp
> >>>> cgm/trunk/geom/GeomMeasureTool.hpp
> >>>> cgm/trunk/geom/GeomPoint.hpp
> >>>> cgm/trunk/geom/GeomSeg.hpp
> >>>> cgm/trunk/geom/GeometryEntity.cpp
> >>>> cgm/trunk/geom/GeometryEntity.hpp
> >>>> cgm/trunk/geom/GeometryFeatureEngine.cpp
> >>>> cgm/trunk/geom/GeometryFeatureEngine.hpp
> >>>> cgm/trunk/geom/GeometryFeatureTool.cpp
> >>>> cgm/trunk/geom/GeometryFeatureTool.hpp
> >>>> cgm/trunk/geom/GeometryHealerEngine.cpp
> >>>> cgm/trunk/geom/GeometryHealerEngine.hpp
> >>>> cgm/trunk/geom/GeometryHealerTool.cpp
> >>>> cgm/trunk/geom/GeometryHealerTool.hpp
> >>>> cgm/trunk/geom/GeometryModifyEngine.cpp
> >>>> cgm/trunk/geom/GeometryModifyEngine.hpp
> >>>> cgm/trunk/geom/GeometryModifyTool.cpp
> >>>> cgm/trunk/geom/GeometryModifyTool.hpp
> >>>> cgm/trunk/geom/GeometryQueryEngine.cpp
> >>>> cgm/trunk/geom/GeometryQueryEngine.hpp
> >>>> cgm/trunk/geom/GeometryQueryTool.cpp
> >>>> cgm/trunk/geom/GeometryQueryTool.hpp
> >>>> cgm/trunk/geom/GeometryUtil.cpp
> >>>> cgm/trunk/geom/GeometryUtil.hpp
> >>>> cgm/trunk/geom/GfxPreview.cpp
> >>>> cgm/trunk/geom/GfxPreview.hpp
> >>>> cgm/trunk/geom/GroupingEntity.cpp
> >>>> cgm/trunk/geom/GroupingEntity.hpp
> >>>> cgm/trunk/geom/IntermediateGeomEngine.hpp
> >>>> cgm/trunk/geom/Loop.cpp
> >>>> cgm/trunk/geom/Loop.hpp
> >>>> cgm/trunk/geom/LoopSM.cpp
> >>>> cgm/trunk/geom/LoopSM.hpp
> >>>> cgm/trunk/geom/Lump.cpp
> >>>> cgm/trunk/geom/Lump.hpp
> >>>> cgm/trunk/geom/LumpSM.cpp
> >>>> cgm/trunk/geom/LumpSM.hpp
> >>>> cgm/trunk/geom/Makefile.am
> >>>> cgm/trunk/geom/MedialTool2D.cpp
> >>>> cgm/trunk/geom/MedialTool2D.hpp
> >>>> cgm/trunk/geom/MedialTool3D.cpp
> >>>> cgm/trunk/geom/MedialTool3D.hpp
> >>>> cgm/trunk/geom/MergeTool.cpp
> >>>> cgm/trunk/geom/MergeTool.hpp
> >>>> cgm/trunk/geom/MergeToolAssistant.cpp
> >>>> cgm/trunk/geom/MergeToolAssistant.hpp
> >>>> cgm/trunk/geom/MidPlaneTool.cpp
> >>>> cgm/trunk/geom/MidPlaneTool.hpp
> >>>> cgm/trunk/geom/ModelEntity.cpp
> >>>> cgm/trunk/geom/ModelEntity.hpp
> >>>> cgm/trunk/geom/ModelQueryEngine.cpp
> >>>> cgm/trunk/geom/ModelQueryEngine.hpp
> >>>> cgm/trunk/geom/OCC/
> >>>> cgm/trunk/geom/OCC/Makefile.am
> >>>> cgm/trunk/geom/OCC/OCCAttribSet.cpp
> >>>> cgm/trunk/geom/OCC/OCCBody.cpp
> >>>> cgm/trunk/geom/OCC/OCCCurve.cpp
> >>>> cgm/trunk/geom/OCC/OCCDrawTool.cpp
> >>>> cgm/trunk/geom/OCC/OCCLoop.cpp
> >>>> cgm/trunk/geom/OCC/OCCLoop.hpp
> >>>> cgm/trunk/geom/OCC/OCCLump.cpp
> >>>> cgm/trunk/geom/OCC/OCCLump.hpp
> >>>> cgm/trunk/geom/OCC/OCCModifyEngine.cpp
> >>>> cgm/trunk/geom/OCC/OCCModifyEngine.hpp
> >>>> cgm/trunk/geom/OCC/OCCPoint.cpp
> >>>> cgm/trunk/geom/OCC/OCCQueryEngine.cpp
> >>>> cgm/trunk/geom/OCC/OCCQueryEngine.hpp
> >>>> cgm/trunk/geom/OCC/OCCShapeAttributeSet.cpp
> >>>> cgm/trunk/geom/OCC/OCCShell.cpp
> >>>> cgm/trunk/geom/OCC/OCCSurface.cpp
> >>>> cgm/trunk/geom/OCC/OCCSurface.hpp
> >>>> cgm/trunk/geom/OffsetSplitTool.cpp
> >>>> cgm/trunk/geom/OffsetSplitTool.hpp
> >>>> cgm/trunk/geom/OldUnmergeCode.cpp
> >>>> cgm/trunk/geom/OldUnmergeCode.hpp
> >>>> cgm/trunk/geom/Point.cpp
> >>>> cgm/trunk/geom/Point.hpp
> >>>> cgm/trunk/geom/PointSM.cpp
> >>>> cgm/trunk/geom/PointSM.hpp
> >>>> cgm/trunk/geom/RefCollection.cpp
> >>>> cgm/trunk/geom/RefCollection.hpp
> >>>> cgm/trunk/geom/RefEdge.cpp
> >>>> cgm/trunk/geom/RefEdge.hpp
> >>>> cgm/trunk/geom/RefEntity.cpp
> >>>> cgm/trunk/geom/RefEntity.hpp
> >>>> cgm/trunk/geom/RefEntityFactory.cpp
> >>>> cgm/trunk/geom/RefEntityFactory.hpp
> >>>> cgm/trunk/geom/RefEntityName.cpp
> >>>> cgm/trunk/geom/RefEntityName.hpp
> >>>> cgm/trunk/geom/RefEntityNameMap.hpp
> >>>> cgm/trunk/geom/RefFace.cpp
> >>>> cgm/trunk/geom/RefFace.hpp
> >>>> cgm/trunk/geom/RefGroup.cpp
> >>>> cgm/trunk/geom/RefGroup.hpp
> >>>> cgm/trunk/geom/RefVertex.cpp
> >>>> cgm/trunk/geom/RefVertex.hpp
> >>>> cgm/trunk/geom/RefVolume.cpp
> >>>> cgm/trunk/geom/RefVolume.hpp
> >>>> cgm/trunk/geom/SenseEntity.cpp
> >>>> cgm/trunk/geom/SenseEntity.hpp
> >>>> cgm/trunk/geom/Shell.cpp
> >>>> cgm/trunk/geom/Shell.hpp
> >>>> cgm/trunk/geom/ShellSM.cpp
> >>>> cgm/trunk/geom/ShellSM.hpp
> >>>> cgm/trunk/geom/SolidWorks/
> >>>> cgm/trunk/geom/SphereEvaluator.cpp
> >>>> cgm/trunk/geom/SphereEvaluator.hpp
> >>>> cgm/trunk/geom/SplitSurfaceTool.cpp
> >>>> cgm/trunk/geom/SplitSurfaceTool.hpp
> >>>> cgm/trunk/geom/SurfParamTool.cpp
> >>>> cgm/trunk/geom/SurfParamTool.hpp
> >>>> cgm/trunk/geom/Surface.cpp
> >>>> cgm/trunk/geom/Surface.hpp
> >>>> cgm/trunk/geom/SurfaceOverlapFacet.cpp
> >>>> cgm/trunk/geom/SurfaceOverlapFacet.hpp
> >>>> cgm/trunk/geom/SurfaceOverlapTool.cpp
> >>>> cgm/trunk/geom/SurfaceOverlapTool.hpp
> >>>> cgm/trunk/geom/SurfaceSM.cpp
> >>>> cgm/trunk/geom/SurfaceSM.hpp
> >>>> cgm/trunk/geom/TBOwner.hpp
> >>>> cgm/trunk/geom/TBOwnerSet.hpp
> >>>> cgm/trunk/geom/TDCAGE.cpp
> >>>> cgm/trunk/geom/TDCAGE.hpp
> >>>> cgm/trunk/geom/TDCompare.hpp
> >>>> cgm/trunk/geom/TDSourceFeature.cpp
> >>>> cgm/trunk/geom/TDSourceFeature.hpp
> >>>> cgm/trunk/geom/TDSplitSurface.cpp
> >>>> cgm/trunk/geom/TDSplitSurface.hpp
> >>>> cgm/trunk/geom/TDSurfaceOverlap.cpp
> >>>> cgm/trunk/geom/TDSurfaceOverlap.hpp
> >>>> cgm/trunk/geom/TDUniqueId.cpp
> >>>> cgm/trunk/geom/TDUniqueId.hpp
> >>>> cgm/trunk/geom/TopologyBridge.cpp
> >>>> cgm/trunk/geom/TopologyBridge.hpp
> >>>> cgm/trunk/geom/TopologyEntity.cpp
> >>>> cgm/trunk/geom/TopologyEntity.hpp
> >>>> cgm/trunk/geom/UnMergeEvent.hpp
> >>>> cgm/trunk/geom/facet/
> >>>> cgm/trunk/geom/facet/FacetCurve.cpp
> >>>> cgm/trunk/geom/facet/FacetLoop.cpp
> >>>> cgm/trunk/geom/facet/FacetLoop.hpp
> >>>> cgm/trunk/geom/facet/FacetModifyEngine.cpp
> >>>> cgm/trunk/geom/facet/FacetModifyEngine.hpp
> >>>> cgm/trunk/geom/facet/FacetParamTool.cpp
> >>>> cgm/trunk/geom/facet/FacetParamTool.hpp
> >>>> cgm/trunk/geom/facet/FacetQueryEngine.cpp
> >>>> cgm/trunk/geom/facet/FacetQueryEngine.hpp
> >>>> cgm/trunk/geom/facet/FacetboolInterface.cpp
> >>>> cgm/trunk/geom/facetbool/
> >>>> cgm/trunk/geom/facetbool/FBRetriangulate.cpp
> >>>> cgm/trunk/geom/libcubit_geom.dsp
> >>>> cgm/trunk/geom/parallel/
> >>>> cgm/trunk/geom/parallel/CGMmpi.h
> >>>> cgm/trunk/geom/parallel/CGMmpi_config.h.in
> >>>> cgm/trunk/geom/virtual/
> >>>> cgm/trunk/geom/virtual/CMakeLists.txt
> >>>> cgm/trunk/geom/virtual/CollapseCurveTool.cpp
> >>>> cgm/trunk/geom/virtual/CollapseCurveTool.hpp
> >>>> cgm/trunk/geom/virtual/CompSurfFacets.cpp
> >>>> cgm/trunk/geom/virtual/CompositeEngine.cpp
> >>>> cgm/trunk/geom/virtual/CompositeEngine.hpp
> >>>> cgm/trunk/geom/virtual/CompositeGeom.cpp
> >>>> cgm/trunk/geom/virtual/CompositeGeom.hpp
> >>>> cgm/trunk/geom/virtual/CompositeLoop.cpp
> >>>> cgm/trunk/geom/virtual/CompositeLoop.hpp
> >>>> cgm/trunk/geom/virtual/CompositeSurface.cpp
> >>>> cgm/trunk/geom/virtual/CompositeSurface.hpp
> >>>> cgm/trunk/geom/virtual/CompositeTool.cpp
> >>>> cgm/trunk/geom/virtual/FacetProjectTool.cpp
> >>>> cgm/trunk/geom/virtual/FacetProjectTool.hpp
> >>>> cgm/trunk/geom/virtual/Faceter.cpp
> >>>> cgm/trunk/geom/virtual/ImprintBoundaryTool.cpp
> >>>> cgm/trunk/geom/virtual/Makefile.am
> >>>> cgm/trunk/geom/virtual/PartSurfFacetTool.cpp
> >>>> cgm/trunk/geom/virtual/PartitionEngine.cpp
> >>>> cgm/trunk/geom/virtual/PartitionEngine.hpp
> >>>> cgm/trunk/geom/virtual/PartitionLoop.cpp
> >>>> cgm/trunk/geom/virtual/PartitionLoop.hpp
> >>>> cgm/trunk/geom/virtual/PartitionSurface.cpp
> >>>> cgm/trunk/geom/virtual/PartitionTool.cpp
> >>>> cgm/trunk/geom/virtual/RemoveBlends.cpp
> >>>> cgm/trunk/geom/virtual/SimplifyTool.cpp
> >>>> cgm/trunk/geom/virtual/SimplifyTool.hpp
> >>>> cgm/trunk/geom/virtual/SubCurve.cpp
> >>>> cgm/trunk/geom/virtual/SubSurface.cpp
> >>>> cgm/trunk/geom/virtual/VGLoopTool.cpp
> >>>> cgm/trunk/geom/virtual/VirtualQueryEngine.cpp
> >>>> cgm/trunk/geom/virtual/VirtualQueryEngine.hpp
> >>>> cgm/trunk/init/InitCGMA.cpp
> >>>> cgm/trunk/itaps/iGeom_CGMA.cc
> >>>> cgm/trunk/itaps/testgeom.cc
> >>>> cgm/trunk/test/makept.cpp
> >>>> cgm/trunk/test/merge_test.cpp
> >>>> cgm/trunk/test/modify.cpp
> >>>> cgm/trunk/test/operation.cpp
> >>>> cgm/trunk/test/r_w.cpp
> >>>> cgm/trunk/test/test_occ.cpp
> >>>> cgm/trunk/test/webcut.cpp
> >>>> cgm/trunk/util/AppUtil.cpp
> >>>> cgm/trunk/util/AppUtil.hpp
> >>>> cgm/trunk/util/ArrayBasedContainer.cpp
> >>>> cgm/trunk/util/CMakeLists.txt
> >>>> cgm/trunk/util/CastTo.hpp
> >>>> cgm/trunk/util/CpuTimer.cpp
> >>>> cgm/trunk/util/CpuTimer.hpp
> >>>> cgm/trunk/util/CubitBox.cpp
> >>>> cgm/trunk/util/CubitBox.hpp
> >>>> cgm/trunk/util/CubitColorConstants.hpp
> >>>> cgm/trunk/util/CubitCoordinateSystem.cpp
> >>>> cgm/trunk/util/CubitDefines.h
> >>>> cgm/trunk/util/CubitDynamicLoader.cpp
> >>>> cgm/trunk/util/CubitEntity.cpp
> >>>> cgm/trunk/util/CubitEventDefines.h
> >>>> cgm/trunk/util/CubitFile.cpp
> >>>> cgm/trunk/util/CubitFile.hpp
> >>>> cgm/trunk/util/CubitFileFEModel.cpp
> >>>> cgm/trunk/util/CubitFileFEModel.hpp
> >>>> cgm/trunk/util/CubitFileIOWrapper.cpp
> >>>> cgm/trunk/util/CubitFileIOWrapper.hpp
> >>>> cgm/trunk/util/CubitFileMetaData.cpp
> >>>> cgm/trunk/util/CubitFileUtil.cpp
> >>>> cgm/trunk/util/CubitInputFile.hpp
> >>>> cgm/trunk/util/CubitMatrix.cpp
> >>>> cgm/trunk/util/CubitMessage.cpp
> >>>> cgm/trunk/util/CubitMessage.hpp
> >>>> cgm/trunk/util/CubitPlane.cpp
> >>>> cgm/trunk/util/CubitPlane.hpp
> >>>> cgm/trunk/util/CubitStack.cpp
> >>>> cgm/trunk/util/CubitString.cpp
> >>>> cgm/trunk/util/CubitString.hpp
> >>>> cgm/trunk/util/CubitTransformMatrix.cpp
> >>>> cgm/trunk/util/CubitTransformMatrix.hpp
> >>>> cgm/trunk/util/CubitUtil.cpp
> >>>> cgm/trunk/util/CubitUtil.hpp
> >>>> cgm/trunk/util/CubitUtilConfigure.h.in
> >>>> cgm/trunk/util/CubitVector.cpp
> >>>> cgm/trunk/util/CubitVector.hpp
> >>>> cgm/trunk/util/DIntArray.cpp
> >>>> cgm/trunk/util/DLIList.cpp
> >>>> cgm/trunk/util/DLIList.hpp
> >>>> cgm/trunk/util/DLList.hpp
> >>>> cgm/trunk/util/DynamicArray.cpp
> >>>> cgm/trunk/util/DynamicArray.hpp
> >>>> cgm/trunk/util/ElementType.h
> >>>> cgm/trunk/util/GMem.cpp
> >>>> cgm/trunk/util/GeometryDefines.h
> >>>> cgm/trunk/util/GetLongOpt.hpp
> >>>> cgm/trunk/util/GfxDebug.cpp
> >>>> cgm/trunk/util/GfxDebug.hpp
> >>>> cgm/trunk/util/IntersectionTool.cpp
> >>>> cgm/trunk/util/IntersectionTool.hpp
> >>>> cgm/trunk/util/KDDTree.cpp
> >>>> cgm/trunk/util/Makefile.am
> >>>> cgm/trunk/util/MemoryBlock.hpp
> >>>> cgm/trunk/util/MemoryManager.cpp
> >>>> cgm/trunk/util/MemoryManager.hpp
> >>>> cgm/trunk/util/OctTree.cpp
> >>>> cgm/trunk/util/OtherFiles/make.client
> >>>> cgm/trunk/util/ParamTool.hpp
> >>>> cgm/trunk/util/PlanarParamTool.cpp
> >>>> cgm/trunk/util/PlanarParamTool.hpp
> >>>> cgm/trunk/util/PriorityQueue.cpp
> >>>> cgm/trunk/util/RTree.cpp
> >>>> cgm/trunk/util/RTree.hpp
> >>>> cgm/trunk/util/RandomMersenne.cpp
> >>>> cgm/trunk/util/SDLList.cpp
> >>>> cgm/trunk/util/SDLList.hpp
> >>>> cgm/trunk/util/SettingHandler.cpp
> >>>> cgm/trunk/util/SettingHandler.hpp
> >>>> cgm/trunk/util/TextProgressTool.cpp
> >>>> cgm/trunk/util/ToolData.cpp
> >>>> cgm/trunk/util/ToolData.hpp
> >>>> cgm/trunk/util/ToolDataUser.cpp
> >>>> cgm/trunk/util/ToolDataUser.hpp
> >>>> cgm/trunk/util/TtyProgressTool.cpp
> >>>> Log:
> >>>> Merge branch/merge-cubit12 to trunk, passed all testcases for
> >>>> OCC6.3(build with /geom/OCC/occ_patches), OCC6.5(build with
> >>>> /geom/OCC/occ_patches_6.5), acis17 as well as cubit12 builds.
> >>>> Special
> >>>> note: When building with cubit12, current test code doesn't do
> >>>> anything for geom/testing directory. Status is<All 0 tests
> >>>> passed>.
> >>>>
> >>>>
> >>>> Property changes on: cgm/trunk
> >>>> ___________________________________________________________________
> >>>> Added: svn:mergeinfo
> >>>> + /cgm/branches/cubit:1041-3427
> >>>> /cgm/branches/merge-cubit12:3424-4774
> >>>>
> >>>> Deleted: cgm/trunk/KNOWN_ISSUES
> >>>> ===================================================================
> >>>> --- cgm/trunk/KNOWN_ISSUES 2011-04-23 05:15:17 UTC (rev 4774)
> >>>> +++ cgm/trunk/KNOWN_ISSUES 2011-04-26 17:54:11 UTC (rev 4775)
> >>>> @@ -1,27 +0,0 @@
> >>>> -This is a list of the known issues with CGM on OCC.For more
> >>>> details
> >>>> please see
> >>>> -the online ticket system at the MOAB website:
> >>>> - https://trac.mcs.anl.gov/projects/ITAPS/wiki
> >>>> -
> >>>> -
> >>>> -
> >>>> -ID Severity Summary/Details
> >>>> -=== ========
> >>>> ===================================================================
> >>>> -175 critical imprint special cases fail with crash.
> >>>> -
> >>>> -176 minor CGM memory leak
> >>>> -
> >>>> -178 major Unite function doesn't unite smoothly connected
> >>>> surfaces.
> >>>> -
> >>>> -179 major mcnp2cad test suite lat1-7 not working, needs
> >>>> debugging.
> >>>> -
> >>>> -180 major There are lots new functions or added functions to
> >>>> exsisting
> >>>> - functions requirements to port OCC to cubit12.
> >>>> -
> >>>> -181 minor Lack of good cases for testing purpose.
> >>>> -
> >>>> -182 minor Dirty geometry/imported geometry is not tested for
> >>>> read/repair yet
> >>>> -183 minor Don't have proper tool to visualize the TopoDS_Shapes,
> >>>> debugging
> >>>> - process is long preparing for graphics to understand the issue
> >>>> -
> >>>> -185 major mcnp2cad/tests/INP-torus test case fails on imprinting
> >>>> 2
> >>>> spline
> >>>> - surfaces.
> >>>>
> >>>> Added: cgm/trunk/KNOWN_ISSUES
> >>>> ===================================================================
> >>>> --- cgm/trunk/KNOWN_ISSUES (rev 0)
> >>>> +++ cgm/trunk/KNOWN_ISSUES 2011-04-26 17:54:11 UTC (rev 4775)
> >>>> @@ -0,0 +1,27 @@
> >>>> +This is a list of the known issues with CGM on OCC.For more
> >>>> details
> >>>> please see
> >>>> +the online ticket system at the MOAB website:
> >>>> + https://trac.mcs.anl.gov/projects/ITAPS/wiki
> >>>> +
> >>>> +
> >>>> +
> >>>
> >>
> >> --
> >> ================================================================
> >> "You will keep in perfect peace him whose mind is
> >> steadfast, because he trusts in you." Isaiah 26:3
> >>
> >> Tim Tautges Argonne National Laboratory
> >> (tautges at mcs.anl.gov) (telecommuting from UW-Madison)
> >> phone: (608) 263-8485 1500 Engineering Dr.
> >> fax: (608) 263-4499 Madison, WI 53706
> >
> 
> --
> ================================================================
> "You will keep in perfect peace him whose mind is
> steadfast, because he trusts in you." Isaiah 26:3
> 
> Tim Tautges Argonne National Laboratory
> (tautges at mcs.anl.gov) (telecommuting from UW-Madison)
> phone: (608) 263-8485 1500 Engineering Dr.
> fax: (608) 263-4499 Madison, WI 53706


More information about the cgma-dev mailing list