Difference between revisions of "GS Dev Geometry Engine Actors"
From BRL-CAD
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | {{DesignDocument}} | ||
+ | |||
__NOTOC__ | __NOTOC__ | ||
---- | ---- | ||
==Communications Management== | ==Communications Management== | ||
*Thin Client Session Tracking | *Thin Client Session Tracking | ||
− | **ThinClient via Network | + | **[[GS Dev ThinClient Use Cases|ThinClient via Network]] |
− | **Network | + | **[[GS Dev Network Use Cases|Network]] |
− | **GeometryEngine | + | **[[GS Dev GeometryEngine Use Cases|GeometryEngine ]] |
*GE Interlink Handling | *GE Interlink Handling | ||
− | **Network | + | **[[GS Dev Network Use Cases|Network]] |
− | **GeometryEngine | + | **[[GS Dev GeometryEngine Use Cases|GeometryEngine ]] |
*External Application Handling | *External Application Handling | ||
− | **Network | + | **[[GS Dev Network Use Cases|Network]] |
− | **ExternalApplication | + | **[[GS Dev ExternalApplication Use Cases|ExternalApplication]] |
<br /> | <br /> | ||
+ | |||
==Geometry Management== | ==Geometry Management== | ||
*Translate, Rotate, Scale | *Translate, Rotate, Scale |
Latest revision as of 10:56, 28 May 2008
Communications Management[edit]
- Thin Client Session Tracking
- GE Interlink Handling
- External Application Handling
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