(* SCHEMA iges_structure_schema; *)
ENTITY text_font_definition_entity
SUBTYPE OF (structure_entity);
fc : INTEGER;
fname : STRING;
sf : font_code;
scale : INTEGER;
characters : LIST OF character;
DERIVE
entity_type : INTEGER := 310;
subordinate : subordinate_switch := independent;
used : use_flag := definition;
form : INTEGER := 0;
n : INTEGER := SIZEOF(characters);
END_ENTITY;
|
|
|
Generated by STEP Tools® EXPRESS to HTML Converter
2026-09-04T17:00:34-04:00