OpenLexocad  27.1
Topo::ET_ClothoidParameters_Result Struct Reference

Struct holding the return values from EdgeTool::getClothoidParameters(). 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::Ax2 ax2
 
Geom::Clothoid2d clothoid
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ ax2

Geom::Ax2 Topo::ET_ClothoidParameters_Result::ax2

◆ clothoid

Geom::Clothoid2d Topo::ET_ClothoidParameters_Result::clothoid

◆ ok

bool Topo::ET_ClothoidParameters_Result::ok = false

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