OpenLexocad  27.1
Topo::ET_ProjectPointOnEdge_Result1 Struct Reference

Struct holding the return values from EdgeTool::projectPointOnEdge(). 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 nearest
 
Geom::Dir refDirection
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ nearest

Geom::Pnt Topo::ET_ProjectPointOnEdge_Result1::nearest

◆ ok

bool Topo::ET_ProjectPointOnEdge_Result1::ok = false

◆ refDirection

Geom::Dir Topo::ET_ProjectPointOnEdge_Result1::refDirection

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