Enum: GeometryRepresentationType

Classification of geometric representation dimension/style.

URI: pbs:GeometryRepresentationType

Enum URI: pbs:GeometryRepresentationType

Permissible Values

Value Meaning Description
axis None Linear axis/centerline representation
body_3d None 3D volumetric/body representation
footprint_2d None 2D surface/footprint representation
point None Point/dot representation

Slots

Name Description
geometry_representation Representation kind/dimension (for example body_3d, footprint_2d, point), ind...

Identifier and Mapping Information

Schema Source

LinkML Source

name: GeometryRepresentationType
description: Classification of geometric representation dimension/style.
from_schema: https://example.org/pragmatic-bim-data-contract
rank: 1000
enum_uri: pbs:GeometryRepresentationType
permissible_values:
  axis:
    text: axis
    description: Linear axis/centerline representation.
  body_3d:
    text: body_3d
    description: 3D volumetric/body representation.
  footprint_2d:
    text: footprint_2d
    description: 2D surface/footprint representation.
  point:
    text: point
    description: Point/dot representation.