AutoFillet (Object)

Represents the AutoFillet shape.
A AutoFillet fillets all the edges of Solid

Properties


Property CurvatureRadius() As (Read Only)
Returns the Curvature radius.
Example:
The following example returns in Curvature radius the Curvature radius of the AutoFillet Autofillet:
 Set Curvatureradius = Autofillet.Radius
 
Property FacesToFillet() As (Read Only)
Returns or sets the faces to fillet.
Example:
The following example returns in facestofillet the faces required for autofillet autoFillet, and then sets it to NewFacestofillet:
 Set Facestofillet = autoFillet.Facestofillet
 autofillet.Facestofillet = NewFacestofillet
 
Property FacesToFillets( iFace) (Write Only)
Property FilletRadius() As (Read Only)
Returns the Fillet radius.
Example:
The following example returns in fillet radius the fillet radius of the AutoFillet Autofillet:
 Set Filletradius = Autofillet.Radius
 
Property FunctionalFace( iFace) (Write Only)
Property FunctionalFaces() As (Read Only)
Returns or sets the functional face.
Example:
The following example returns in functionalface the functional face of the autofillet autoFillet, and then sets it to NewfunctionalFace:
 Set functionalFace = autoFillet.FunctionalFace
 autofillet.FunctionalFace = NewfunctionalFace
 
Property PartingElement() As
Returns or sets the parting element.
Example:
The following example returns in partingelement the parting element of the autofillet autoFillet, and then sets it to Newparting element:
 Set Parting element = autoFillet.PartingElement
 autofillet.PartingElement = NewPartingElement
 
Property RoundRadius() As (Read Only)
Returns the Round radius.
Example:
The following example returns in round radius the round radius of the AutoFillet Autofillet:
 Set roundradius = Autofillet.Radius
 
Property RoundRadiusActivation() As
Returns the AutoFillet RoundRadiusActivation flag (for AutoFillet only).
It returns 1 if RoundRadius is activated, 0 if not.
Returns:
oRoundRadActivation The RoundRadActivation flag as an int
Example:
Property SliversAndCrack( iSlivers) (Write Only)
Property SliversAndCracks() As (Read Only)
Returns or sets the slivers face.
Example:
The following example returns in slivers the sliver face of the autofillet autoFillet, and then sets it to Newsliver:
 Set sliversFace = autoFillet.SliversFace
 autofillet.SliversFace = NewsliversFace
 
Property SupportSurface() As
Returns or sets the support surface.
Example:
The following example returns in SupportSurface the support surface required for autofillet autoFillet, and then sets it to NewSupportSurface:
 Set SupportSurface = autoFillet.SupportSurface
 autofillet.SupportSurface = NewSupportSurface