ENTITY extraction_of_submesh_by_vertices SUBTYPE OF (extraction_of_submesh); vertex_count : INTEGER; vertices : ARRAY [1:vertex_count] OF vertex; END_ENTITY; -- extraction_of_submesh_by_vertices |
Entity data types and their attributesextraction_of_submeshwhole: mesh; part: submesh; extraction_of_submesh_by_vertices vertex_count: INTEGER; vertices: ARRAY [1:vertex_count] OF vertex; |
Users: by entity attributesextraction_of_submeshextraction_of_submesh_by_vertices Users: by defined types, not used by any entity attributeextraction_of_submesh_by_vertices- |
Global rules for this entity data type- |
public interface EExtraction_of_submesh_by_vertices extends EExtraction_of_submeshvertex_count (explicit attribute)boolean testVertex_count(EExtraction_of_submesh_by_vertices type)integer getVertex_count(EExtraction_of_submesh_by_vertices type) void setVertex_count(EExtraction_of_submesh_by_vertices type, integer value) void unsetVertex_count(EExtraction_of_submesh_by_vertices type) vertices (explicit attribute)boolean testVertices(EExtraction_of_submesh_by_vertices type)AVertex getVertices(EExtraction_of_submesh_by_vertices type) AVertex createVertices(EExtraction_of_submesh_by_vertices type) void unsetVertices(EExtraction_of_submesh_by_vertices type) |
public class CExtraction_of_submesh_by_vertices implements EExtraction_of_submesh_by_verticesstatic EAttribute attributeVertex_count(EExtraction_of_submesh_by_vertices type)static EAttribute attributeVertices(EExtraction_of_submesh_by_vertices type) static int usedinVertices(EExtraction_of_submesh_by_vertices type, EVertex instance, ASdaiModel domain, AExtraction_of_submesh_by_vertices result) |
public class AExtraction_of_submesh_by_vertices extends AEntitypublic EExtraction_of_submesh_by_vertices getByIndex(int index)public EExtraction_of_submesh_by_vertices getCurrentMember(SdaiIterator it) |