Physical space topology Application Object


A Physical_space_topology is a Classification that specifies the dimensionality, the continuity, and the sub-divisions of a Physical_space.

EXAMPLE - An edge (with topological dimension of 1) is a Topological_object.

The relationship between:

that indicates the set of cross sections is an edge, is a Physical_space_topology.

EXAMPLE - A face (with topological dimension of 2) is a Topological_object. A division of a face into the triangles and quadrilaterals of mesh FB_027 is a Topological_object.

The relationship between:

that indicates the set of fibres has the sub-divisions of the mesh, is a Physical_space_topology.

EXPRESS specification:

*)
ENTITY Physical_space_topology
  SUBTYPE OF (Classification);
  class  :  Topological_object;
  member  :  Physical_space;
END_ENTITY;
(*

Attribute definitions:

class: The Topological_object that has the member.

member: The Physical_space that is a member of the class.