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

Class of PolyMesh API for mesh subdividion, only supports generating unstructured subdivision meshes using full triangle or full quadrilateral meshes. Compared to methods based on half edge structures, the performance is better. More...

Include dependency graph for MeshSubdivideRender.hpp:

Classes

class  AMCAX::SubD::MeshSubdivideRenderCC
 Class of PolyMesh API for quadrilateral mesh Catmull-Clark subdivision. More...
 
class  AMCAX::SubD::MeshSubdivideRenderLoop
 Class of PolyMesh API for triangle mesh Loop subdividion. More...
 

Namespaces

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

Detailed Description

Class of PolyMesh API for mesh subdividion, only supports generating unstructured subdivision meshes using full triangle or full quadrilateral meshes. Compared to methods based on half edge structures, the performance is better.

This file is part of AMCAX kernel.