DATAKIT API  V2025.1
catiav5w::Pmi::DrwLeader Class Reference

This is the wrapper class handling V5 write leader data. More...

Public Member Functions

 DrwLeader ()
 Default constructor. More...
 

Data Fields

Dtk_Leader::LeaderTerminatorTypeEnum m_ArrowType
 This is the arrow head type - beware not all type are not handled -. More...
 
Dtk_anchor_type m_LeaderAnchor
 This is the AnchorType where the leader is attached to Pmi - see each PMI to known which leader anchor points are valid -. More...
 
std::vector< Dtk_pntm_LeaderPnts
 This is the list of leader point except the last point - attach point -. More...
 

Detailed Description

This is the wrapper class handling V5 write leader data.

Constructor & Destructor Documentation

◆ DrwLeader()

catiav5w::Pmi::DrwLeader::DrwLeader ( )

Default constructor.

41  {
42  //default values - from Catia V5-
45  }

Field Documentation

◆ m_ArrowType

Dtk_Leader::LeaderTerminatorTypeEnum catiav5w::Pmi::DrwLeader::m_ArrowType

This is the arrow head type - beware not all type are not handled -.

◆ m_LeaderAnchor

Dtk_anchor_type catiav5w::Pmi::DrwLeader::m_LeaderAnchor

This is the AnchorType where the leader is attached to Pmi - see each PMI to known which leader anchor points are valid -.

◆ m_LeaderPnts

std::vector< Dtk_pnt > catiav5w::Pmi::DrwLeader::m_LeaderPnts

This is the list of leader point except the last point - attach point -.

catiav5w::Pmi::DrwLeader::m_LeaderAnchor
Dtk_anchor_type m_LeaderAnchor
This is the AnchorType where the leader is attached to Pmi - see each PMI to known which leader ancho...
Definition: catiav5w_pmi.hpp:33
DTK_ANCHOR_BOTTOM_LEFT
@ DTK_ANCHOR_BOTTOM_LEFT
Definition: util_draw_dtk.hpp:106
catiav5w::Pmi::DrwLeader::m_ArrowType
Dtk_Leader::LeaderTerminatorTypeEnum m_ArrowType
This is the arrow head type - beware not all type are not handled -.
Definition: catiav5w_pmi.hpp:37
Dtk_Leader::TerminatorTypeOpenArrow
@ TerminatorTypeOpenArrow
Definition: util_draw_dtk.hpp:2003