Difference between revisions of "GS Dev Geometry Engine Actors"

From BRL-CAD
(New page: ---- *Communications Management **Thin Client Session Tracking **GE Interlink Handling **External Application Handling *Geometry Management **Translate, Rotate, Scale **Primitive Creation...)
 
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{DesignDocument}}
 +
 +
__NOTOC__
 
----
 
----
*Communications Management
+
==Communications Management==
**Thin Client Session Tracking
+
*Thin Client Session Tracking
**GE Interlink Handling
+
**[[GS Dev ThinClient Use Cases|ThinClient via Network]]
**External Application Handling
+
**[[GS Dev Network Use Cases|Network]]
 
+
**[[GS Dev GeometryEngine Use Cases|GeometryEngine ]]
*Geometry Management
+
*GE Interlink Handling
**Translate, Rotate, Scale
+
**[[GS Dev Network Use Cases|Network]]
**Primitive Creation, Manipulation, Deletion
+
**[[GS Dev GeometryEngine Use Cases|GeometryEngine ]]
**Region Creation, Manipulation, Deletion
+
*External Application Handling
**Combination Creation, Manipulation, Deletion
+
**[[GS Dev Network Use Cases|Network]]
**Read and Write to/from a local SVN repository
+
**[[GS Dev ExternalApplication Use Cases|ExternalApplication]]
 
+
<br />
*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
+
==Geometry Management==
**Raytracing
+
*Translate, Rotate, Scale
**Overlap Checking
+
*Primitive Creation, Manipulation, Deletion
**Void Checking
+
*Region Creation, Manipulation, Deletion
**Air Volume Generation
+
*Combination Creation, Manipulation, Deletion
 +
*Read and Write to/from a local SVN repository
  
*Extendable
+
==Geometry Conversion==
**Tcl/Tk Scriptable
+
*Allows for Exportation to all currently supported BRL-CAD export formats
 +
*Allows for Importation from all currently supported BRL-CAD import formats
  
<br />
+
==Geometry Interaction==
<br />
+
*Raytracing
 +
*Overlap Checking
 +
*Void Checking
 +
*Air Volume Generation
  
[[GS Dev Geometry Engine Actors]]
+
==Extendable==
 +
*Tcl/Tk Scriptable

Latest revision as of 11:56, 28 May 2008

Design icon.png This page contains the design document for an enhancement or feature. The design should be considered a work in progress and may not represent the final design. As this is a collaborative design, contributions and participation from other developers and users is encouraged. Use the discussion page for providing comments and suggestions.



Communications Management[edit]


Geometry Management[edit]

  • 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[edit]

  • Allows for Exportation to all currently supported BRL-CAD export formats
  • Allows for Importation from all currently supported BRL-CAD import formats

Geometry Interaction[edit]

  • Raytracing
  • Overlap Checking
  • Void Checking
  • Air Volume Generation

Extendable[edit]

  • Tcl/Tk Scriptable