|
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- |