Go to the source code of this file.
Classes | |
| class | MR::IFillContours2DPlanCache |
Namespaces | |
| namespace | MR |
| only for bindings generation | |
Functions | |
| Expected< void > | MR::fillContours2D (Mesh &mesh, const std::vector< EdgeId > &holeRepresentativeEdges) |
| fill holes with border in same plane (i.e. after cut by plane) | |
| std::unique_ptr< IFillContours2DPlanCache > | MR::makeFillContours2DPlanCache () |
| creates a cache for fillContours2DPlan | |
| Expected< HoleFillPlan > | MR::fillContours2DPlan (const Mesh &mesh, EdgeId holeEdgeId, IFillContours2DPlanCache *cache=nullptr) |
| prepare filling plan for hole with border in same plane (i.e. after cut by plane) | |
| AffineXf3f | MR::getXfFromOxyPlane (const Contours3f &contours) |
| AffineXf3f | MR::getXfFromOxyPlane (const Mesh &mesh, const std::vector< EdgePath > &paths) |
| Expected< void > | MR::fillPlanarHole (ObjectMeshData &data, std::vector< EdgeLoop > &holeContours) |