OpenLexocad
27.0
|
Struct holding the return values from EdgeTool::discretizeNonLinearEdge(). 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 > | points |
Struct holding the return values from EdgeTool::discretizeNonLinearEdge(). Returns ok=true if the operation was successful. Otherwise returns ok=false. For Python Bindings.
bool Topo::ET_DiscretizeNonLinearEdge_Result::ok = false |
std::vector<Geom::Pnt> Topo::ET_DiscretizeNonLinearEdge_Result::points |