All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---HybridShape | +---HybridShapeHealing
o Property CanonicFreeMode( | long | iMode) |
HybShpHealing
hybrid shape healing.
Dim HybShpHealMode As Long HybShpHealMode = ..set appropriate value HybShpHealing.CanonicFreeMode = HybShpHealMode HybShpHealCont = HybShpHealing.CanonicFreeMode
o Property Continuity( | long | iContinuity) |
HybShpHealing
hybrid shape healing.
Dim HybShpHealCont As Long HybShpHealCont = ..set appropriate value HybShpHealing.Continuity = HybShpHealCont HybShpHealCont = HybShpHealing.Continuity
o Property DistanceObjective( | ) As CATIALength (Read Only) |
HybShpHealing
hybrid shape healing.
Dim HybShpHealDistObjective As Length Set HybShpHealDistObjective = HybShpHealing.DistanceObjective
o Property MergingDistance( | ) As CATIALength (Read Only) |
HybShpHealing
hybrid shape healing.
Dim HybShpHealMergeDist As Length Set HybShpHealMergeDist = HybShpHealing.MergingDistance
o Property NoOfBodiesToHeal( | ) As long (Read Only) |
HybShpHealing
hybrid shape Healing.
Dim NoOfBodiesToHeal As long NoOfBodiesToHeal = HybShpHealing.NoOfBodiesToHeal
o Property NoOfEdgesToKeepSharp( | ) As long (Read Only) |
HybShpHealing
hybrid shape Healing.
Dim NoOfEdges As long NoOfEdges = HybShpHealing.NoOfEdgesToKeepSharp
o Property NoOfElementsToFreeze( | ) As long (Read Only) |
HybShpHealing
hybrid shape Healing.
Dim NoOfElementsToFreeze As long NoOfElementsToFreeze = HybShpHealing.NoOfElementsToFreeze
o Property SharpnessAngle( | ) As CATIAAngle (Read Only) |
HybShpHealing
hybrid shape healing.
Dim HybShpHealSharpnessAngle As Angle Set HybShpHealSharpnessAngle = HybShpHealing.SharpnessAngle
o Property TangencyAngle( | ) As CATIAAngle (Read Only) |
HybShpHealing
hybrid shape healing.
Dim HybShpHealTangencyAngle As Angle Set HybShpHealTangencyAngle = HybShpHealing.TangencyAngle
o Property TangencyObjective( | ) As CATIALength (Read Only) |
HybShpHealing
hybrid shape healing.
Dim HybShpHealTangencyObjective As Length Set HybShpHealTangencyObjective = HybShpHealing.TangencyObjective
o Sub AddBodyToHeal( | CATIAReference | iBody) |
HybShpHealing
hybrid shape healing.
HybShpHealing.AddBodyToHeal refBody
o Sub AddEdgeToKeepSharp( | CATIAReference | iEdge) |
HybShpHealing
hybrid shape healing.
HybShpHealing.AddEdgeToKeepSharp refEdge
o Sub AddElementsToFreeze( | CATIAReference | iElement) |
HybShpHealing
hybrid shape healing.
HybShpHealing.AddElementsToFreeze refElement
o Func GetBodyToHeal( | long | iPosition) As CATIAReference |
HybShpHealing
hybrid shape healing.
set refBody = HybShpHealing.GetBodyToHeal 1
o Func GetEdgeToKeepSharp( | long | iPosition) As CATIAReference |
HybShpHealing
hybrid shape healing.
set refEdge = HybShpHealing.GetEdgeToKeepSharp 1
o Func GetElementToFreeze( | long | iPosition) As CATIAReference |
HybShpHealing
hybrid shape healing.
set refElement = HybShpHealing.GetElementToFreeze 1
o Sub RemoveBodyToHeal( | long | iPosition) |
HybShpHealing
hybrid shape healing.
HybShpHealing.RemoveBodyToHeal 1
o Sub RemoveEdgeToKeepSharp( | long | iPosition) |
HybShpHealing
hybrid shape healing.
HybShpHealing.RemoveEdgeToKeepSharp 1
o Sub RemoveElementToFreeze( | long | iPosition) |
HybShpHealing
hybrid shape healing.
HybShpHealing.RemoveElementToFreeze 1
o Sub ReplaceToHealElement( | long | iIndex, |
CATIAReference | iNewHeal) |
o Sub SetDistanceObjective( | double | iDistanceObjective) |
HybShpHealing
hybrid shape healing.
HybShpHealing.SetDistanceObjective 2.5
o Sub SetMergingDistance( | double | iMergingDistance) |
HybShpHealing
hybrid shape healing.
HybShpHealing.SetMergingDistance 2.5
o Sub SetSharpnessAngle( | double | iSharpnessAngle) |
HybShpHealing
hybrid shape healing.
HybShpHealing.SetSharpnessAngle 2.5
o Sub SetTangencyAngle( | double | iTangencyAngle) |
HybShpHealing
hybrid shape healing.
HybShpHealing.SetTangencyAngle 2.5
o Sub SetTangencyObjective( | double | iTangencyObjective) |
HybShpHealing
hybrid shape healing.
HybShpHealing.SetTangencyObjective 2.5
Copyright © 2003, Dassault Systèmes. All rights reserved.