Defines | |
#define | DISCRETPLUGIN(name) |
|
Value: extern "C" {Standard_EXPORT Standard_Integer DISCRETALGO(const TopoDS_Shape& ,\ const Standard_Real,\ const Standard_Real,\ BRepMesh_PDiscretRoot& );} \ Standard_Integer DISCRETALGO(const TopoDS_Shape& theShape,\ const Standard_Real theDeflection,\ const Standard_Real theAngle,\ BRepMesh_PDiscretRoot& theAlgo) { \ return name::Discret(theShape,\ theDeflection,\ theAngle,\ theAlgo);} \ \ |