pycatia.hybrid_shape_interfaces.hybrid_shape_inverse

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_inverse.HybridShapeInverse(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
HybridShapeInverse

The Inverse feature : an Inverse is made up of a face to process and one Inverse parameter.
property element: Reference

Note

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

Role: To get the element inverted.

Parameters:

oElem
Element inverted return value for CATScript applications, with
(IDLRETVAL) function type

See also:
Reference
Returns:
HRESULT S_OK if Ok E_FAIL else return error code for C++
Implementations
See also:
HybridShapeFactory
Return type:

Reference

property orientation: int

Note

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

Gets or sets the element’s orientation.
Orientation = 1 : the element is not inverted. = -1 : the element is inverted, =
2 : the element can not be inverted. Orientation can not be set to 2.
Return type:

int