Object ProX

Function ProXSectionItemXhatchStyleSet


Description
Sets cross-section xhatch style on body. If the XhatchStyle and the hatch_name exist in the session, no new hatch with with TK suffix will be created. The existent hatch will be set.
Synopsis
#include <ProXsec.h>
ProErrorProXSectionItemXhatchStyleSet(
ProXSectionItem xsec_item
/* (In)
Specific body xsec handle.
*/
ProView p_view
/* (In)
View handle. Could be NULL if not Drawing.
*/
ProName hatch_name
/* (In)
Name for the non-linear-hatching. A suffix _TK will be added to the name Relevant only for the non-linear-hatch. If NULL, the hatch will be called TK_#.
*/
ProXsecNewXhatchStyle* p_xhatch_style
/* (In)
ProXsecNewXhatchStyle handle. Unused hatch field (either new_lines or old_lines) should be set to NULL.
*/
)
Returns
PRO_TK_NO_ERRORData successfully retrieved.
PRO_TK_BAD_INPUTSInvalid input parameter(s).

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 11.0.0.0: Functions superseded from Creo 1.0 to Creo 11.0
  4. Migrating to the Multibody Environment: Overview
  5. Migrating to the Multibody Environment: Impact on Existing APIs