ENTITY perpendicular_shape_element_relationship SUBTYPE OF (shape_aspect_relationship); DERIVE SELF\shape_aspect_relationship.name : STRING := ''; END_ENTITY; -- perpendicular_shape_element_relationship |
Entity data types and their attributesshape_aspect_relationshipname: label; (OPT) description: text; relating_shape_aspect: shape_aspect; related_shape_aspect: shape_aspect; (DER) id: identifier; perpendicular_shape_element_relationship (RT) (DER) name: STRING; |
Global rules for this entity data type- |
public interface EPerpendicular_shape_element_relationship extends EShape_aspect_relationship |
public class CPerpendicular_shape_element_relationship implements EPerpendicular_shape_element_relationshipstatic EAttribute attributeName(EPerpendicular_shape_element_relationship type) |
public class APerpendicular_shape_element_relationship extends AEntitypublic EPerpendicular_shape_element_relationship getByIndex(int index)public EPerpendicular_shape_element_relationship getCurrentMember(SdaiIterator it) |