All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Translate (Object)

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


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

Property Index

HybridShape
Gets the underlying HybridShapeTranslate.

Properties


o Property HybridShape() As CATIAHybridShape (Read Only)
Gets the underlying HybridShapeTranslate.
Example:
The following example explains how to retrieve the underlying HybridShape Translate
  Dim oHybridShape as AnyObject
  Set oHybridShape=oTranslate.HybridShape
  oHybridShape.ElemToTranslate = reference1
 

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