Description | ||||||||
Creates ProXsecNewXhatchStyle from hatch name. Relevant only to PAT hatch (non-linear-hatch). Created p_xhatch_style could be set by functions ProXSectionItemXhatchStyleSet and ProXsectionCompXhatchStyleSet. | ||||||||
Synopsis | ||||||||
#include <ProXsec.h> | ||||||||
ProError | ProXsecNewXhatchStyleCreateFromName | ( | ||||||
ProName hatch_name | ||||||||
/* (In) | ||||||||
Name of existing PAT hatch. | ||||||||
*/ | ||||||||
ProColor color | ||||||||
/* (In) | ||||||||
color of the newly created pattern. | ||||||||
*/ | ||||||||
int type | ||||||||
/* (In) | ||||||||
PRO_XHATCH | PRO_XSEC_EXCLUDED | PRO_XSEC_FILL | PRO_XHATCH_ERASED | ||||||||
*/ | ||||||||
ProXsecNewXhatchStyle* p_xhatch_style | ||||||||
/* (Out) | ||||||||
ProXsecNewXhatchStyle handle. Unused hatch field (old_lines) will be set to NULL. | ||||||||
*/ | ||||||||
) | ||||||||
Returns | ||||||||
|