Click or drag to resize

DXFReaderNETControlPolarArrayOfEntities Method

Creates copies of entities arranged in a regularly spaced circular pattern.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public List<EntityObject> PolarArrayOfEntities(
	IEnumerable<EntityObject> Entities,
	Vector2 Center,
	int Items = 4
)

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The entities to copy
Center
Type: DXFReaderNETVector2
The center of the circle.
Items (Optional)
Type: SystemInt32
The number of items.

Return Value

Type: ListEntityObject
A list of the entites of the array.
See Also