Overview Schemas Index

CONSTRUCTION_HISTORY_XIM (jsdai.SConstruction_history_xim)


ENTITY hybrid_shape_model
          SUBTYPE OF (representation_relationship);
          implicit_rep : procedural_shape_model;
          explicit_rep : manifold_solid_brep;
END_ENTITY; -- hybrid_shape_model

Entity data types and their attributes

representation_relationship
          name: label;
          (OPT) description: text;
          rep_1: representation;
          rep_2: representation;
hybrid_shape_model
          implicit_rep: procedural_shape_model;
          explicit_rep: manifold_solid_brep;

Users

representation_relationship
          attribute_language_assignment.items
                    attribute_language_item
                              attribute_language_item_236cc1
          attribute_translation_assignment.considered_instance
                    attribute_language_item
                              automotive_design_attribute_language_item
          design_object_management_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          frozen_assignment.items
                    managed_design_object
                              ap210_managed_design_object
          full_model_change_action_property.related_description
                    model_change_select
          full_model_change_property_definition.related_description
                    model_change_select
          language_indication.considered_instance
                    attribute_language_item
                              attribute_language_item_236cc1
          language_indication.items
                    attribute_language_item
                              attribute_language_item_236cc1
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_236cc1
hybrid_shape_model

Global rules for this entity data type

          -

public interface EHybrid_shape_model extends ERepresentation_relationship

implicit_rep (explicit attribute)

          boolean testImplicit_rep(EHybrid_shape_model type)
          EProcedural_shape_model getImplicit_rep(EHybrid_shape_model type)
          void setImplicit_rep(EHybrid_shape_model type, EProcedural_shape_model value)
          void unsetImplicit_rep(EHybrid_shape_model type)

explicit_rep (explicit attribute)

          boolean testExplicit_rep(EHybrid_shape_model type)
          EManifold_solid_brep getExplicit_rep(EHybrid_shape_model type)
          void setExplicit_rep(EHybrid_shape_model type, EManifold_solid_brep value)
          void unsetExplicit_rep(EHybrid_shape_model type)

public class CHybrid_shape_model implements EHybrid_shape_model

          static EAttribute attributeImplicit_rep(EHybrid_shape_model type)
          static int usedinImplicit_rep(EHybrid_shape_model type, EProcedural_shape_model instance, ASdaiModel domain, AHybrid_shape_model result)
          static EAttribute attributeExplicit_rep(EHybrid_shape_model type)
          static int usedinExplicit_rep(EHybrid_shape_model type, EManifold_solid_brep instance, ASdaiModel domain, AHybrid_shape_model result)

public class AHybrid_shape_model extends AEntity

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