GridGenerator.GridGenerator Constructor
Initializes a new instance of the GridGenerator class with the given line distances.
GridGenerator(AttributeVariable< System.Double > lineDistanceX, AttributeVariable< System.Double > lineDistanceY)
Initializes a new instance of the GridGenerator class with the given line distances.Syntax
public GridGenerator (
AttributeVariable< System.Double > lineDistanceX,
AttributeVariable< System.Double > lineDistanceY
)
Parameters
lineDistanceX
Type: An attribute variable that returns a value of type System.Double.
The distance between vertical lines.
The distance between vertical lines.
lineDistanceY
Type: An attribute variable that returns a value of type System.Double.
The distance between horizontal lines.
The distance between horizontal lines.
Platforms
Windows, Linux, Android