OpenLexocad  27.1
Geom::GT_MakePlaneFrom3Points_Result Struct Reference

Struct holding the return values from GeomTools::makePlaneFrom3Points(). 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::Pln plane
 
Geom::Ax2 coordSystem
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ coordSystem

Geom::Ax2 Geom::GT_MakePlaneFrom3Points_Result::coordSystem

◆ ok

bool Geom::GT_MakePlaneFrom3Points_Result::ok = false

◆ plane

Geom::Pln Geom::GT_MakePlaneFrom3Points_Result::plane

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