Files
geant4/source/geometry/solids/STEPinterface/History
T
2016-06-08 15:09:25 +02:00

79 lines
2.4 KiB
Plaintext

History file for geometry/solids/STEPinterface
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.
=============================================================================