All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Symmetry (Object)

IUnknown
  |
  +---IDispatch
    |
    +---CATBaseUnknown
      |
      +---CATBaseDispatch
        |
        +---AnyObject
          |
          +---Shape
            |
            +---Symmetry
 


Represents the shape symmetry feature object.
This solid feature is created from an underlying HybridShapeSymmetry aggregated by the Symmetry. Role: To access the data of the symmetry shape feature object. The data includes: Use the CATIAShapeFactory to create ShapeFeature object.
See also:
ShapeFactory

Property Index

HybridShape
Gets the underlying HybridShapeSymmetry.

Properties


o Property HybridShape() As CATIAHybridShape (Read Only)
Gets the underlying HybridShapeSymmetry.
Example:
The following example explains how to retrieve the underlying HybridShape Symmetry
  Dim oHybridShape as AnyObject
  Set oHybridShape=oSymmetry.HybridShape
  oHybridShape.SectionCoupling = 2
 

Copyright © 2003, Dassault Systèmes. All rights reserved.