|
|
| BReader.hpp |
| | CRTP base class for STEP file readers.
|
| |
|
| PNode.hpp |
| | CRTP base class providing storage and operations for STEP product nodes.
|
| |
|
| ShapeFactors.hpp |
| | Encapsulates the unit length factor and Shape_Aspect attribute items for STEP entities.
|
| |
|
| ShapeProperty.hpp |
| | Represents a property attached to a STEP entity (e.g., name, style, visibility).
|
| |
|
| ShapeRepresentationType.hpp |
| | Enumeration of STEP shape representation types.
|
| |
|
| ShapeRGBA.hpp |
| | Represents a color in RGBA format, with validity flags for channels.
|
| |
|
| ShapeStyleLevel.hpp |
| | Controls the level of style information provided by styled STEP readers.
|
| |
|
| ShapeStyles.hpp |
| | Classes for style representation.
|
| |
|
| STEPGroup.hpp |
| | Represents a group of shapes, with ID, name, optional description, and member set.
|
| |
|
| STEPLabelProduct.hpp |
| | Represents a STEP product that is backed by Labels.
|
| |
|
| STEPLabelReader.hpp |
| | Reader class for translating STEP files into STEPLabelProduct trees.
|
| |
|
| STEPLayer.hpp |
| | Represents a STEP layer containing a set of shapes and related metadata.
|
| |
|
| STEPLengthUnit.hpp |
| | Length unit used by AMCAX::STEP::STEPReader and AMCAX::STEP::STEPWriter.
|
| |
|
| STEPOptions.hpp |
| | Options that control the behavior of STEP readers and writers.
|
| |
|
| STEPProduct.hpp |
| | Represents a product node in the STEP standard (topology / geometry only, no style).
|
| |
|
| STEPProgress.hpp |
| | Class used for carrying data the progress of the STEP process.
|
| |
|
| STEPReader.hpp |
| | Reader class for translating STEP files into TopoShape objects (without style information).
|
| |
|
| STEPStyledProduct.hpp |
| | Represents a product in the STEP standard with geometry and style information.
|
| |
|
| STEPStyledReader.hpp |
| | Class for translating STEP files into TopoShape objects, with support for styles.
|
| |
|
| STEPTool.hpp |
| | Utility class for operations on STEP shape data structures.
|
| |
|
| STEPWriter.hpp |
| | Class for exporting TopoShape objects and related data to STEP files.
|
| |