ENTITY edge
(* SCHEMA topology_schema; *)
ENTITY edge
SUPERTYPE OF(ONEOF(edge_curve, oriented_edge, subedge))
SUBTYPE OF (topological_representation_item);
edge_start : vertex;
edge_end : vertex;
END_ENTITY;
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*
seam_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
2012-03-27T17:13:58-04:00