Role: Manipulation of Fillet Bi-Tangent feature Allows to access data of the Fillet Bi-Tangent feature created by using two support surfaces, their orientation, a radius, and options (supports trimming and fillet extremities type)
- See also:
Properties
- Property ConicalSectionParameter() As
- Returns or Sets parameter for conical section.
- Property FirstElem() As
- Returns or Sets the first support surface feature.
- Property FirstLawRelimiter() As
-
Gets or sets Law first relimiter for variable shape fillet with law management.
Relimiters must be point on spine.
The input law will be mapped between first and second relimiters. This example retrieves inHybLawthe first law relimiter for theFillethybrid shape feature.Dim HybLaw As Reference HybLaw = Fillet.FirstLawRelimiter
Orientation is same or inverse than the normal to the first surface support
- Parameters:
-
- oILaw
- Integrated law
This example retrieves in
HybridIntegratedLawthe IntegratedLaw for theFillethybrid shape feature.Dim HybridIntegratedLaw Set HybridIntegratedLaw = Fillet.IntegratedLaw
dd>
Fillet radius type :
- CATGSMRadiusDefault (0)
- CATGSMRadiusChordLength(1)
Fillet extremities mode :
- CATGSMSmooth (0)
- CATGSMStraight(1)
- CATGSMMaximum (2)
- CATGSMMinimum (3)
Relimiters must be point on spine.
The input law will be mapped between first and second relimiters. This example retrieves in
HybLaw the second law relimiter
for the Fillet hybrid shape feature.
Dim HybLaw As Reference HybLaw = Fillet.SecondLawRelimiter
Orientation is same or inverse than the normal to the Second surface support
Fillet radius type :
- CATGSMCircularSection(0)
- CATGSMConicalSection (1)
Methods
- Sub AppendNewFaceToKeep( iFace)
-
Append a new face to keep.
- Parameters:
-
- iFace
- dd>
- Func GetFaceToKeep( iPos) As
-
Gets the face to keep for fillet operation.
- Parameters:
-
- oFace
- The face to keep for fillet operation. dd>
- iPos
- Position of the face to be retrieved. dd>
- Sub InvertFirstOrientation()
- Inverts first orientation used to specify fillet center position.
- Sub InvertSecondOrientation()
- Inverts second orientation used to specify fillet center position.
- Sub RemoveAllFacesToKeep()
- Remove all the faces to keep.
- Sub RemoveFaceToKeep( iFace)
-
Remove a face to keep.
- Parameters:
-
- iFace
- dd>