Indexes   

HybridShapeFilletTriTangent (Object)

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 Index

FirstElem
Returns or sets the first support surface feature.
FirstOrientation
Returns or sets the first orientation used to specify fillet center position.
RemoveElem
Returns or sets the support surface to remove feature.
RemoveOrientation
Returns or sets the third orientation used to specify fillet center position.
RibbonRelimitationMode
Returns or sets fillet ribbon relimitation mode (or fillet extremities mode).
SecondElem
Returns or sets the Second support surface feature.
SecondOrientation
Returns or sets the Second orientation used to specify fillet center position.
SupportsTrimMode
Returns or sets whether support surfaces are trimmed or not.

Method Index

InvertFirstOrientation
Inverts first orientation used to specify fillet center position.
InvertRemoveOrientation
Inverts third orientation used to specify fillet center position.
InvertSecondOrientation
Inverts second orientation used to specify fillet center position.

Properties


o Property FirstElem() As
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
 
o 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
o Property RemoveElem() As
Returns or sets the support surface to remove feature.
o 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
o 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)
o Property SecondElem() As
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.
o 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
o 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


o Sub InvertFirstOrientation()
Inverts first orientation used to specify fillet center position.
o Sub InvertRemoveOrientation()
Inverts third orientation used to specify fillet center position.
o Sub InvertSecondOrientation()
Inverts second orientation used to specify fillet center position.

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