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:
Properties
- Property FirstElem() As
-
Returns or sets the first support surface feature.
- Example:
-
This example retrieves in
FirstElemthe first support element used by theHybShpFilletTriTangenthybrid shape feature.Dim FirstElem As Reference Set FirstElem = HybShpFilletTriTangent.FirstElem
- Property FirstOrientation() As
-
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 - Property RemoveElem() As
- Returns or sets the support surface to remove feature.
- Property RemoveOrientation() As
-
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
- Property RibbonRelimitationMode() As
-
Returns or sets fillet ribbon relimitation mode (or fillet extremities mode).
note: Smooth(0) or Straight(1) or Maximum(2) or Minimum(3) - Property SecondElem() As
-
Returns or sets the Second support surface feature.
- Example:
-
This example retrieves in
SecondElemthe Second support element used by theHybShpFilletTriTangenthybrid shape feature.Dim SecondElem As Reference Set SecondElem = HybShpFilletTriTangent.SecondElem
- Parameters:
-
- oElem
- Second support surface feature. dd>
- Property SecondOrientation() As
-
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 - Property SupportsTrimMode() As
-
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.
Methods
- Sub InvertFirstOrientation()
- Inverts first orientation used to specify fillet center position.
- Sub InvertRemoveOrientation()
- Inverts third orientation used to specify fillet center position.
- Sub InvertSecondOrientation()
- Inverts second orientation used to specify fillet center position.