Role: To access the data of the symmetry shape feature object. The data includes:
- The element to be transformed
- The reference element which can be a point, a line or a plane
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
hybShpSymmetryhybrid shape symmetry to creationhybShpSymmetry.CreationMode = True
- Property ElemToSymmetry() As
-
Returns or sets the element to transform.
- Example:
-
This example retrieves in
Elemthe element to transform for theSymmetryhybrid shape feature.Dim Elem As Reference Set Elem = Symmetry.ElemToSymmetry
- Property Reference() As
-
Returns or sets the reference element.This element can be a point, a line or a plane.
Sub-element(s) supported (see object): , or .- Example:
-
This example retrieves in
Refthe reference element for theSymmetryhybrid shape feature.Dim Ref As Reference Set Ref = Symmetry.Reference
- Property VolumeResult() As
-
Returns or sets the volume result.
Legal values: True if the result of symmetry 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
hybShpSymmetryhybrid shape symmetry is volume.hybShpSymmetry.VolumeResult = True