pycatia.hybrid_shape_interfaces.hybrid_shape_extremum

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.HybridShapeExtremum(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
HybridShapeExtremum

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

The three directions into which the extremum is detected
The object onto which the extremum is detected
The extremum type of each direction

Use the CATIAHybridShapeFactory to create a HybridShapeExtremum
object.

See also:
HybridShapeFactory
property direction: HybridShapeDirection

Note

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

Returns or sets the direction into which the extremum is detected.
Return type:

HybridShapeDirection

property direction2: HybridShapeDirection

Note

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

Returns or sets the second direction into which the extremum is detected.
Return type:

HybridShapeDirection

property direction3: HybridShapeDirection

Note

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

Returns or sets the third direction into which the extremum is detected.
Return type:

HybridShapeDirection

property extremum_type: int

Note

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

Returns or sets the extremum type.
Legal values: 1 to get a maximum element or 0 to get a minimum element.
Return type:

int

property extremum_type2: int

Note

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

Returns or sets the extremum type of the second direction.
Legal values: 1 to get a maximum element or 0 to get a minimum element.
Return type:

int

property extremum_type3: int

Note

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

Returns or sets the extremum type of the third direction.
Legal values: 1 to get a maximum element or 0 to get a minimum element.
Return type:

int

property reference_element: Reference

Note

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

Returns or sets the object on which the extremum is detected.
Return type:

Reference