All translations

Enter a message name below to show all available translations.

Message

Found 10 translations.

NameCurrent message text
 h Deutsch (de)ccircle wird mit dem Abstand 10 vom X-Ursprung erstellt und ist nach außen entlang der X-Achse ausgerichtet. Hinweis: {{incode|makeCircle()}} akzeptiert nur einen {{incode|App.Vector()}} für die Position und normale Parameter, keine Tupel. Du kannst auch einen Teil des Kreises durch Angabe eines Anfangs- und eines Endwinkels erstellen:
 h English (en)ccircle will be created at distance 10 from the X origin and will be facing outwards along the X axis. Note: {{incode|makeCircle()}} only accepts {{incode|App.Vector()}} for the position and normal parameters, not tuples. You can also create part of the circle by giving a start and an end angle:
 h español (es)ccircle se creará a una distancia de 10 en el eje x desde el origen, y estará orientado hacia el eje x. Nota: makeCircle sólo acepta Base.Vector() para posición y normal, pero no admite tuplas. Tambien puedes crear una parte de una circunferencia dando su ángulo de inicio y fin, así:
 h français (fr)ccircle sera créé à la distance 10 de l'origine X et sera orienté vers l'extérieur le long de l'axe X. Remarque : {{incode|makeCircle()}} n'accepte que {{incode|App.Vector()}} pour les paramètres position et les paramètres normaux, et non les tuples. Vous pouvez également créer une partie du cercle en donnant un angle de départ et un angle d'arrivée :
 h italiano (it)ccircle verrà creato a distanza 10 dall'origine di X e sarà rivolto verso l'asse X. Nota: {{incode|makeCircle()}} accetta solo {{incode|App.Vector()}} per la posizione e le normali, ma non tuple. È inoltre possibile creare una parte di cerchio fornendo un angolo iniziale e un angolo finale come:
 h polski (pl)okrąg zostanie utworzony w odległości 10 od początku X i będzie skierowany na zewnątrz wzdłuż osi X. Uwaga: {{incode|makeCircle()}} akceptuje tylko {{incode|App.Vector()}} dla parametrów position i parametry jako wektory normalne, a nie krotki. Możesz również utworzyć część okręgu przez podanie kąta początkowego i końcowego:
 h română (ro)cercul va fi creat la distanța 10 unități de la axa x și va fi orientat spre axa x. Notă: makeCircle acceptă numai Base.Vector () pentru poziție
și normal, dar nu tuple. Puteți, de asemenea, să creați o parte a cercului dând
unghiul de pornire și unghiul de capăt ca de exemplu:
 h русский (ru)ccircle будет создана на расстоянии 10 от начала координат x и будет направлена вдоль оси x. Примечание: makeCircle принимает только тип Base.Vector() в качестве позиции и нормали. Вы также можете создать часть окружности, задав начальный и конечный угол:
 h svenska (sv)cirkeln kommer att skapas med en distans 10 från nollpunkten i x och kommer att vara vänd mot x axeln.

Notera: makeCircle accepterar endast Base.Vector() men inte tupler.

Du kan också skapa en cirkelbåge genom att ge start- och slutvinkel:
 h 中文(中国大陆) (zh-cn)所创的圆形ccircle将位于x轴上距原点10个单位处,并沿轴方向面向外侧。请注意:makeCircle仅接收Base.Vector()作为其位置以及方向参数,而非元组(tuples)。您也可以通过指定起始角度与结束角度来创建部分圆: