OpenLexocad  27.1
Topo::ET_Bspline_facet_Result Struct Reference

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::Pntfaceted_pnts
 

Detailed Description

Struct holding the return values from EdgeTool::bspline_facet(). Returns ok=true if the operation was successful. Otherwise returns ok=false. For Python Bindings.

Since
24.0

Member Data Documentation

◆ faceted_pnts

std::vector<Geom::Pnt> Topo::ET_Bspline_facet_Result::faceted_pnts

◆ ok

bool Topo::ET_Bspline_facet_Result::ok = false

The documentation for this struct was generated from the following file: