12.01.2022 - 19:46
					
					
					
                    
                    
                
                
                Hallo
ich versuche mittels AllplanGeo.Offset eine Parallele zu einer planaren 3D-Polylinie zu erstellen.
Laut Dokumentation sollte dies möglich sein.
Offset( (float)dist, (Plane3D)offsetPlane, (int)parallelsCount, (Polyline3D)polySrc) -> tuple :
    Counts parallels to 3D Polyline
    
    Parameter: dist            Distance from the source
               offsetPlane     Plane on which offsets will be calculated
               parallelsCount  Count of parallels to calculate
               polySrc         Source element
    
    Return:      eOK if successful,
            Parallel elements
Als Rückgabe erhalte ich ein eOK sowie eine leere (ohne Points[]) Polylinie3D.
Ist dies ein allgemeines Problem der Python-API? Oder liegt das Problem bei mir?
Gruss und Dank
Hansruedi
