pycatia.part_interfaces.axis_to_axis

Module initially auto generated using V5Automation files from CATIA V5 R28 on 2020-06-11 12:40:47.360445

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.part_interfaces.axis_to_axis.AxisToAxis(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.Shape
AxisToAxis

Represents the hybrid shape AxisToAxis feature object.
This solid feature is created from an underlying HybridShapeAxisToAxis
aggregated by the AxisToAxis. Role: To access the data of the hybrid shape
AxisToAxis feature object. This data includes:

The element to AxisToAxis
Origin for the AxisToAxis
Plane for the AxisToAxis
Direction for the AxisToAxis
XRatio Value for the AxisToAxis
YRatio Value for the AxisToAxis
ZRatio Value for the AxisToAxis
The translation distance and its value

Use the CATIAHybridShapeFactory to create HybridShapeFeature
object.

See also:
HybridShapeFactory
property hybrid_shape: HybridShape

Note

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

Gets the underlying HybridShapeAxisToAxis.

Example:
The following example explains how to retrieve the underlying
HybridShape AxisToAxis

Dim oHybridShape as AnyObject
Set oHybridShape=oAxisToAxis.HybridShape
oHybridShape.ElemToAxisToAxis = reference1
Return type:

HybridShape