#include <ConformerMeshPolygon.hpp>
Classes | |
| struct | ConformerMeshPolygonConfiguration |
Public Member Functions | |
| ConformerMeshPolygon (const Gedim::GeometryUtilities &geometryUtilities) | |
| ConformerMeshPolygon (const Gedim::GeometryUtilities &geometryUtilities, const ConformerMeshPolygonConfiguration &configuration) | |
| ~ConformerMeshPolygon () | |
| void | CreateConformMesh (const Eigen::Vector3d &segmentOrigin, const Eigen::Vector3d &segmentEnd, const Eigen::Vector3d &segmentTangent, ConformerMeshSegment::ConformMesh &mesh1D, Gedim::IMeshDAO &mesh2D) |
| Conformer the input Mesh2D with a linear mesh1D. | |
| Gedim::ConformerMeshPolygon::ConformerMeshPolygon | ( | const Gedim::GeometryUtilities & | geometryUtilities | ) |
| Gedim::ConformerMeshPolygon::ConformerMeshPolygon | ( | const Gedim::GeometryUtilities & | geometryUtilities, |
| const ConformerMeshPolygonConfiguration & | configuration | ||
| ) |
| Gedim::ConformerMeshPolygon::~ConformerMeshPolygon | ( | ) |
| void Gedim::ConformerMeshPolygon::CreateConformMesh | ( | const Eigen::Vector3d & | segmentOrigin, |
| const Eigen::Vector3d & | segmentEnd, | ||
| const Eigen::Vector3d & | segmentTangent, | ||
| ConformerMeshSegment::ConformMesh & | mesh1D, | ||
| Gedim::IMeshDAO & | mesh2D | ||
| ) |
Conformer the input Mesh2D with a linear mesh1D.
| mesh1D | the 1D mesh |
| mesh2DConformed | the resulting conformed mesh |