pycatia.part_interfaces.auto_fillet

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.part_interfaces.auto_fillet.AutoFillet(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.Shape
PartInterfaces.DressUpShape
AutoFillet

Represents the AutoFillet shape.
A AutoFillet fillets all the edges of Solid
property curvature_radius: Length

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property CurvatureRadius() As Length (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
Return type:

Length

property faces_to_fillet: References

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FacesToFillet() As References (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
Return type:

References

property faces_to_fillets: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FacesToFillets(Reference iFace) (Write Only)
Return type:

Reference

property fillet_radius: Length

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FilletRadius() As Length (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
Return type:

Length

property functional_face: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FunctionalFace(Reference iFace) (Write Only)
Return type:

Reference

property functional_faces: References

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property FunctionalFaces() As References (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
Return type:

References

property parting_element: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property PartingElement() As Reference

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
Return type:

Reference

property round_radius: Length

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property RoundRadius() As Length (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
Return type:

Length

property round_radius_activation: bool

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property RoundRadiusActivation() As boolean

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:
Return type:

bool

property slivers_and_crack: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property SliversAndCrack(Reference iSlivers) (Write Only)
Return type:

Reference

property slivers_and_cracks: References

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property SliversAndCracks() As References (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
Return type:

References

property support_surface: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property SupportSurface() As Reference

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
Return type:

Reference