ENTITY witness_line_entity
(* SCHEMA iges_annotation_schema; *)
ENTITY witness_line_entity
SUBTYPE OF (copious_data_entity, annotation_entity);
subordinate : subordinate_switch;
zt : REAL;
coordinates : LIST OF coordinate;
DERIVE
entity_type : INTEGER := 106;
line_font : line_pattern := solid;
used: use_flag := annotation;
form : INTEGER := 40;
ip : INTEGER := 1;
n : INTEGER := SIZEOF(coordinates);
WHERE
WR1 : ODD(n) AND (n >= 3);
END_ENTITY;
Explicit Attributes
Entity witness_line_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity witness_line_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | witness_line_entity |
line_font | line_pattern (ENUM) | witness_line_entity |
used | use_flag (ENUM) | witness_line_entity |
form | INTEGER | witness_line_entity |
ip | INTEGER | witness_line_entity |
n | INTEGER | witness_line_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity witness_line_entity inherits from the following supertypes:
copious_data_entity
directory_entry
annotation_entity
Subtypes
No subtypesReferenced By
Entity witness_line_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