Defines the path snapping properties for the configuration.

Referenced by: configuration

Properties

PropertyDetails
distanceA floating-point number representing path snapping distance
enabledBoolean value indicating whether path snapping is enabled. Default is true
unitsDefines the units for the path snapping distance
Valid values:
  • feet
  • meter

pathSnapping Example

{
"enabled": true,
"distance": 5,
"units": "meter"
}