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