You are here: Start » Geometry 2D » Geometry 2D Basics
Geometry 2D Basics
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| CreateArc | Creates an arc from an aligned point, radius, and angle range. |
||
| CreateCircle | Creates a circle from an aligned point and radius. |
||
| CreatePointGrid | Creates a grid of points. |
||
| CreateRandomPointArray | Creates array of random points inside given box. |
||
| CreateRectangle | Creates a rectangle from an aligned point. |
||
| CreateRing | Creates a ring from an aligned point, inner and outer radius, and angle range. |
||
| CreateSegment | Produces a segment of given parameters. |
||
| CreateVector | Produces a vector of given length and direction. |
||
| RandomPoint | Creates random point inside given box. |
||
| WKT_LoadLineString | Loads path from WKT text format. |
||
| WKT_LoadMultiLineString | Loads multiple paths from WKT text format. |
||
| WKT_LoadMultiPoint | Loads multiple points from WKT text format. |
||
| WKT_LoadMultiPolygon | Loads multiple polygons from WKT text format. |
||
| WKT_LoadMultiPolygon_AsRegion | Loads multiple polygons from WKT text format as region. |
||
| WKT_LoadPoint | Loads point from WKT text format. |
||
| WKT_LoadPolygon | Loads polygon from WKT text format. |
||
| WKT_LoadPolygon_AsRegion | Loads polygon from WKT text format as region. |
Select Filter Equivalent below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| AvsFilter_AccessArc | Returns individual fields of an arc. |
||
| AvsFilter_AccessCircle | Returns individual fields of a circle. |
||
| AvsFilter_AccessCoordinateSystem | Returns individual fields of a coordinate system. |
||
| AvsFilter_AccessEllipse | Returns individual fields of an ellipse. |
||
| AvsFilter_AccessLine | Returns individual fields of a line. |
||
| AvsFilter_AccessPoint | Returns individual fields of a point. |
||
| AvsFilter_AccessRectangle | Returns individual fields of a rectangle. |
||
| AvsFilter_AccessRing | Returns individual fields of a ring. |
||
| AvsFilter_AccessSegment | Returns individual fields of a segment. |
||
| AvsFilter_AccessStringLabel | Returns individual fields of a StringLabel structure. |
||
| AvsFilter_AccessVector | Returns individual fields of a vector. |
||
| AvsFilter_AddVectors | Returns sum of two vectors in 2D. |
||
| AvsFilter_MakeArc | Creates an arc structure from individual fields. |
||
| AvsFilter_MakeCircle | Creates a circle structure from individual fields. |
||
| AvsFilter_MakeCoordinateSystem | Creates a coordinate system structure from individual fields. |
||
| AvsFilter_MakeEllipse | Creates an ellipse structure from individual fields. |
||
| AvsFilter_MakeLine | Creates a line structure from individual fields. |
||
| AvsFilter_MakePoint | Creates a point structure from individual fields. |
||
| AvsFilter_MakeRectangle | Creates a rectangle structure from individual fields. |
||
| AvsFilter_MakeRing | Creates a ring structure from individual fields. |
||
| AvsFilter_MakeSegment | Creates a segment structure from individual fields. |
||
| AvsFilter_MakeStringLabel | Creates a StringLabel structure from individual fields. |
||
| AvsFilter_MakeVector | Creates a vector structure from individual fields. |
||
| AvsFilter_SubtractVectors | Returns difference between two vectors in 2D. |
