FUNCTION associated_surface
(* SCHEMA integrated_cnc_schema; *)
FUNCTION associated_surface (
arg : pcurve_or_surface
) : surface;
LOCAL
surf : surface;
END_LOCAL;
IF 'INTEGRATED_CNC_SCHEMA.PCURVE' IN TYPEOF(arg) THEN
surf := arg.basis_surface;
ELSE
surf := arg;
END_IF;
RETURN (surf);
END_FUNCTION; -- 10303-42: geometry_schema
Referenced By
Defintion associated_surface 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