Overview Schemas Index

ISO13584_IEC61360_DICTIONARY_SCHEMA (jsdai.SIso13584_iec61360_dictionary_schema)


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 attributes

data_type
          -
complex_type
          -
entity_instance_type
          type_name: SET [0:?] OF STRING;
placement_type
          -

Known subtypes

          axis1_placement_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          axis2_placement_2d_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)
          axis2_placement_3d_type (ISO13584_IEC61360_DICTIONARY_SCHEMA)

Users

data_type
          data_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 AEntity

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