All translations

Enter a message name below to show all available translations.

Message

Found 6 translations.

NameCurrent message text
 h Deutsch (de)Leider gibt es keine Funktion {{incode|makeArc()}}, aber wir haben die Funktion {{incode|Part.Arc()}} um einen Bogen (Arc) durch drei Punkte zu erzeugen. Sie erzeugt ein Arc-Objekt, das den Startpunktes mit dem Endpunkt über den Mittelpunkt verbindet. Die Funktion {{incode|toShape()}} des Arc-Objekts muss aufgerufen werden, um ein Edge-Objekt zu erhalten, wie bei der Verwendung von {{incode|Part.LineSegment}} anstelle von {{incode|Part.makeLine}}.
 h English (en)Unfortunately there is no {{incode|makeArc()}} function, but we have the {{incode|Part.Arc()}} function to create an arc through three points. It creates an arc object joining the start point to the end point through the middle point. The arc object's {{incode|toShape()}} function must be called to get an edge object, the same as when using {{incode|Part.LineSegment}} instead of {{incode|Part.makeLine}}.
 h français (fr)Malheureusement, il n'y a pas de fonction {{incode|makeArc()}}, mais nous avons la fonction {{incode|Part.Arc()}} pour créer un arc de cercle passant par trois points. Il crée un objet arc, joignant le point de départ au point d'arrivée, en passant par le point médian. La fonction {{incode|toShape()}} de l'objet arc, doit être appelée pour obtenir un objet filaire, comme lorsque vous utilisez {{incode|Part.LineSegment}} au lieu de {{incode|Part.makeLine}}.
 h italiano (it)Sfortunatamente non esiste una funzione {{incode|makeArc()}}, ma abbiamo la funzione {{incode|Part.Arc()}} per creare un arco attraverso tre punti. Crea un oggetto arco, che unisce il punto iniziale al punto finale attraverso il punto medio. La funzione {{incode|toShape()}} dell'oggetto arc deve essere chiamata per ottenere un oggetto edge, come quando si usa {{incode|Part.LineSegment}} invece di {{incode|Part.makeLine}}.
 h polski (pl)Niestety nie ma funkcji {{incode|makeArc()}}, ale mamy funkcję {{incode|Part.Arc()}} do tworzenia łuku przez trzy punkty. Tworzy ona obiekt łuku łączący punkt początkowy z punktem końcowym przez punkt środkowy. Funkcja {{incode|toShape()}} obiektu arc musi zostać wywołana, aby otrzymać obiekt krawędzi, tak samo jak w przypadku użycia {{incode|Part.LineSegment}} zamiast {{incode|Part.makeLine}}.
 h русский (ru)!!FUZZY!!К сожалению нет функции makeArc, но у нас есть функция Part.Arc для создания дуги через три точки. Она создает объект дуги, соединяющий начальную точку с конечной точкой через среднюю точку. Функция .toShape() объекта дуги должна вызываться для получения объекта ребра, так же, как при использовании Part.LineSegment вместо Part.makeLine.