All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---HybridShapeConnect
Use the HybridShapeFactory to create a HybridShapeConnect object.
| o Property BaseCurve( | ) As CATIAReference |
| o Property ConnectType( | ) As long |
hybConnectCurve with a base curve.
hybConnectCurve.Base Curve = 1
| o Property FirstContinuity( | ) As long |
| o Property FirstCurve( | ) As CATIAReference |
| o Property FirstOrientation( | ) As long |
| o Property FirstPoint( | ) As CATIAReference |
| o Property FirstTension( | ) As CATIARealParam (Read Only) |
hybConnect.
Dim firstCurveTension As CATIARealParam firstCurveTension = hybConnect.FirstTension
| o Property SecondContinuity( | ) As long |
| o Property SecondCurve( | ) As CATIAReference |
| o Property SecondOrientation( | ) As long |
| o Property SecondPoint( | ) As CATIAReference |
| o Property SecondTension( | ) As CATIARealParam (Read Only) |
hybConnect.
Dim secondCurveTension As CATIARealParam secondCurveTension = hybConnect.SecondTension
| o Property Support( | ) As CATIAReference |
| o Property Trim( | ) As boolean |
Copyright © 2003, Dassault Systèmes. All rights reserved.