Click or drag to resize

MathHelperEntitiesExtensions Method

Find the extensions of a group of entities.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public static void EntitiesExtensions(
	IEnumerable<EntityObject> Entities,
	out Vector3 ExtMin,
	out Vector3 ExtMax,
	int Precision = 100
)

Parameters

Entities
Type: System.Collections.GenericIEnumerableEntityObject
The list of entities
ExtMin
Type: DXFReaderNETVector3
Entities extents lower-left corner (in WCS)
ExtMax
Type: DXFReaderNETVector3
Entities extents upper-right corner (in WCS)
Precision (Optional)
Type: SystemInt32
Specifies the precision for curve approximation. The default value is 100.
See Also