ENTITY edge
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
(* Modified for LPM/6 *)
ENTITY edge
SUPERTYPE OF (ONEOF(oriented_edge, edge_curve, subedge))
SUBTYPE OF (topological_representation_item);
	edge_start : vertex;
	edge_end : vertex;
END_ENTITY;  (*  STEP Part 42 (modified for 2nd edition)  *)
Explicit Attributes
Entity edge has the following local and inherited explicit attributes:
Derived Attributes
    No derived attributes
Inverse Attributes
    No Inverse AttributesSupertypes
Entity edge inherits from the following supertypes:
  representation_item
    topological_representation_item
Subtypes
Entity edge has the following subtypes:
    edge_curve*
    oriented_edge*
    subedge*
* - Immediate Subtypes
Referenced By
Entity edge 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