OpenLexocad  27.1
Topo::ET_D3_Result Struct Reference

Struct holding the return values from EdgeTool::d3(). 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::Pnt p
 
Geom::Vec v1
 
Geom::Vec v2
 
Geom::Vec v3
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ ok

bool Topo::ET_D3_Result::ok = false

◆ p

Geom::Pnt Topo::ET_D3_Result::p

◆ v1

Geom::Vec Topo::ET_D3_Result::v1

◆ v2

Geom::Vec Topo::ET_D3_Result::v2

◆ v3

Geom::Vec Topo::ET_D3_Result::v3

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