Share

SketchArcs.AddByFillet Method

Parent Object: SketchArcs

Description

Method that creates a new sketch arc as a fillet between two sketch entities.

Syntax

SketchArcs.AddByFillet( EntityOne As SketchEntity, EntityTwo As SketchEntity, Radius As Variant, PointOnEntityOne As Point2d, PointOnEntityTwo As Point2d ) As SketchArc

Parameters

Name Type Description
EntityOne SketchEntity Input sketch entity.
EntityTwo SketchEntity Input sketch entity.
Radius Variant Input double that defines the radius of the arc in centimeters.
PointOnEntityOne Point2d Input that defines the point on the first entity on which to start the SketchArc.
PointOnEntityTwo Point2d Input that defines the point on the second entity on which to end the SketchArc.

Samples

Name Description
Sweep Feature Add This sample demonstrates the creation of a sweep feature. The profile is a circle, but the path is made up of a 3D sketch and a 2D sketch.

Version

Introduced in version 5.3

Was this information helpful?