API ドキュメンテーション > Miscellaneous > Object ProXsection > Function ProXsectionCompXhatchStyleGet
Function ProXsectionCompXhatchStyleGet
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.
Replacement in Object TOOLKIT:
Synopsis
#include <ProXsec.h>
ProXsectionCompXhatchStyleGet
(
/* (In)
Cross-section handle
*/
/* (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
Data successfully retrieved.
Invalid input parameter(s).
Indicates bodies of component have different hatch.
User Guide References
これは役に立ちましたか?