Difference between revisions of "GS Dev Geometry Engine Actors"
From BRL-CAD
Line 3: | Line 3: | ||
==Communications Management== | ==Communications Management== | ||
*Thin Client Session Tracking | *Thin Client Session Tracking | ||
+ | **ThinClient via Network | ||
+ | **Network | ||
+ | **GeometryEngine | ||
*GE Interlink Handling | *GE Interlink Handling | ||
+ | **Network | ||
+ | **GeometryEngine | ||
*External Application Handling | *External Application Handling | ||
− | + | **Network | |
+ | **ExternalApplication | ||
+ | <br /> | ||
==Geometry Management== | ==Geometry Management== | ||
*Translate, Rotate, Scale | *Translate, Rotate, Scale |
Revision as of 09:53, 28 May 2008
Communications Management
- Thin Client Session Tracking
- ThinClient via Network
- Network
- GeometryEngine
- GE Interlink Handling
- Network
- GeometryEngine
- External Application Handling
- Network
- ExternalApplication
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