ENTITY unstructured_mesh SUBTYPE OF (mesh); cell_count : INTEGER; END_ENTITY; -- unstructured_mesh |
Entity data types and their attributesrepresentation_itemname: label; topological_representation_item - mesh description: text; index_count: INTEGER; unstructured_mesh cell_count: INTEGER; |
array_based_unstructured_mesh (MESH_TOPOLOGY_SCHEMA) |
explicit_unstructured_mesh (MESH_TOPOLOGY_SCHEMA) |
sc1_unstructured_mesh (MESH_TOPOLOGY_SCHEMA) |
Global rules for this entity data type- |
public interface EUnstructured_mesh extends EMeshcell_count (explicit attribute)boolean testCell_count(EUnstructured_mesh type)int getCell_count(EUnstructured_mesh type) void setCell_count(EUnstructured_mesh type, int value) void unsetCell_count(EUnstructured_mesh type) |
public class CUnstructured_mesh implements EUnstructured_meshstatic EAttribute attributeCell_count(EUnstructured_mesh type) |
public class AUnstructured_mesh extends AEntitypublic EUnstructured_mesh getByIndex(int index)public EUnstructured_mesh getCurrentMember(SdaiIterator it) |