ENTITY path
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY path
SUPERTYPE OF (ONEOF(oriented_path, open_path, edge_loop))
SUBTYPE OF (topological_representation_item);
edge_list : LIST [1:?] OF UNIQUE oriented_edge;
WHERE
WRP6 : path_head_to_tail(SELF);
END_ENTITY; (* STEP Part 42 (modified in 2nd edition) *)
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
2023-03-25T00:11:38-04:00