102 lines
3.5 KiB
Plaintext
102 lines
3.5 KiB
Plaintext
$Id: History,v 1.3 1999/11/08 09:53:55 gcosmo Exp $
|
|
----------------------------------------------------------------------------
|
|
|
|
=========================================================
|
|
Geant4 - an Object-Oriented Toolkit for Simulation in HEP
|
|
=========================================================
|
|
|
|
History file for geometry/solids/STEPinterface
|
|
----------------------------------------------
|
|
This file should be used by G4 developers and category coordinators
|
|
to briefly summarize all major modifications introduced in the code
|
|
and keep track of all category-tags.
|
|
It DOES NOT substitute the CVS log-message one should put at every
|
|
committal in the CVS repository !
|
|
|
|
----------------------------------------------------------
|
|
* Reverse chronological order (last date on top), please *
|
|
----------------------------------------------------------
|
|
|
|
8th November 1999 Gabriele Cosmo (stepinterface-V00-01-00)
|
|
- Added files G4NISTStepReader[.hh.cc] and G4StepFileReader[.hh] from BREPS.
|
|
- Added inclusion of STEPcomplex.h in G4BoundedSurfaceCreator.cc,
|
|
G4GeometryCreator.cc and G4RepresentationRelationshipCreator.cc.
|
|
|
|
6th February 1999 John Allison stepinterface-01-00-00 on ONE FILE ONLY...
|
|
- Commented out some troublesome printing in G4GeometryTable.cc. Changes
|
|
(a) in branch stepintf-geant4-00-branch (from geant4-00), (b) in branch
|
|
stepintf-01-00-00-branch, and (c) in head of G4GeometryTable.cc.
|
|
|
|
----------------------------
|
|
revision 1.9
|
|
date: 1998/12/09 12:00:42; author: broglia; state: Exp; lines: +22 -37
|
|
December 9, 1998 : L. Broglia
|
|
- Make the possibility to read a STEP file containing
|
|
an assembly of assemblies.
|
|
|
|
G4AdvancedBrepShapeRepresentation can have 1 or more
|
|
Manifold solid, so the creator return an array of
|
|
G4BREPSolid (class G4BREPSolidVector)
|
|
|
|
G4ContextDependentShapeRepresentationCreator and
|
|
G4RepresentationRelationshipCreator create G4AdvancedBrepShapeRepresentation,
|
|
so I modified the 'return' type (now G4BREPSolidVector)
|
|
|
|
G4AssemblyCreator create an assembly of solids, so a STEP file containing
|
|
an assembly of assemblies is saved into an assembly of solids.
|
|
|
|
----------------------------
|
|
revision 1.6
|
|
|
|
November 17, 1998 : L. Broglia
|
|
- Modify G4AssemblyCreator, made of 0 or 1 Axis2Placement3D
|
|
and 1 or more ManifoldSolidBrep
|
|
|
|
|
|
November 6, 1998 L. Broglia
|
|
|
|
- Implement CreateG4Geometry in G4CircleCreator, G4CylindricalSurfaceCreator,
|
|
G4CylindricalSurfaceCreator.cc, G4SphericalSurfaceCreator.cc
|
|
|
|
----------------------------
|
|
revision 1.4
|
|
date: 1998/07/29 00:45:22; author: gcosmo; state: Exp; lines: +2 -1
|
|
Porting on DEC-cxx 6.0: for-loop usage fixed
|
|
----------------------------
|
|
revision 1.3
|
|
date: 1998/07/12 02:58:03; author: urbi; state: Exp; lines: +1 -1
|
|
branches: 1.3.6;
|
|
Renaming methods.
|
|
----------------------------
|
|
revision 1.2
|
|
date: 1998/07/10 20:55:42; author: japost; state: Exp; lines: +4 -4
|
|
Changed
|
|
::G4GeometryTable::Register
|
|
to
|
|
G4GeometryTable::Register
|
|
in order to allow it to compile on DEC-AFS.
|
|
|
|
Also deleted unneeded ";" after {} of functions. (Warnings on DEC)
|
|
|
|
----------------------------
|
|
revision 1.1
|
|
date: 1998/07/08 15:26:35; author: jsulkimo; state: Exp;
|
|
First version of STEPinterface.
|
|
Compiled on AIX & Linux
|
|
----------------------------
|
|
revision 1.3.6.1
|
|
date: 1998/08/21 14:37:27; author: allison; state: Exp; lines: +2 -1
|
|
HEAD version now temporarily in beta01-02-branch.
|
|
=============================================================================
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|