AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
AMCAX Kernel 1.0.0.0
Loading...
Searching...
No Matches
StepData.hpp File Reference

Payload-containing struct of the for file reader and writer. More...

#include <algorithm>
#include <cstring>
#include <string>
#include <unordered_map>
#include <vector>
#include <topology/TopoIterator.hpp>
#include <topology/TopoLocation.hpp>
#include <topology/TopoShape.hpp>
#include <topology/TopoBuilder.hpp>
#include <topology/TopoCompound.hpp>
#include <common/Macros.hpp>
#include <step/ShapeRGBA.hpp>
#include <step/StepFactors.hpp>
#include <step/StepProperty.hpp>
#include <step/StepShapeRepresentationType.hpp>
Include dependency graph for StepData.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  AMCAX::STEP::StepData
 Payload-containing struct of the STEP Reader. More...
 

Namespaces

namespace  AMCAX
 Namespace of all interface in the AMCAX kernel.
 
namespace  AMCAX::STEP
 Namespace of all interface in the AMCAX STEP module.
 

Typedefs

using AMCAX::STEP::StepDataList = std::vector<std::shared_ptr<StepData>>
 
using AMCAX::STEP::PropertyPair = std::pair<TopoShape, StepPropertyUnit>
 
using AMCAX::STEP::PropertyChain = std::vector<PropertyPair>
 

Detailed Description

Payload-containing struct of the for file reader and writer.

This file is part of AMCAX Kernel.