DEPRECATED: | Since Creo 7 | ||||||||||||||||
SUPERSEDED BY: | ProXsectionCompXhatchStyleGet, ProXSectionItemXhatchStyleGet | ||||||||||||||||
Description | |||||||||||||||||
Returns cross-section component xhatching with old/non-linear-hatch
NOTE: This function is deprecated. Please use ProXsectionCompXhatchStyleGet to get Xhatch from component. Please use ProXsectionCompXhatchStyleGet to get Xhatch from body. |
|||||||||||||||||
Synopsis | |||||||||||||||||
#include <ProXsec.h> | |||||||||||||||||
ProError | ProXsecCompNewXhatchStyleGet | ( | |||||||||||||||
ProXsec* xsec | |||||||||||||||||
/* (In) | |||||||||||||||||
Cross-section handle | |||||||||||||||||
*/ | |||||||||||||||||
int id | |||||||||||||||||
/* (In) | |||||||||||||||||
Cross-section component id in component list | |||||||||||||||||
*/ | |||||||||||||||||
ProView p_view | |||||||||||||||||
/* (In) | |||||||||||||||||
View handle if not NULL, in component list we have only solid geometry (non-quilt and non-facetrep) components that intersect their non-hidden, non-suppressed parts and are inside view borders; if NULL, in component list we have all non-empty components | |||||||||||||||||
*/ | |||||||||||||||||
ProXsecNewXhatchStyle* p_xhatch_style | |||||||||||||||||
/* (Out) | |||||||||||||||||
ProXsecNewXhatchStyle handle. Unused hatch field (either new_lines or old_lines) will be set to NULL. | |||||||||||||||||
*/ | |||||||||||||||||
) | |||||||||||||||||
Returns | |||||||||||||||||
|