pycatia.hybrid_shape_interfaces.hybrid_shape_plane_offset

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_plane_offset.HybridShapePlaneOffset(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
CATGSMIDLItf.Plane
HybridShapePlaneOffset

Offset plane.
Role: Allows to access data of the plane feature created with an offset to
another plane.
property offset: Length

Note

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

Returns the offset value.
Return type:

Length

property orientation: int

Note

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

Returns or sets the plane orientation.
Role: The orientation allows you to invert the plane from the reference
plane.
Legal values: the orientation is 1 if the plane orientation is not
inverted, and -1 otherwise.
Return type:

int

property ref_plane: Reference

Note

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

Returns or sets the reference plane.
Sub-element(s) supported (see Boundary object): PlanarFace.
Return type:

Reference