Click or drag to resize

ShapeFilletExecute Method

Run the fillet with two geometries specified.

Namespace:  RootPro.RootProCAD.Geometry
Assembly:  RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax
public abstract FilletResult Execute(
	BasicShape shape1,
	Point2d pickPoint1,
	BasicShape shape2,
	Point2d pickPoint2
)

Parameters

shape1
Type: RootPro.RootProCADBasicShape
representing the first figure BasicShape
pickPoint1
Type: RootPro.RootProCAD.GeometryPoint2d
Point2d representing the pick point of the first figure
shape2
Type: RootPro.RootProCADBasicShape
representing the second figure BasicShape
pickPoint2
Type: RootPro.RootProCAD.GeometryPoint2d
Point2d representing the pick point of the second figure

Return Value

Type: FilletResult
Represents the execution result of the fillet FilletResult
See Also