OpenLexocad  27.1
Topo::ET_ArcParameters_Result Struct Reference

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

#include <ToolResults.h>

Public Attributes

bool ok = false
 
Geom::Circ circle
 
double startParam
 
double endParam
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ circle

Geom::Circ Topo::ET_ArcParameters_Result::circle

◆ endParam

double Topo::ET_ArcParameters_Result::endParam

◆ ok

bool Topo::ET_ArcParameters_Result::ok = false

◆ startParam

double Topo::ET_ArcParameters_Result::startParam

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