Click or drag to resize

DXFReaderNETControlFillet Method

Rounds and fillets the edges of objects.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Fillet(
	EntityObject Entity1,
	EntityObject Entity2,
	double Radius
)

Parameters

Entity1
Type: DXFReaderNET.EntitiesEntityObject
First entity
Entity2
Type: DXFReaderNET.EntitiesEntityObject
Second entity
Radius
Type: SystemDouble
Fillet radius

Return Value

Type: Boolean
True if the edges are rounded.
Remarks
If First entity is a Polyline and Second entity is nothing then all polyline vertexes are rounded.
See Also