All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown
|
+---IDispatch
|
+---CATBaseUnknown
|
+---CATBaseDispatch
|
+---AnyObject
|
+---HybridShape
|
+---HybridShapeRotate
LICENSING INFORMATION: Creation of volume result requires GSO License
if GSO License is not granted , settting of Volume context has not effect
Use the CATIAHybridShapeFactory to create HybridShapeFeature object.
| o Property Angle( | ) As CATIAAngle (Read Only) |
| o Property AngleValue( | ) As double |
AngleValue the angle value for the Rotate hybrid shape feature.
Dim AngleValue As double Set AngleValue = Rotate.AngleValue
| o Property Axis( | ) As CATIAReference |
RotationAxis the rotation axis for the Rotate hybrid shape feature.
Dim RotationAxis As Reference Set RotationAxis = Rotate.Axis
| o Property ElemToRotate( | ) As CATIAReference |
Elem the element to be rotated for the Rotate hybrid shape feature.
Dim Elem As Reference Set Elem = Rotate.ElemToRotate
| o Property FirstElement( | ) As CATIAReference |
| o Property FirstPoint( | ) As CATIAReference |
| o Property OrientationOfFirstElement( | ) As boolean |
| o Property OrientationOfSecondElement( | ) As boolean |
| o Property RotationType( | ) As long |
| o Property SecondElement( | ) As CATIAReference |
| o Property SecondPoint( | ) As CATIAReference |
| o Property ThirdPoint( | ) As CATIAReference |
| o Property VolumeResult( | ) As boolean |
hybShpRotate hybrid shape rotate is volume.
hybShpRotate.VolumeResult = True
| o Func GetCreationMode( | ) As long |
oCreation the creation mode
for the hybShpRotate hybrid shape feature.
oCreation = hybShpRotate.GetCreationMode
| o Sub SetCreationMode( | boolean | iCreation) |
hybShpRotate hybrid shape rotate to creation
hybShpRotate.SetCreationMode True
Copyright © 2003, Dassault Systèmes. All rights reserved.