HybridShapeScaling (Object)

Represents the hybrid shape scaling feature object.
Role: To access the data of the hybrid shape feature object. This data includes: Use the CATIAHybridShapeFactory to create HybridShapeFeature object.

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 RefElem the reference element for the Scaling hybrid 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 hybShpScaling hybrid shape scaling to creation
 
 hybShpScaling.CreationMode = True
 
Property ElemToScale() As
Returns or sets the element to scale.
Example:
This example retrieves in Elem the element to scale for the Scaling hybrid 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 Value the ratio value for the Scaling hybrid 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 hybShpScaling hybrid shape scaling is volume.
 
 hybShpScaling.VolumeResult = True