pycatia.hybrid_shape_interfaces.hybrid_shape_extremum_polar

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_extremum_polar.HybridShapeExtremumPolar(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
HybridShapeExtremumPolar

Represents the hybrid shape extremum polar feature.
Role: To access the data of the extremum polar feature . This data
includes:

The contour
The support (if exist )
The direction of evaluation
The extermum type

Use the HybridShapeFactory.AddNewExtremumPolarto create a
HybridShapeExtremumPolar object.
property angle: Angle

Note

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

returns the resulting angle of extremum.
Return type:

Angle

property contour: Reference

Note

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

returns or sets the input contour.
Return type:

Reference

property dir: HybridShapeDirection

Note

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

returns or sets the direction of computation.
Return type:

HybridShapeDirection

property extremum_type: int

Note

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

returns or sets the type of extremum.
Return type:

int

property origin: Reference

Note

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

returns or sets the origin of the polar axis.
Return type:

Reference

property radius: Length

Note

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

returns the resulting radius of extremum.
Return type:

Length

property support: Reference

Note

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

returns or sets the support (if exist).
Return type:

Reference