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:
- The element to be transformed using the Scaling2
- The reference element for the Scaling2 which is a point or a plane
- The ratio and its value
- See also:
Properties
- Property Center() As
-
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 objects: or .- Example:
-
This example retrieves in
RefElemthe reference element for theScaling2hybrid shape feature.Dim RefElem As Reference Set RefElem = Scaling2.Center
- Property Ratio() As (Read Only)
- Returns the scaling ratio.
- Property RatioValue() As
-
Returns or sets the scaling ratio value.
- Example:
-
This example retrieves in
Valuethe ratio value for theScalinghybrid shape feature.Dim Value As double Set Value = Scaling2.RatioValue