ENTITY coordinate_pairs_entity
(* SCHEMA iges_curve_and_surface_geometry_schema; *)
ENTITY coordinate_pairs_entity
SUBTYPE OF (copious_data_entity, geometric_entity);
subordinate : subordinate_switch;
used : use_flag;
zt : REAL;
coordinates : LIST OF coordinate;
DERIVE
entity_type : INTEGER := 106;
form : INTEGER := 1;
ip : INTEGER := 1;
n : INTEGER := SIZEOF(coordinates);
END_ENTITY;
Explicit Attributes
Entity coordinate_pairs_entity has the following local and inherited explicit attributes:
Derived Attributes
Entity coordinate_pairs_entity has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
entity_type | INTEGER | coordinate_pairs_entity |
form | INTEGER | coordinate_pairs_entity |
ip | INTEGER | coordinate_pairs_entity |
n | INTEGER | coordinate_pairs_entity |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity coordinate_pairs_entity inherits from the following supertypes:
copious_data_entity
directory_entry
geometric_entity
Subtypes
No subtypesReferenced By
Entity coordinate_pairs_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