All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Affinity (Object)

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


Represents the hybrid shape Affinity feature object.
This solid feature is created from an underlying HybridShapeAffinity aggregated by the Affinity. Role: To access the data of the hybrid shape Affinity feature object. This data includes: Use the CATIAHybridShapeFactory to create HybridShapeFeature object.
See also:
HybridShapeFactory

Property Index

HybridShape
Gets the underlying HybridShapeAffinity.

Properties


o Property HybridShape() As CATIAHybridShape (Read Only)
Gets the underlying HybridShapeAffinity.
Example:
The following example explains how to retrieve the underlying HybridShape Affinity
  Dim oHybridShape as AnyObject
  Set oHybridShape=oAffinity.HybridShape
  oHybridShape.ElemToAffinity = reference1
 

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