Skip to content

editorGlobalsMeshAnchorChange

Enumeration: MeshAnchorChange

Index

Enumeration members

Enumeration members

CHANGE

CHANGE:

Defined in src/model/data/Concepts/Anchors/IMeshAnchorChangeEvent.ts:39

The mesh changed, and the anchor adapted accordingly


MIRROR

MIRROR:

Defined in src/model/data/Concepts/Anchors/IMeshAnchorChangeEvent.ts:62

The underlying mesh was mirrored.


SCALE

SCALE:

Defined in src/model/data/Concepts/Anchors/IMeshAnchorChangeEvent.ts:52

The underlying mesh changed its scale. Events with this overallChange must supply the scale property.


SPLIT

SPLIT:

Defined in src/model/data/Concepts/Anchors/IMeshAnchorChangeEvent.ts:47

The mesh changed, the anchor adapted, but whatever was referenced by the anchor in the first place now has multiple equivalent successors (e.g. a surface was split into multiple parts, but if the anchor references the whole surface, all resulting parts are valid successors). The concept should evaluate whether it needs to clone itself and attach to the other parts of the mesh as well.