All Frameworks  Object Hierarchy  This Framework  Indexes   

Fillet (Object)

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

Property Index

FilletBoundaryRelimitation
Returns or sets the fillet boundary relimitation mode.
FilletTrimSupport
Returns or sets the fillet Trim Support mode.

Properties


o 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
 
o 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
 

Copyright © 2003, Dassault Systèmes. All rights reserved.