pycatia.hybrid_shape_interfaces.hybrid_shape_point_center

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_point_center.HybridShapePointCenter(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.Point
HybridShapePointCenter

Represents the hybrid shape PointCenter feature object.
Role: To access the data of the hybrid shape PointCenter feature object. It has
been created by the CATIAHybridShapeFactory. This data
includes:

The circle, ellipsa element

See also:
HybridShapeFactory
property element: Reference

Note

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

Returns or sets the circle, ellipse or sphere.
Sub-element(s) supported (see Boundary object): Edge.

Example
:
This example retrieves in Ref_Circle the center point for the
PointCenter hybrid shape feature.

Dim Ref_Circle As Reference
Set Ref_Circle = PointCenter.Element
Return type:

Reference