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:
- The element to be rotated
- The rotation axis
- The angle and its value
- 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
AngleValuethe angle value for theRotatehybrid shape feature.Dim AngleValue As double Set AngleValue = Rotate.AngleValue
- Example:
This example retrieves in
- 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
RotationAxisthe rotation axis for theRotatehybrid shape feature.Dim RotationAxis As Reference Set RotationAxis = Rotate.Axis
- Example:
This example retrieves in
- 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