All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---HybridShapeCircle
|
+---HybridShapeCircleCtrRad
This data includes:
Use the CATIAHybridShapeFactory to create a HybridShapeCircleCtrRad object.
| o Property Center( | ) As CATIAReference |
HybShpCircleCenter the center
of the HybShpCircle hybrid shape circle.
Dim HybShpCircleCenter As Reference HybShpCircleCenter = HybShpCircle.Center
| o Property Diameter( | ) As CATIALength (Read Only) |
HybShpCircleDiameter the diameter
of the HybShpCircle hybrid shape circle feature
Dim HybShpCircleDiameter As Length HybShpCircleDiameter = HybShpCircle.Diameter
| o Property DiameterMode( | ) As boolean |
HybShpCircle hybrid shape circle feature
HybShpCircle.DiameterMode = True
| o Property FirstDirection( | ) As CATIAHybridShapeDirection |
myHybridShapeDirection the first direction
of the HybShpCircle hybrid shape circle feature
Dim myHybridShapeDirection As CATIAHybridShapeDirection myHybridShapeDirection = HybShpCircle.FirstDirection
| o Property Radius( | ) As CATIALength (Read Only) |
HybShpCircleRadius the radius
of the HybShpCircle hybrid shape circle.
Dim HybShpCircleRadius As Length HybShpCircleRadius = HybShpCircle.Radius
| o Property Support( | ) As CATIAReference |
HybShpCircleSupportSurf the support surface
of the HybShpCircle hybrid shape circle.
Dim HybShpCircleSupportSurf As Reference HybShpCircleSupportSurf = HybShpCircle.Support
| o Sub GetSecondDirection( | double | oDirX, |
| double | oDirY, | |
| double | oDirZ) |
| o Func IsGeodesic( | ) As boolean |
| o Sub SetGeometryOnSupport( | ) |
| o Sub SetSecondDirection( | double | iDirX, |
| double | iDirY, | |
| double | iDirZ) |
| o Sub UnsetGeometryOnSupport( | ) |
Copyright © 2003, Dassault Systèmes. All rights reserved.