source: trunk/documents/UserDoc/UsersGuides/ForApplicationDeveloper/html/Detector/geomIntro.html @ 1358

Last change on this file since 1358 was 1208, checked in by garnier, 15 years ago

CVS update

File size: 2.1 KB
Line 
1<html>
2<head>
3<title>ADG: Geometry</title>
4</head>
5
6<!-- Changed by: Gabriele Cosmo, 18-Apr-2005 -->
7<!-- $Id: geomIntro.html,v 1.2 2006/06/09 13:59:31 gcosmo Exp $ -->
8<!-- $Name:  $ -->
9<body>
10<table WIDTH="100%"><TR>
11<td>
12<a href="../../../../Overview/html/index.html">
13<IMG SRC="../../../../resources/html/IconsGIF/Overview.gif" ALT="Overview"></a>
14<a href="geometry.html">
15<IMG SRC="../../../../resources/html/IconsGIF/Contents.gif" ALT="Contents"></a>
16<IMG SRC="../../../../resources/html/IconsGIF/PreviousGR.gif" ALT="Previous"></a>
17<a href="geomSolids.html">
18<IMG SRC="../../../../resources/html/IconsGIF/Next.gif" ALT="Next"></a>
19</td>
20<td ALIGN="Right">
21<font SIZE="-1" COLOR="#238E23">
22<b>Geant4 User's Guide</b>
23<br>
24<b>For Application Developers</b>
25<br>
26<b>Geometry</b>
27</font>
28</td>
29</tr></table>
30<br><br>
31
32<a name="4.1.1">
33<h2>4.1.1 Introduction</h2></a>
34
35 <p>
36 The detector definition requires the representation of its geometrical
37 elements, their materials and electronics properties, together with
38 visualization attributes and user defined properties.  The geometrical
39 representation of detector elements focuses on the definition of solid
40 models and their spatial position, as well as their logical relations
41 to one another, such as in the case of containment.
42 </p>
43 <p>
44 Geant4 uses the concept of "Logical Volume" to manage the representation
45 of detector element properties.  The concept of "Physical Volume" is used
46 to manage the representation of the spatial positioning of detector
47 elements and their logical relations.  The concept of "Solid" is used
48 to manage the representation of the detector element solid modeling.
49 </p>
50 <p>
51 The Geant4 solid modeler is STEP compliant. STEP is the ISO standard defining
52 the protocol for exchanging geometrical data between CAD systems. This is
53 achieved by standardizing the representation of solid models via the EXPRESS
54 object definition language, which is part of the STEP ISO standard.</p>
55
56
57<hr><a href="../../../../Authors/html/subjectsToAuthors.html">
58<i>About the authors</a></i> </P>
59
60</body>
61</html>
Note: See TracBrowser for help on using the repository browser.