Part.EdgePy : get access to stored Pcurves

This commit is contained in:
tomate44
2020-08-26 18:09:30 +02:00
committed by wwmayer
parent 5f2c09ea90
commit 291050c8d0
2 changed files with 49 additions and 0 deletions

View File

@@ -528,6 +528,15 @@ coordinate system.</UserDocu>
</Documentation>
<Parameter Name="Continuity" Type="String"/>
</Attribute>
<Methode Name="curveOnSurface" Const="true">
<Documentation>
<UserDocu>curveOnSurface(idx) -> None or tuple
Returns the 2D curve, the surface and the parameter range of index idx.
Returns None if index idx is out of range.
Returns a 4-items tuple of a curve, a surface, first parameter and last parameter.
</UserDocu>
</Documentation>
</Methode>
<ClassDeclarations>
</ClassDeclarations>
</PythonExport>