ENTITY edge_loop
(* SCHEMA integrated_cnc_schema; *)
ENTITY edge_loop
SUBTYPE OF (loop, path);
DERIVE
ne : INTEGER := SIZEOF(SELF\path.edge_list);
WHERE
WR1: SELF\path.edge_list[1].edge_start :=: SELF\path.edge_list[ne].
edge_end;
END_ENTITY; -- 10303-42: topology_schema
Explicit Attributes
Entity edge_loop has the following local and inherited explicit attributes:
Derived Attributes
Entity edge_loop has the following local and inherited derived attributes:
| Attribute | Type | Defined By |
|---|
| ne | INTEGER | edge_loop |
|
Inverse Attributes
No Inverse AttributesSupertypes
Entity edge_loop inherits from the following supertypes:
representation_item
topological_representation_item
loop
representation_item
topological_representation_item
path
Subtypes
No subtypesReferenced By
Entity edge_loop and its supertypes are referenced by the following definitions:
[Top Level Definitions] Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2010-01-12T10:42:18-02:00