All Frameworks Object Hierarchy This Framework Indexes
Use the HybridShapeFactory object to create a HybridShapeCombine object.
| o Property Direction1( | ) As |
firstDir as the first direction to create the combined curve
hybCombCurve.
hybCombCurve.Direction1 = firstDir
| o Property Direction2( | ) As |
secondDir the second direction used
to create the combined curve hybCombCurve.
Dim secondDir As CATIAHybridShapeDirection Set secondDir = hybCombCurve.Direction2
| o Property Elem1( | ) As |
firstCurve as the first curve to create the combined curve
hybCombCurve.
hybCombCurve.Elem1 = firstCurve
| o Property Elem2( | ) As |
secondCurve the second curve used to create
the combined curve hybCombCurve.
Dim secondCurve As CATIAReference Set secondCurve = hybCombCurve.Elem2
| o Property NearestSolution( | ) As |
hybCombCurve closest to the first curve.
hybCombCurve.NearestSolution = 1
| o Property SolutionTypeCombine( | ) As |
hybCombCurve should be created
by extruding the two curves along the normals to their planes.
hybCombCurve.SolutionTypeCombine = 0
Copyright © 2003, Dassault Systèmes. All rights reserved.