pycatia.hybrid_shape_interfaces.hybrid_shape_transfer

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_transfer.HybridShapeTransfer(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
HybridShapeTransfer

Represents the hybrid shape Transfer feature object.
Role: To access the data of the hybrid shape Transfer feature object. This data
includes:

The element to transfer
The surface to unfold
The unfolded surface

Use the CATIAHybridShapeFactory to create a HybridShapeTransfer
object.

See also:
HybridShapeFactory
property element_to_transfer: Reference

Note

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

Returns or sets the element to transfer.
Return type:

Reference

property surface_to_unfold: Reference

Note

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

Returns or sets the surface to unfold.
Return type:

Reference

property type_of_transfer: int

Note

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

Returns or sets the type of transfer.

0= The type of surface is not defined
1= The type of transfer is folded to unfolded
2= The type of surface is unfolded to folded
Return type:

int

property unfold_type: int

Note

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

Returns or sets the type of unfold to take into account during
transfer.

0= The type is undefined
1= The surface to unfold is ruled,
2= the surface to unfold is all
Return type:

int

property unfolded_surface: Reference

Note

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

Returns or sets the unfolded surface.
Return type:

Reference