pycatia.hybrid_shape_interfaces.hybrid_shape_mid_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_mid_surface.HybridShapeMidSurface(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
HybridShapeMidSurface

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

Support Body
Creation Mode
Threshold Thickness

Use the CATIAHybridShapeFactory to create a HybridShapeMidSurface
object.

See also:
HybridShapeFactory
property auto_thickness_threshold: int

Note

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

Returns or sets AutoThicknessThreshold. Automatic Thickmess Threshold Check Button ON :1,
OFF : 0 (Only Automatic Creation Mode Available for Automation)
Return type:

int

property creation_mode: int

Note

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

Returns or sets CreationMode. Face Pairs : 0, Faces To Offset : 1, Automatic :
2 (Only Automatic Creation Mode Available for Automation)
Return type:

int

property support: Reference

Note

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

Returns or sets Support Body. Reference.
Return type:

Reference

property threshold: Length

Note

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

Returns or sets Threshold Thickness. Length.
Return type:

Length