Difference between revisions of "GS Dev Geometry Engine Requirements"

From BRL-CAD
(New page: ---- =Geometry Engine Requirements= *Communications Management **Thin Client Session Tracking **GE Interlink Handling **External Application Handling *Geometry Management **Translate, R...)
 
m
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
----
 
----
 
+
Initially, we are striving to mirror BRL-CAD's current functionality.
=Geometry Engine Requirements=
 
  
 
*Communications Management
 
*Communications Management
Line 13: Line 12:
 
**Region Creation, Manipulation, Deletion
 
**Region Creation, Manipulation, Deletion
 
**Combination Creation, Manipulation, Deletion
 
**Combination Creation, Manipulation, Deletion
 +
**Read and Write to/from a local SVN repository
  
 
*Geometry Conversion
 
*Geometry Conversion
Line 30: Line 30:
 
<br />
 
<br />
  
=Identified Executables=
+
[[GS Dev Geometry Engine Actors]]
 +
[[Category:Design Documents]]

Latest revision as of 11:24, 15 November 2009


Initially, we are striving to mirror BRL-CAD's current functionality.

  • Communications Management
    • Thin Client Session Tracking
    • GE Interlink Handling
    • External Application Handling
  • Geometry Management
    • Translate, Rotate, Scale
    • Primitive Creation, Manipulation, Deletion
    • Region Creation, Manipulation, Deletion
    • Combination Creation, Manipulation, Deletion
    • Read and Write to/from a local SVN repository
  • Geometry Conversion
    • Allows for Exportation to all currently supported BRL-CAD export formats
    • Allows for Importation from all currently supported BRL-CAD import formats
  • Geometry Interaction
    • Raytracing
    • Overlap Checking
    • Void Checking
    • Air Volume Generation
  • Extendable
    • Tcl/Tk Scriptable



GS Dev Geometry Engine Actors