Salome HOME
[PythonAPI / doc] possible doc structuration example on extrusion feature
[modules/shaper.git] / src / PythonAPI / model / sketcher / sketch.py
index 7d5311e3938be13138b313af9edac891e6198043..aac77596cd03a0a383ebf5721d4d70aff0dd9939 100644 (file)
@@ -19,6 +19,10 @@ Example of code:
    >>> plane = model.defaultPlane("XOY")
    >>> sketch = model.addSketch(part, plane)
    >>> line = sketch.addLine(0, 0, 0, 1)
+   >>> line.endPointData().x()
+   0.0
+   >>> line.endPointData().y()
+   1.0
 """
 
 from ModelAPI import modelAPI_ResultConstruction, featureToCompositeFeature