FUNCTION associated_surface
(* SCHEMA step_merged_ap_schema; *)
-- DIFF IN AP224
-- DIFF IN AP232
FUNCTION associated_surface
(arg : pcurve_or_surface ) : surface;
LOCAL
surf : surface;
END_LOCAL;
IF 'STEP_MERGED_AP_SCHEMA.PCURVE' IN TYPEOF(arg) THEN
surf := arg\pcurve.basis_surface;
ELSE
surf := arg;
END_IF;
RETURN (surf);
END_FUNCTION;
Referenced By
Defintion associated_surface is references by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-09-06T14:00:33-04:00