OpenLexocad  27.1
Geom::GT_MakeAxisPlacementFrom2Points_Result Struct Reference

Struct holding the return values from GeomTools::makeAxisPlacementFrom2Points(). 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
 
double xLength
 
double angleXYPlane
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ angleXYPlane

double Geom::GT_MakeAxisPlacementFrom2Points_Result::angleXYPlane

◆ ax2

Geom::Ax2 Geom::GT_MakeAxisPlacementFrom2Points_Result::ax2

◆ ok

bool Geom::GT_MakeAxisPlacementFrom2Points_Result::ok = false

◆ xLength

double Geom::GT_MakeAxisPlacementFrom2Points_Result::xLength

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