Fillet (Object)

Represents the fillet shape.
It is the base object for face fillets and edge fillets.
See also:
,

Properties


Property FilletBoundaryRelimitation() As
Returns or sets the fillet boundary relimitation mode. This boundary relimitation mode is used when computing the fillet.
Example:
The following example returns in mode the fillet boundary relimitation mode of the firstFillet fillet, and then sets it to catMinimumFilletBoundaryRelimitation, so that the fillet expands up to the limits of the smallest shell:
 Set mode = firstFillet.FilletBoundaryRelimitation
 Set FirstFillet.FilletBoundaryRelimitation = catMinimumFilletBoundaryRelimitation
 
Property FilletTrimSupport() As
Returns or sets the fillet Trim Support mode. This Trim Support mode is used when computing the fillet.
Example:
The following example returns in mode the fillet Trim Support mode of the firstFillet fillet, and then sets it to catMinimumFilletTrimSupport, so that the fillet expands up to the limits of the smallest shell:
 Set mode = firstFillet.FilletTrimSupport
 Set FirstFillet.FilletTrimSupport = catNoTrimFilletSupport