Description | |||||||||||
Returns cross-section xhatch style of component. If Xhatch is not the same on all the component bodies error PRO_TK_E_AMBIGUOUS will be returned. | |||||||||||
Synopsis | |||||||||||
#include <ProXsec.h> | |||||||||||
ProError | ProXsectionCompXhatchStyleGet | ( | |||||||||
ProXsecMdlname xsec | |||||||||||
/* (In) | |||||||||||
Cross-section handle | |||||||||||
*/ | |||||||||||
ProAsmcomppath* path | |||||||||||
/* (In) | |||||||||||
path to component. For part: owner is the part and table_num is zero. | |||||||||||
*/ | |||||||||||
ProView p_view | |||||||||||
/* (In) | |||||||||||
View handle. Could be NULL if not Drawing. | |||||||||||
*/ | |||||||||||
ProXsecNewXhatchStyle* p_xhatch_style | |||||||||||
/* (Out) | |||||||||||
ProXsecNewXhatchStyle handle. Unused hatch field (either new_lines or old_lines) will be set to NULL. | |||||||||||
*/ | |||||||||||
) | |||||||||||
Returns | |||||||||||
|