All Frameworks  Object Hierarchy  This Framework  Indexes   

AutoFillet (Object)

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

Property Index

CurvatureRadius
Returns the Curvature radius.
FacesToFillet
Returns or sets the faces to fillet.
FacesToFillets
FilletRadius
Returns the Fillet radius.
FunctionalFace
FunctionalFaces
Returns or sets the functional face.
PartingElement
Returns or sets the parting element.
RoundRadiusActivation
Returns the AutoFillet RoundRadiusActivation flag (for AutoFillet only).
RoundRadius
Returns the Round radius.
SliversAndCrack
SliversAndCracks
Returns or sets the slivers face.
SupportSurface
Returns or sets the support surface.

Properties


o 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
 
o 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
 
o Property FacesToFillets( iFace) (Write Only)
o 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
 
o Property FunctionalFace( iFace) (Write Only)
o 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
 
o 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
 
o 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:
o 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
 
o Property SliversAndCrack( iSlivers) (Write Only)
o 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
 
o 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
 

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