All Frameworks  Object Hierarchy  This Framework  Previous  Next  Indexes  

Scaling2 (Object)

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


Represents the Scaling2 feature object.
This solid feature is created from an underlying HybridShapeScaling aggregated by the Scaling. Role: To access the data of the feature object. This data includes: Use the CATIAShapeFactory to create Part object.
See also:
ShapeFactory

Property Index

Center
Returns or sets the reference element.
Ratio
Returns the scaling ratio.
RatioValue
Returns or sets the scaling ratio value.

Properties


o Property Center() As CATIAReference
Returns or sets the reference element.This element can be a point or a plane.
To set the property, you can use one of the following
Boundary objects: PlanarFace or Vertex.
Example:
This example retrieves in RefElem the reference element for the Scaling2 hybrid shape feature.
 Dim RefElem As Reference
 Set RefElem = Scaling2.Center
o Property Ratio() As CATIARealParam (Read Only)
Returns the scaling ratio.
o Property RatioValue() As double
Returns or sets the scaling ratio value.
Example:
This example retrieves in Value the ratio value for the Scaling hybrid shape feature.
 Dim Value As double
 Set Value = Scaling2.RatioValue

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