FUNCTION constraints_geometry_shell_based_wireframe_model
(* SCHEMA integrated_cnc_schema; *)
FUNCTION constraints_geometry_shell_based_wireframe_model (
m : shell_based_wireframe_model
) : BOOLEAN;
LOCAL
result : BOOLEAN := TRUE;
END_LOCAL;
REPEAT j := 1 TO SIZEOF(m.sbwm_boundary);
IF NOT ('INTEGRATED_CNC_SCHEMA.WIRE_SHELL' IN TYPEOF(m.sbwm_boundary[
j])) AND NOT ('INTEGRATED_CNC_SCHEMA.VERTEX_SHELL' IN TYPEOF(m.
sbwm_boundary[j])) THEN
result := FALSE;
RETURN (result);
END_IF;
END_REPEAT;
RETURN (result);
END_FUNCTION; -- 10303-42: geometric_model_schema
Referenced By
Defintion constraints_geometry_shell_based_wireframe_model is references by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:25-02:00