pycatia.hybrid_shape_interfaces.hybrid_shape_wrap_surface

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-07-06 14:02:20.222384

Warning

The notes denoted “CAA V5 Visual Basic Help” are to be used as reference only. They are there as a guide as to how the visual basic / catscript functions work and thus help debugging in pycatia.

class pycatia.hybrid_shape_interfaces.hybrid_shape_wrap_surface.HybridShapeWrapSurface(com_object)

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.HybridShape
HybridShapeWrapSurface

Represents the hybrid shape wrap surface object.
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:
HybridShapeFactory
property deformation_mode: int

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property DeformationMode() As long

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
Return type:

int

property reference_surface: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property ReferenceSurface() As Reference

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
Return type:

Reference

property surface: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property Surface() As Reference

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
Return type:

Reference

property target_surface: Reference

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property TargetSurface() As Reference

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
Return type:

Reference