OpenLexocad  27.1
Geom::GT_ProjectPointOnPlane2_Result Struct Reference

Struct holding the return values from GeomTools::projectPointOnPlane2(). 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 point
 
double U
 
double V
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ ok

bool Geom::GT_ProjectPointOnPlane2_Result::ok = false

◆ point

Geom::Pnt Geom::GT_ProjectPointOnPlane2_Result::point

◆ U

double Geom::GT_ProjectPointOnPlane2_Result::U

◆ V

double Geom::GT_ProjectPointOnPlane2_Result::V

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