MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / AnnotationObjectType

Class AnnotationObjectType

src/bonsai/bonsai/tool/drawing.py:89–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 # fmt: off
88
89 class AnnotationObjectType(NamedTuple):
90 annotation_name: str
91 description: str
92 icon: str
93 data_type: Drawing.ANNOTATION_DATA_TYPE
94
95 ANNOTATION_TYPES_DATA: dict[str, AnnotationObjectType] = {
96 "DIMENSION": AnnotationObjectType("Dimension", "Add dimensions annotation.\nMeasurement values can be hidden through ShowDescriptionOnly property\nof BBIM_Dimension property set", "FIXED_SIZE", "curve"),

Callers 1

DrawingClass · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected