pycatia.hybrid_shape_interfaces.hybrid_shape_fillet_tri_tangent

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-07-06 14:02:20.222384

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.hybrid_shape_interfaces.hybrid_shape_fillet_tri_tangent.HybridShapeFilletTriTangent(com_object)

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.HybridShape
HybridShapeFilletTriTangent

Fillet Tri-Tangent feature.
Role: Manipulation of Fillet Tri-Tangent feature Allows to access data of the
Fillet Tri-Tangent feature created by using three support surfaces, their
orientation, and options (supports trimming and fillet extremities
type)

See also:
HybridShapeFactory
property first_elem: Reference

Note

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

Returns or sets the first support surface feature.

Example:
This example retrieves in FirstElem the first support element used by
the HybShpFilletTriTangent hybrid shape feature.

Dim FirstElem As Reference
Set FirstElem = HybShpFilletTriTangent.FirstElem
Return type:

Reference

property first_orientation: int

Note

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

Returns or sets the first orientation used to specify fillet center
position.
Note; Orientation is same or inverse than the normal to the first surface
support
Return type:

int

invert_first_orientation() None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub InvertFirstOrientation()

Inverts first orientation used to specify fillet center position.
Return type:

None

invert_remove_orientation() None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub InvertRemoveOrientation()

Inverts third orientation used to specify fillet center position.
Return type:

None

invert_second_orientation() None

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384))
o Sub InvertSecondOrientation()

Inverts second orientation used to specify fillet center position.
Return type:

None

property remove_elem: Reference

Note

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

Returns or sets the support surface to remove feature.
Return type:

Reference

property remove_orientation: int

Note

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

Returns or sets the third orientation used to specify fillet center
position.
note: Orientation is same or inverse than the normal to the surface support
to remove
Return type:

int

property ribbon_relimitation_mode: int

Note

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

Returns or sets fillet ribbon relimitation mode (or fillet extremities
mode).
note: Smooth(0) or Straight(1) or Maximum(2) or Minimum(3)
Return type:

int

property second_elem: Reference

Note

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

Returns or sets the Second support surface feature.

Example:
This example retrieves in SecondElem the Second support element used by
the HybShpFilletTriTangent hybrid shape feature.

Dim SecondElem As Reference
Set SecondElem = HybShpFilletTriTangent.SecondElem


Parameters:

oElem
Second support surface feature.
Return type:

Reference

property second_orientation: int

Note

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

Returns or sets the Second orientation used to specify fillet center
position.
note: Orientation is same or inverse than the normal to the Second surface
support
Return type:

int

property supports_trim_mode: int

Note

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

Returns or sets whether support surfaces are trimmed or
not.
Trim (1) or NoTrim(0)
note: if “Trim” the 2 supports are trimmed and assembled with the fillet
ribbon.
Return type:

int