ENTITY IfcEdge
(* SCHEMA IFC4; *)
ENTITY IfcEdge
SUPERTYPE OF (ONEOF
(IfcEdgeCurve
,IfcOrientedEdge
,IfcSubedge))
SUBTYPE OF (IfcTopologicalRepresentationItem);
EdgeStart : IfcVertex;
EdgeEnd : IfcVertex;
END_ENTITY;
Explicit Attributes
Entity IfcEdge has the following local and inherited explicit attributes:
Attribute | Type | Defined By |
---|
EdgeStart | IfcVertex (ENTITY) | IfcEdge |
EdgeEnd | IfcVertex (ENTITY) | IfcEdge |
|
Derived Attributes
No derived attributes
Inverse Attributes
Entity IfcEdge has the following local and inherited inverse attributes:
Supertypes
Entity IfcEdge inherits from the following supertypes:
IfcRepresentationItem
IfcTopologicalRepresentationItem
Subtypes
Entity IfcEdge has the following subtypes:
IfcEdgeCurve*
IfcOrientedEdge*
IfcSubedge*
* - Immediate Subtypes
Referenced By
Entity IfcEdge and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2024-07-11T21:39:05-04:00