ENTITY shape_element_locating_relationship SUBTYPE OF (shape_element_constituent_relationship, dimensional_location); SELF\shape_aspect_relationship.relating_shape_aspect RENAMED locating_shape_element : shape_aspect; SELF\shape_aspect_relationship.related_shape_aspect RENAMED located_shape_element : shape_aspect; UNIQUE ur1 : located_shape_element, locating_shape_element; END_ENTITY; -- shape_element_locating_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; shape_element_constituent_relationship (RT) (DER) name: STRING; dimensional_location - shape_element_locating_relationship (RT) relating_shape_aspect->locating_shape_element: shape_aspect; (RT) related_shape_aspect->located_shape_element: shape_aspect; |
Global rules for this entity data type- |
public interface EShape_element_locating_relationship extends EShape_element_constituent_relationship, EDimensional_location |
public class CShape_element_locating_relationship implements EShape_element_locating_relationship |
public class AShape_element_locating_relationship extends AEntitypublic EShape_element_locating_relationship getByIndex(int index)public EShape_element_locating_relationship getCurrentMember(SdaiIterator it) |