Skip to main content

Namespace: Manipulation

Manipulation

Classes

Intersector

Manipulator

Selector

SpatialContext

Namespaces

workers

Type Definitions

Intersection

Collection of spline fragments. On every partially intersected stroke is available record with stroke id as key and array of fragments.

Properties:
NameTypeDescription
keystringStroke id
valueArray.<PathBuilding.SplineFragment>Intersection pieces

OperationResult

Manipulation operation result

Properties:
NameTypeDescription
intersectedJSON.<Manipulation.Intersection>
selectedArray.<string>Collection of stroke identifiers
Intersector results to fully selected strokes
Selector results to fully selected strokes and selected fragments

Home