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...)
 
Line 1: Line 1:
 
----
 
----
*Communications Management
+
==Communications Management==
**Thin Client Session Tracking
+
*Thin Client Session Tracking
**GE Interlink Handling
+
*GE Interlink Handling
**External Application Handling
+
*External Application Handling
  
*Geometry Management
+
==Geometry Management==
**Translate, Rotate, Scale
+
*Translate, Rotate, Scale
**Primitive Creation, Manipulation, Deletion
+
*Primitive Creation, Manipulation, Deletion
**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
+
*Read and Write to/from a local SVN repository
  
*Geometry Conversion
+
==Geometry Conversion==
**Allows for Exportation to all currently supported BRL-CAD export formats
+
*Allows for Exportation to all currently supported BRL-CAD export formats
**Allows for Importation from all currently supported BRL-CAD import formats
+
*Allows for Importation from all currently supported BRL-CAD import formats
  
*Geometry Interaction
+
==Geometry Interaction==
**Raytracing
+
*Raytracing
**Overlap Checking
+
*Overlap Checking
**Void Checking
+
*Void Checking
**Air Volume Generation
+
*Air Volume Generation
  
*Extendable
+
==Extendable==
**Tcl/Tk Scriptable
+
*Tcl/Tk Scriptable
 
 
<br />
 
<br />
 
 
 
[[GS Dev Geometry Engine Actors]]
 

Revision as of 10:46, 28 May 2008


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