All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---Shape
|
+---SketchBasedShape
|
+---Revolution
| o Property FirstAngle( | ) As CATIAAngle (Read Only) |
Set firstAngle = MyRevolution.FirstAngle
| o Property IsThin( | ) As boolean |
Set thinFlag = firstRevol.IsThin firstRevol.IsThin = TRUE
| o Property MergeEnd( | ) As boolean |
Set MergeEndFlag = firstRevol.IsMergeEnd firstRevol.IsMergeEnd = TRUE
| o Property NeutralFiber( | ) As boolean |
Set NeutralFiberFlag = firstRevol.IsNeutralFiber firstRevol.IsNeutralFiber = TRUE
| o Property RevoluteAxis( | ) As CATIAReference |
RevoluteAxis the rotation axis for the Rotate axis of the Revol feature
Dim RevoluteAxis As Reference
Set RevoluteAxis = Rotate.Axis
| o Property SecondAngle( | ) As CATIAAngle (Read Only) |
Set secondAngle = MyRevolution.SecondAngle
Copyright © 2003, Dassault Systèmes. All rights reserved.