Synopsis
PDX_MSGT s214_EntityGetStyledItem(long option, MDA_PTR step_db_ptr, MDA_PTR *styled_item_ptr, PDX_BOOL *styl_hierarchy, PDX_BOOL *styled_item_exist)
Purpose
Get an applied Styled Item for the given STEP entity.
Description
Get an applied styled item for the given STEP entity.
Input
option
STEP_FACE
Get styled item for FACE entity
STEP_SOLID
Get styled item for SOLID entity
STEP_EDGE_CURVE
Get styled item for EDGE_CURVE entity
step_db_ptr
STEP
entity database pointer
Output
styled_item_ptr
Styled Item
styl_hierarchy
STEP_EDGE_CURVE
Styled Item found at the Edge Curve level
STEP_FACE
Styled Item found at the Face level
STEP_SOLID
Styled Item found at the Solid level
styled_item_exist
Flag to indicate styled item existance PDX_TRUE = We have styled item PDX_FALSE = Styled item not available
Return
S214_NOERR
S214_INVALID_PTR
S214_INVALID_OPTION
Low Level error return
.fi