mirror of
https://github.com/NGSolve/netgen.git
synced 2025-04-02 22:04:31 +05:00
output control
This commit is contained in:
parent
4565c8ef79
commit
e5056dcd57
@ -84,7 +84,7 @@ void ExtractEdgeData( const TopoDS_Edge & edge, int index, std::vector<double> *
|
|||||||
|
|
||||||
if (poly.IsNull())
|
if (poly.IsNull())
|
||||||
{
|
{
|
||||||
cout << "no edge mesh, do my own sampling" << endl;
|
cout << IM(2) << "no edge mesh, do my own sampling" << endl;
|
||||||
|
|
||||||
double s0, s1;
|
double s0, s1;
|
||||||
Handle(Geom_Curve) c = BRep_Tool::Curve(edge, s0, s1);
|
Handle(Geom_Curve) c = BRep_Tool::Curve(edge, s0, s1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user