pycatia.part_interfaces.loft

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.part_interfaces.loft.Loft(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
MecModInterfaces.Shape
Loft

Loft feature.
Manipulation of solid Loft feature. Allows to access data of the Loft feature
created by the CATIAShapeFactory. This solid feature is created from an
underlying HybridShapeLoft aggregated by the Loft.

See also:
ShapeFactory
property hybrid_shape: HybridShape

Note

CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
o Property HybridShape() As HybridShape (Read Only)

Gets the underlying HybridShapeLoft.

Example:
The following example explains how to retrieve the underlying
HybridShape Loft

Dim oHybridShape as AnyObject
Set oHybridShape=oLoft.HybridShape
oHybridShape.SectionCoupling = 2
Return type:

HybridShape