Share

PartFeatures.FilletFeatures Property

Parent Object: PartFeatures

Description

Property that returns the FilletFeatures collection object. This collection provides access to existing FilletFeature objects and provides functionality to create new FilletFeature objects.

Syntax

PartFeatures.FilletFeatures() As FilletFeatures

Property Value

This is a read only property whose value is a FilletFeatures.

Samples

Name Description
Fillet Feature (All Rounds) This sample demonstrates rounding all of the edges of a part.
Fillet Feature (Complex) This sample demonstrates creating a complex fillet. The result in this case has several different constant radii fillets and two edges that use variable radius, with one of these having a different radius defined along the edge.

Version

Introduced in version 5

Was this information helpful?