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
)
Public Function Chamfer (
Entity1 As EntityObject,
Entity2 As EntityObject,
Distance1 As Double,
Distance2 As Double
) As Boolean
public:
bool Chamfer(
EntityObject^ Entity1,
EntityObject^ Entity2,
double Distance1,
double Distance2
)
member Chamfer :
Entity1 : EntityObject *
Entity2 : EntityObject *
Distance1 : float *
Distance2 : float -> bool
METHOD Chamfer(
Entity1 AS EntityObject,
Entity2 AS EntityObject,
Distance1 AS REAL8,
Distance2 AS REAL8
) AS LOGIC
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:
BooleanTrue if the edges are chamfered.
See Also