ENTITY shape_aspect_relationship
(* SCHEMA building_design_schema; *)
ENTITY shape_aspect_relationship;
name : label;
description : text;
relating_shape_aspect : shape_aspect;
related_shape_aspect : shape_aspect;
END_ENTITY; -- shape_aspect_relationship
Explicit Attributes
Entity shape_aspect_relationship has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | shape_aspect_relationship |
| description | text (STRING) | shape_aspect_relationship |
| relating_shape_aspect | shape_aspect (ENTITY) | shape_aspect_relationship |
| related_shape_aspect | shape_aspect (ENTITY) | shape_aspect_relationship |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity shape_aspect_relationship and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-03-27T17:18:14-04:00