Overview Schemas Index

SHAPE_PROPERTY_ASSIGNMENT_MIM (jsdai.SShape_property_assignment_mim)


ENTITY geometric_item_specific_usage
          SUBTYPE OF (item_identified_representation_usage);
          SELF\item_identified_representation_usage.definition : shape_aspect;
          SELF\item_identified_representation_usage.used_representation : shape_representation;
          SELF\item_identified_representation_usage.identified_item : geometric_representation_item;
END_ENTITY; -- geometric_item_specific_usage

Entity data types and their attributes

item_identified_representation_usage
          name: label;
          (OPT) description: text;
          definition: represented_definition;
          used_representation: representation;
          identified_item: representation_item;
geometric_item_specific_usage
          (RT) definition: shape_aspect;
          (RT) used_representation: shape_representation;
          (RT) identified_item: geometric_representation_item;

Users

item_identified_representation_usage
geometric_item_specific_usage

Global rules for this entity data type

          -

public interface EGeometric_item_specific_usage extends EItem_identified_representation_usage


public class CGeometric_item_specific_usage implements EGeometric_item_specific_usage


public class AGeometric_item_specific_usage extends AEntity

          public EGeometric_item_specific_usage getByIndex(int index)
          public EGeometric_item_specific_usage getCurrentMember(SdaiIterator it)