ENTITY surface_3d_element_field_integration_rule; integration_method : integration_rule; integration_order : ARRAY [1:2] OF INTEGER; END_ENTITY; -- surface_3d_element_field_integration_rule |
Entity data types and their attributessurface_3d_element_field_integration_ruleintegration_method: integration_rule; integration_order: ARRAY [1:2] OF INTEGER; |
Users: by entity attributessurface_3d_element_field_integration_rulesurface_3d_element_integration.field surface_3d_element_field_integration Users: by defined types, not used by any entity attributesurface_3d_element_field_integration_rule- |
Global rules for this entity data type- |
public interface ESurface_3d_element_field_integration_rule extends EEntityintegration_method (explicit attribute)boolean testIntegration_method(ESurface_3d_element_field_integration_rule type)int getIntegration_method(ESurface_3d_element_field_integration_rule type) void setIntegration_method(ESurface_3d_element_field_integration_rule type, int value) void unsetIntegration_method(ESurface_3d_element_field_integration_rule type) integration_order (explicit attribute)boolean testIntegration_order(ESurface_3d_element_field_integration_rule type)A_integer getIntegration_order(ESurface_3d_element_field_integration_rule type) A_integer createIntegration_order(ESurface_3d_element_field_integration_rule type) void unsetIntegration_order(ESurface_3d_element_field_integration_rule type) |
public class CSurface_3d_element_field_integration_rule implements ESurface_3d_element_field_integration_rulestatic EAttribute attributeIntegration_method(ESurface_3d_element_field_integration_rule type)static EAttribute attributeIntegration_order(ESurface_3d_element_field_integration_rule type) |
public class ASurface_3d_element_field_integration_rule extends AEntitypublic ESurface_3d_element_field_integration_rule getByIndex(int index)public ESurface_3d_element_field_integration_rule getCurrentMember(SdaiIterator it) |