ENTITY sectioned_area_entity
(* SCHEMA iges_annotation_schema; *)
ENTITY sectioned_area_entity
SUBTYPE OF (annotation_entity);
line_font : lineFont;
subordinate : subordinate_switch;
hierarchy : hierarchy_flag;
form : INTEGER;
bndp : definition_curve;
patrn : INTEGER;
xt : REAL;
yt : REAL;
zt : REAL;
dist : REAL;
angle : REAL;
islpt : LIST OF definition_curve;
DERIVE
entity_type : INTEGER := 230;
used: use_flag := annotation;
n : INTEGER := SIZEOF(islpt);
WHERE
(form = 0) OR (form = 1);
END_ENTITY;
Explicit Attributes
Entity sectioned_area_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity sectioned_area_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | sectioned_area_entity |
used | use_flag (ENUM) | sectioned_area_entity |
n | INTEGER | sectioned_area_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity sectioned_area_entity inherits from the following supertypes:
directory_entry
annotation_entity
Subtypes
No subtypesReferenced By
Entity sectioned_area_entity and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2022-02-01T11:14:58-05:00