|
ENTITY placement_type SUPERTYPE OF (ONEOF (axis1_placement_type, axis2_placement_2d_type, axis2_placement_3d_type)) SUBTYPE OF (entity_instance_type); WHERE wr1: 'geometry_schema.placement' IN SELF \ entity_instance_type . type_name ; END_ENTITY; -- placement_type |
Entity data types and their attributesdata_type- complex_type - entity_instance_type type_name: SET [0:?] OF STRING; placement_type - |
| axis1_placement_type (ISO13584_IEC61360_DICTIONARY_SCHEMA) |
| axis2_placement_2d_type (ISO13584_IEC61360_DICTIONARY_SCHEMA) |
| axis2_placement_3d_type (ISO13584_IEC61360_DICTIONARY_SCHEMA) |
Usersdata_typedata_type_element.type_definition property_det.domain complex_type entity_instance_type placement_type |
Global rules for this entity data type- |
public interface EPlacement_type extends EEntity_instance_type |
public class CPlacement_type implements EPlacement_type |
public class APlacement_type extends AEntitypublic EPlacement_type getByIndex(int index)public EPlacement_type getCurrentMember(SdaiIterator it) |