wireframe_model
EXPRESS specification:
TYPE
wireframe_model =
SELECT
(
shell_based_wireframe_model
,
edge_based_wireframe_model
);
END_TYPE
;