Click or drag to resize

MathHelperIsArcFullyContained Method

Checks if arc2 is fully contained within arc1 (concentric and within angular span).

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntax
public static bool IsArcFullyContained(
	Arc arc1,
	Arc arc2
)

Parameters

arc1
Type: DXFReaderNET.EntitiesArc
The potentially containing arc.
arc2
Type: DXFReaderNET.EntitiesArc
The arc to check if it's contained.

Return Value

Type: Boolean
True if arc2 is fully contained within arc1; otherwise false.
See Also