HybridShapeWrapSurface (Object)

Represents the hybrid shape wrap surface object.
Role: To access the data of the hybrid shape wrap surface object.

This data includes:

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
 hybWrapSurface with a 3D deformation mode.
 
 hybWrapSurface.3D deformation mode = 1
 
Property ReferenceSurface() As
Returns or sets the reference surface of the WrapSurface.
Example:
This example retrieves in ReferenceSurface the surface to deform of the ShpWrapSurface hybrid shape WrapSurface feature.
 ReferenceSurface = ShpWrapSurface.Surface
 
Property Surface() As
Returns or sets the reference surface to deform of the WrapSurface.
Example:
This example retrieves in SurfaceToDeform the surface to deform of the ShpWrapSurface hybrid shape WrapSurface feature.
 SurfaceToDeform = ShpWrapSurface.Surface
 
Property TargetSurface() As
Returns or sets the target surface of the WrapSurface.
Example:
This example retrieves in TargetSurface the surface to deform of the ShpWrapSurface hybrid shape WrapSurface feature.
 TargetSurface = ShpWrapSurface.Surface