|
Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
| Cdime3DFace | Handles a 3DFACE entity |
| CdimeArc | Handles an ARC entity |
| CdimeArray | The dimeArray class is internal / private |
| CdimeBase | Superclass for most classes in Dime |
| CdimeBlock | Handles a BLOCK entity |
| CdimeBlocksSection | Handles a BLOCKS section |
| CdimeBox | |
| CdimeBSPTree | Simple BSP tree implementation |
| CdimeCircle | Handles a CIRCLE entity |
| CdimeClass | Superclass for all the class classes |
| CdimeClassesSection | Handles a CLASSES section |
| CdimeDict | Internal / private |
| CdimeDictEntry | Internal / private |
| CdimeDoubleRecord | Container class for double records |
| CdimeEllipse | Handles an ELLIPSE entity |
| CdimeEntitiesSection | Handles an ENTITIES section |
| CdimeEntity | Superclass of all entity classes |
| CdimeExtrusionEntity | Superclass of all entity classes with extrusion data |
| CdimeFaceEntity | Abstract class that handles one-face entity classes |
| CdimeFloatRecord | Container class for float records |
| CdimeHeaderSection | Handles the HEADER section |
| CdimeHexRecord | Container class for hex records |
| CdimeInput | Offers transparent file I/O for DXF and DXB |
| CdimeInsert | Handles an INSERT entity |
| CdimeInt16Record | Container class for 16-bit integer records |
| CdimeInt32Record | Container class for 32-bit integer records |
| CdimeInt8Record | Container class for 8-bit integer records |
| CdimeLayer | Handles layers |
| CdimeLayerTable | Reads and writes LAYER tables |
| CdimeLine | Handles a LINE entity |
| CdimeLWPolyline | Handles an LWPOLYLINE entity |
| CdimeMatrix | For containing and operating on a four-by-four matrix |
| CdimeMemHandler | Special-purpose memory manager |
| CdimeModel | Organizes a model |
| CdimeObject | Superclass for the object classes |
| CdimeObjectsSection | The dimeObjectsSection object handles an OBJECTS section |
| CdimeOutput | Handles writing of DXF and DXB files |
| CdimeParam | Union of the different parameter types |
| CdimePoint | Handles a POINT entity |
| CdimePolyline | Handles a POLYLINE entity |
| CdimeRecord | Superclass of all record classes |
| CdimeRecordHolder | Superclass for objects that store records |
| CdimeSection | Superclass for all section classes |
| CdimeSolid | Handles a SOLID entity |
| CdimeSpline | Handles a SPLINE entity |
| CdimeState | Manages various state variables while the model is traversed |
| CdimeStringRecord | Container class for string records |
| CdimeTable | Stores table entries |
| CdimeTableEntry | Superclass for all table classes |
| CdimeTablesSection | Handles a TABLES section |
| CdimeText | Handles a Text entity |
| CdimeTrace | Handles a TRACE entity |
| CdimeUCSTable | Reads and writes UCS tables |
| CdimeUnknownClass | Reads and writes undefined classes |
| CdimeUnknownEntity | Reads and writes undefined entity classes |
| CdimeUnknownObject | Reads and writes undefined objects |
| CdimeUnknownSection | Used to support unknown sections |
| CdimeUnknownTable | Reads and writes undefined tables |
| CdimeVec2f | For containing and operating on a 2D vector / coordinate |
| CdimeVec3f | For containing and operating on a 3D vector / coordinate |
| CdimeVertex | Handles a VERTEX entity |
| CdxfConverter | Offers a simple interface for dxf converting. It makes it possible to extract all geometry from dxf files, and store it in internal geometry sturctures, which again can be exported as vrml |
| CdxfLayerData | Handles all geometry for a given color index. DXF geometry is grouped into different colors, as this is a normal way to group geometry data, and especially vrml data |
| CdxfLineSegment | Handles lines with width and/or height. This class support several connected line segments. The line segments will then be converted to a continous mesh, without cracks, as specified in the DXF specification |