FUNCTION using_product_definition_of_shape_aspect

(* SCHEMA Ap242_managed_model_based_3d_engineering_mim_LF; *)
FUNCTION using_product_definition_of_shape_aspect
    (item:shape_aspect) : product_definition ;
  IF ('AP242_MANAGED_MODEL_BASED_3D_ENGINEERING_MIM_LF.PRODUCT_DEFINITION' IN TYPEOF 
    (item.of_shape.definition)) THEN
    RETURN (item.of_shape.definition);
  ELSE
    RETURN (?);    
  END_IF;
END_FUNCTION;

Referenced By

Defintion using_product_definition_of_shape_aspect is references by the following definitions:
DefinitionType
 shape_aspect_relationship_representation_association ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:20:10-04:00