FUNCTION using_product_definition_of_shape_aspect

(* SCHEMA assembly_feature_relationship_schema; *)
FUNCTION using_product_definition_of_shape_aspect
    (item:shape_aspect) : product_definition ;
IF ('PRODUCT_DEFINITION_SCHEMA.PRODUCT_DEFINITION' IN TYPEOF 
    (item.of_shape.definition)) THEN
    RETURN (item.of_shape.definition);
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:14:00-04:00