Click or drag to resize

DXFReaderNETControlChamfer Method

Chamfers the edges of two objects.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public bool Chamfer(
	EntityObject Entity1,
	EntityObject Entity2,
	double Distance1,
	double Distance2
)

Parameters

Entity1
Type: DXFReaderNET.EntitiesEntityObject
First entity
Entity2
Type: DXFReaderNET.EntitiesEntityObject
Second entity
Distance1
Type: SystemDouble
First chamfer distance
Distance2
Type: SystemDouble
Second chamfer distance

Return Value

Type: Boolean
True if the edges are chamfered.
See Also