OpenLexocad
27.0
|
Struct holding the return values from EdgeTool::bspline_facet(). Returns ok=true if the operation was successful. Otherwise returns ok=false. For Python Bindings. More...
#include <ToolResults.h>
Public Attributes | |
bool | ok = false |
std::vector< Geom::Pnt > | faceted_pnts |
Struct holding the return values from EdgeTool::bspline_facet(). Returns ok=true if the operation was successful. Otherwise returns ok=false. For Python Bindings.
std::vector<Geom::Pnt> Topo::ET_Bspline_facet_Result::faceted_pnts |
bool Topo::ET_Bspline_facet_Result::ok = false |