Rotate (Object)

Represents the shape rotate feature object.
This solid feature is created from an underlying HybridShapeRotate aggregated by the Rotate. Role: To access the data of the hybrid shape rotate feature object. This data includes: Use the CATIAShapeFactory to create ShapeFeature object.
See also:

Properties


Property Angle() As (Read Only)
Returns the rotation angle.
Property AngleValue() As
Returns or sets the rotation angle value.
Example: This example retrieves in AngleValue the angle value for the Rotate hybrid shape feature.
 Dim AngleValue As double
 Set AngleValue = Rotate.AngleValue
Property Axis() As
Returns or sets the rotation axis.
To set the property, you can use one of the following objects: , or .
Example: This example retrieves in RotationAxis the rotation axis for the Rotate hybrid shape feature.
 Dim RotationAxis As Reference
 Set RotationAxis = Rotate.Axis
Property HybridShape() As (Read Only)
Gets the underlying HybridShapeRotate.
Example:
The following example explains how to retrieve the underlying HybridShape Rotate
  Dim oHybridShape as AnyObject
  Set oHybridShape=oRotate.HybridShape
  oHybridShape.SectionCoupling = 2