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.IUnknownSystem.IDispatchSystem.CATBaseUnknownSystem.CATBaseDispatchSystem.AnyObjectSketcherInterfaces.GeometricElementSketcherInterfaces.Geometry2DAxis2DInterface defining a coordinate system in the 2D Space.-
property
horizontal_reference¶ 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.
- Returns
Line2D
- Return type
-
property
origin¶ 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.
- Returns
Point2D
- Return type
-
property