ENTITY general_property_association
(* SCHEMA step_merged_cad_schema; *)
ENTITY general_property_association;
name : label;
description : OPTIONAL text;
base_definition : general_property;
derived_definition : derived_property_select;
WHERE
wr1:
SIZEOF(USEDIN(derived_definition, 'STEP_MERGED_CAD_SCHEMA.' + 'GENERAL_PROPERTY_ASSOCIATION.' + 'DERIVED_DEFINITION')) = 1;
wr2:
derived_definition.name = base_definition.name;
END_ENTITY;
Explicit Attributes
Entity general_property_association has the following local and inherited explicit attributes:
| Attribute | Type | Defined By |
|---|
| name | label (STRING) | general_property_association |
| description | text (STRING) | general_property_association |
| base_definition | general_property (ENTITY) | general_property_association |
| derived_definition | derived_property_select (SELECT) | general_property_association |
|
Derived Attributes
No derived attributes
Inverse Attributes
No Inverse AttributesSupertypes
No supertypesSubtypes
No subtypesReferenced By
Entity general_property_association and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2012-11-21T15:22:02-05:00