Role: To access the data of the axis to axis tranformation shape feature object. The data includes:
- The element to be transformed
- The reference axis system
- The target axis system
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.
- See also:
Properties
- Property CreationMode() As
-
Returns or sets the creation mode(creation or modification).
Legal values: True if the result is a creation feature and False if the result is a modification feature.- Example:
-
This example sets that the mode of the
hybShpAxisToAxishybrid shape axis to axis to creationhybShpAxisToAxis.CreationMode = True
- Property ElemToTransform() As
-
Returns or sets the element to transform.
- Example:
-
This example retrieves in
Elemthe element to transform for theAxisToAxishybrid shape feature.Dim Elem As Reference Set Elem = AxisToAxis.ElemToTransform
- Property ReferenceAxis() As
-
Returns or sets the reference axis.
- Example:
-
This example retrieves in
Refthe reference axis for theAxisToAxishybrid shape feature.Dim Ref As Reference Set Ref = AxisToAxis.ReferenceAxis
- Property TargetAxis() As
-
Returns or sets the target axis.
- Example:
-
This example retrieves in
Refthe target axis for theAxisToAxishybrid shape feature.Dim Ref As Reference Set Ref = AxisToAxis.ReferenceAxis
- Property VolumeResult() As
-
Returns or sets the volume result.
Legal values: True if the result of axis to axis transformation is required as volume (option is effective only in case of volumes,requires GSO License)) and False if it is needed as surface .- Example:
-
This example sets that the result of the
hybShpAxisToAxishybrid shape AxisToAxis is volume.hybShpAxisToAxis.VolumeResult = True