Role: To access the data of the hybrid shape wrap surface object.
This data includes:
- Two definition surfaces (refrence and target), who define the deformation
Use the CATIAHybridShapeFactory to create a HybridShapeWrapSurface object.
- See also:
Properties
- Property DeformationMode() As
-
Returns or sets whether the wrap surface is or should be created as a"Normal"
or with a "3D" deformation mode.
Legal values: 2 for the normal solution and 1 for 3D solution.- Example:
-
This example sets the mode to create the wrap surface
hybWrapSurfacewith a 3D deformation mode.hybWrapSurface.3D deformation mode = 1
- Example:
-
This example retrieves in
ReferenceSurfacethe surface to deform of theShpWrapSurfacehybrid shape WrapSurface feature.ReferenceSurface = ShpWrapSurface.Surface
- Example:
-
This example retrieves in
SurfaceToDeformthe surface to deform of theShpWrapSurfacehybrid shape WrapSurface feature.SurfaceToDeform = ShpWrapSurface.Surface
- Example:
-
This example retrieves in
TargetSurfacethe surface to deform of theShpWrapSurfacehybrid shape WrapSurface feature.TargetSurface = ShpWrapSurface.Surface