Role: To access the data of the hybrid shape feature object. This data includes:
- The element to be transformed using the scaling
- The reference element for the scaling which is a point or a plane
- The ratio and its value
LICENSING INFORMATION: Creation of volume result requires GSO License
if GSO License is not granted , settting of Volume context has not effect
- See also:
Properties
- Property Center() As
-
Returns or sets the reference element.This element can be a point or a plane.
Sub-element(s) supported (see object): or .- Example:
-
This example retrieves in
RefElemthe reference element for theScalinghybrid shape feature.Dim RefElem As Reference Set RefElem = Scaling.Center
- Property CreationMode() As
-
Returns or sets the creation mode(creation or modification).
Legal values: True if the result is a creation feature and False if the result is a modification feature.- Example:
-
This example sets that the mode of the
hybShpScalinghybrid shape scaling to creationhybShpScaling.CreationMode = True
- Property ElemToScale() As
-
Returns or sets the element to scale.
- Example:
-
This example retrieves in
Elemthe element to scale for theScalinghybrid shape feature.Dim Elem As Reference Set Elem = Scaling.ElemToScale
- 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 = Scaling.RatioValue
- Property VolumeResult() As
-
Returns or sets the volume result.
Legal values: True if the result of Scaling is required as volume (option is effective only in case of volumes,requires GSO License) and False if it is needed as surface .- Example:
-
This example sets that the result of the
hybShpScalinghybrid shape scaling is volume.hybShpScaling.VolumeResult = True