Usages of SnapReference
Properties
| snapReferences | in GraphSnapContext | Gets the collection of snapReferences other than OrthogonalSnapLines. | |
| reference | in SnapResult | Gets the reference instance that was used to create this result. |
Method Parameters
| addSnapReference (SnapReference) | in CollectSnapReferencesEventArgs | Adds a snap reference for the GraphSnapContext. | |
| SnapResult (SnapConstraint, number, any?, IModelItem?, Point?, SnapReference?, IObjectRenderer<SnapResult>?) | in SnapResult | Initializes the tag, weight and constraint with the given values. | |
| createSnapResult (SnapConstraint, number, any?, IModelItem?, Point?, SnapReference?, IObjectRenderer<SnapResult>?) | in SnapResult | Factory method that creates a SnapResult using the given constraint. |
Extending Types
| SnapCircle | A SnapCircle represents a circle in the world coordinate system to which other items snap during interactive movements. | |
| SnapGrid | A SnapReference to snap to locations on a grid. | |
| SnapLine | A snap line is a line segment in the world coordinate system to which other items (lines or points) snap during interactive movements. | |
| SnapSize | A SnapReference to snap the width or height of an item to the size of other rectangles. |