You are here: Start » Function Reference » Geometry 2D » Geometry 2D Basics

Geometry 2D Basics

Icon Name Description / Applications Modules
CreateArc CreateArc

Creates an arc from an aligned point, radius, and angle range.

FoundationLite
CreateCircle CreateCircle

Creates a circle from an aligned point and radius.

FoundationLite
CreatePointGrid CreatePointGrid

Creates a grid of points.

FoundationLite
CreateRandomPointArray CreateRandomPointArray

Creates array of random points inside given box.

FoundationLite
CreateRectangle CreateRectangle

Creates a rectangle from an aligned point.

FoundationLite
CreateRing CreateRing

Creates a ring from an aligned point, inner and outer radius, and angle range.

FoundationLite
CreateSegment CreateSegment

Produces a segment of given parameters.

FoundationLite
CreateVector CreateVector

Produces a vector of given length and direction.

FoundationLite
RandomPoint

Creates random point inside given box.

FoundationLite
WKT_LoadLineString WKT_LoadLineString

Loads path from WKT text format.

FoundationLite
WKT_LoadMultiLineString WKT_LoadMultiLineString

Loads multiple paths from WKT text format.

FoundationLite
WKT_LoadMultiPoint WKT_LoadMultiPoint

Loads multiple points from WKT text format.

FoundationLite
WKT_LoadMultiPolygon WKT_LoadMultiPolygon

Loads multiple polygons from WKT text format.

FoundationLite
WKT_LoadMultiPolygon_AsRegion WKT_LoadMultiPolygon_AsRegion

Loads multiple polygons from WKT text format as region.

FoundationLite
WKT_LoadPoint WKT_LoadPoint

Loads point from WKT text format.

FoundationLite
WKT_LoadPolygon WKT_LoadPolygon

Loads polygon from WKT text format.

FoundationLite
WKT_LoadPolygon_AsRegion WKT_LoadPolygon_AsRegion

Loads polygon from WKT text format as region.

FoundationLite