pycatia.sketcher_interfaces.axis_2D

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.sketcher_interfaces.axis_2D.Axis2D(com_object)

Note

CAA V5 Visual Basic Help (2020-06-11 12:40:47.360445)

System.IUnknown
System.IDispatch
System.CATBaseUnknown
System.CATBaseDispatch
System.AnyObject
SketcherInterfaces.GeometricElement
SketcherInterfaces.Geometry2D
Axis2D

Interface defining a coordinate system in the 2D Space.
property horizontal_reference: Line2D

Note

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

Returns the 2D coordinate system horizontal axis.
Return type:

Line2D

property origin: Point2D

Note

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

Returns the 2D coordinate system origin.
Return type:

Point2D

property vertical_reference: Line2D

Note

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

Returns the 2D coordinate system vertical axis.
Return type:

Line2D