Synopsis

PDX_MSGT s046_EntityGetStyledItem(long option, MDA_PTR step_db_ptr, MDA_PTR *styled_item_ptr, int *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_SOLID

Get styled item for Solid entity

STEP_FACE

Get styled item for Face entity

STEP_EDGE_CURVE

Get styled item for Edge_curve entity

STEP_SURFACE

Get styled item for Surface entity

STEP_CURVE

Get styled item for 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

Return

      S046_NOERR
      S046_INVALID_PTR
      S046_INVALID_OPTION
      Low Level error return
      .fi