ENTITY structured_mesh_with_rind SUBTYPE OF (structured_mesh); rind_planes : rind; END_ENTITY; -- structured_mesh_with_rind |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - mesh description: text; index_count: INTEGER; structured_mesh vertex_counts: ARRAY [1:SELF\mesh.index_count] OF INTEGER; cell_counts: ARRAY [1:SELF\mesh.index_count] OF INTEGER; kind: structured_mesh_type; structured_mesh_with_rind rind_planes: rind; |
Global rules for this entity data type- |
public interface EStructured_mesh_with_rind extends EStructured_meshrind_planes (explicit attribute)boolean testRind_planes(EStructured_mesh_with_rind type)ERind getRind_planes(EStructured_mesh_with_rind type) void setRind_planes(EStructured_mesh_with_rind type, ERind value) void unsetRind_planes(EStructured_mesh_with_rind type) |
public class CStructured_mesh_with_rind implements EStructured_mesh_with_rindstatic EAttribute attributeRind_planes(EStructured_mesh_with_rind type)static int usedinRind_planes(EStructured_mesh_with_rind type, ERind instance, ASdaiModel domain, AStructured_mesh_with_rind result) |
public class AStructured_mesh_with_rind extends AEntitypublic EStructured_mesh_with_rind getByIndex(int index)public EStructured_mesh_with_rind getCurrentMember(SdaiIterator it) |