Namespace: Manipulation
Manipulation
Classes
Namespaces
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:
Name | Type | Description |
---|---|---|
key | string | Stroke id |
value | Array.<PathBuilding.SplineFragment> | Intersection pieces |
OperationResult
Manipulation operation result
Properties:
Name | Type | Description |
---|---|---|
intersected | JSON.<Manipulation.Intersection> | |
selected | Array.<string> | Collection of stroke identifiers |
Intersector results to fully selected strokes Selector results to fully selected strokes and selected fragments |