OCCT-Light 0.1
C ABI and C++ veneer for multi-language CAD workflows
Loading...
Searching...
No Matches
occtl::viz::PickResult Struct Reference

Graph identity returned by View::pick(). More...

#include <viz.hpp>

Collaboration diagram for occtl::viz::PickResult:

Static Public Member Functions

static PickResult from_c (const ::occtl_viz_pick_result_t &theC) noexcept
 Constructs from the C value type received from the ABI.
 

Public Attributes

UID uid
 Persistent identity of the picked node.
 
NodeId node
 Session-local picked node ID.
 
RefId ref
 Picked reference, or invalid when none.
 
SelectionMode selection_mode
 Selection mode that produced the owner.
 
Transform usage_transform
 Accumulated usage transform.
 

Detailed Description

Graph identity returned by View::pick().


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