OpenLexocad  27.1
Topo::ET_SplitEdge_Result Struct Reference

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

#include <ToolResults.h>

Public Attributes

bool ok = false
 
pEdge edge1
 
pEdge edge2
 

Detailed Description

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

Since
24.0

Member Data Documentation

◆ edge1

pEdge Topo::ET_SplitEdge_Result::edge1

◆ edge2

pEdge Topo::ET_SplitEdge_Result::edge2

◆ ok

bool Topo::ET_SplitEdge_Result::ok = false

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