C

GridInfo

This class describes a grid by providing the grid's origin as well as the horizontal and vertical spacing between the grid points.
Inheritance Hierarchy

Remarks

It is used by the IGridConstraintProvider<T> as well as by the GridSnapResultVisualCreator<T>

See Also

Developer's Guide

API

IGridConstraintProvider

Members

No filters for this type

Constructors

Creates a new instance using the given horizontal and vertical grid spacing as well as the given origin.

Parameters

horizontalSpacing?: number
The horizontal spacing between the grid points.
verticalSpacing?: number
The vertical spacing between the grid points.
origin?: Point
The canonical origin of the grid.

Properties

Gets or sets the horizontal spacing between grid points in the world coordinate system.
final
Gets or sets the canonical origin of the grid.
conversionfinal
Gets or sets the vertical spacing between grid points in the world coordinate system.
final