TYPE transition_code

(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
TYPE transition_code
 = ENUMERATION OF
 	(discontinuous,
 	continuous,
 	cont_same_gradient,
 	cont_same_gradient_same_curvature);
END_TYPE;  (*  STEP Part 42 (unchanged in the 2nd edition)  *)

Referenced By

Defintion transition_code is references by the following definitions:
DefinitionType
 composite_curve_segment ENTITY
 surface_patch ENTITY


[Top Level Definitions] [Exit]

Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00