pycatia.hybrid_shape_interfaces.hybrid_shape_section

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_section.HybridShapeSection(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
HybridShapeSection

Interface to hybrid shape section feature.
Role: Allows you to access data of the Hybrid Shape Section
feature.

See also:
HybridShapeFactory.AddNewSection
property section_plane: Reference

Note

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

Returns or sets the section plane..

Parameters:

oPlane
The section oPlane

Example:
This example retrieves in RefPlane the plane of the
section

Dim RefPlane As Reference
Set RefPlane = HybridShapeSection.SectionPlane
Return type:

Reference