Category View manager, Object ProXsec

Function ProXsecCompXhatchStyleGet


Description
Returns cross-section component xhatching Non-linear-hatch is not supported. Please use ProXsecCompNewXhatchStyleGet() for non-linear-hatch support.
Synopsis
#include <ProXsec.h>
ProErrorProXsecCompXhatchStyleGet(
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
*/
ProXsecXhatchStyle* p_xhatch_style
/* (Out)
ProXsecXhatchStyle handle.
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid input parameter(s).
PRO_TK_GENERAL_ERRORCross-section fails regeneration.
PRO_TK_E_NOT_FOUNDInput cross-section is not a drawing view cross-section or doesn't have the component with given id that is inside the view or the component doesn't have xhatches.
PRO_TK_UNSUPPORTEDInput cross-section is with non-linear-hatch. Not Supported for non-linear-hatch. Please use instead ProXsecCompNewXhatchStyleGet().

Manual References:

  1. Core: Cross Sections: Line Patterns of Cross Section Components
  2. Core: Cross Sections: Line Patterns of Cross Section Components
  3. Technical Summary of Changes for Creo 4.0 F000: Cross Section