ENTITY path
(* SCHEMA topology_schema; *)
ENTITY path
SUPERTYPE OF (ONEOF(open_path, edge_loop, oriented_path))
SUBTYPE OF (topological_representation_item);
edge_list : LIST [1:?] OF UNIQUE oriented_edge;
WHERE
WR1: path_head_to_tail(SELF);
END_ENTITY;
Explicit Attributes
Entity path has the following local and inherited explicit attributes:
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
Entity path inherits from the following supertypes:
representation_item
topological_representation_item
Subtypes
Entity path has the following subtypes:
edge_loop*
open_path*
oriented_path*
* - Immediate Subtypes
Referenced By
Entity path and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:13:58-04:00