OpenLexocad  27.1
Geom::GT_MakeLineFrom2Points1_Result Struct Reference

Struct holding the return values from GeomTools::makeLineFrom2Points1(). 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::Lin line
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ line

Geom::Lin Geom::GT_MakeLineFrom2Points1_Result::line

◆ ok

bool Geom::GT_MakeLineFrom2Points1_Result::ok = false

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