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.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectMecModInterfaces.HybridShapeHybridShapeExtremumPolarRepresents the hybrid shape extremum polar feature.Role: To access the data of the extremum polar feature . This dataincludes:The contourThe support (if exist )The direction of evaluationThe extermum typeUse the HybridShapeFactory.AddNewExtremumPolarto create aHybridShapeExtremumPolar object.-
property
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.
- Returns
Angle
- Return type
-
property
contour¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Contour() As Referencereturns or sets the input contour.
- Returns
Reference
- Return type
-
property
dir¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Dir() As HybridShapeDirectionreturns or sets the direction of computation.
- Returns
HybridShapeDirection
- Return type
-
property
extremum_type¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property ExtremumType() As shortreturns or sets the type of extremum.
- Returns
int
- Return type
int
-
property
origin¶ Note
- CAA V5 Visual Basic Help (2020-07-06 14:02:20.222384)
- o Property Origin() As Referencereturns or sets the origin of the polar axis.
- Returns
Reference
- Return type
-
property
radius¶ 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.
- Returns
Length
- Return type
-
property