設定

Choose language

Sewistパターンデザイナーのドキュメント
検索

コンテンツ:

タグ:


並び順:

縫い手

オンラインパターンデザイナー

ドキュメント

コードの説明

サイズガイド

人体測定測定
74結果の11-20を表示しています。

apply(point,distance,angle)

Draws a point at the given distance from an existing point, at the given angle.

apply
apply(point,distance,angle)
meet(point,angle,point,angle)

Intersects two lines drawn from two points at the given angles and draws a point there.

meet
meet(point,angle,point,angle)
midpoint(point1,point2)

Draws a point in the middle between two existing points.

midpoint
midpoint(point1,point2)
compass(point1,angle1,point2,angle2,side)

Intersects two circles drawn from two points with the given radiuses and draws a point in the place where they intersect. Side can be 1 or 2.

compass
compass(point1,angle1,point2,angle2,side)
intercept (center,radius,point,angle,side)

Intercepts a circle drawn around a point, by an imaginary line drawn from a given point at a given angle, and places a point there.

intercept
intercept (center,radius,point,angle,side)
adjacent (point1,point2,length,side)

Places a new point of a right triangle with hypotenuse between the mentioned points, so that the leg between the first point and the new point is of the given length. The length should always be smaller than the distance between the two mentioned points. The last parameter is optional, and stands for either left side (1) of the hypothenuse of right side (2) of the hypothenuse.

adjacent
adjacent (point1,point2,length,side)
line(point1,point2)

Draws a line between two points.

line
.p1
.p2
.a1
.a2
.l
.x1
.x2
.y1
.y2
.dx
.dy
line(point1,point2)
arc(point1,point2,angle1,angle2)

Draws a smooth curve between two points that will never go outside the imaginary lines drawn at the given angles.

arc
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
arc(point1,point2,angle1,angle2)
curve (point1,point2,angle1,angle2,coefficient1,coefficient2)

Draws a curve between two points.

curve
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
.c1
.c2
curve (point1,point2,angle1,angle2,coefficient1,coefficient2)
wave ((point1,point2,...,pointn),angle1,angle2,coefficient)

Draws a smooth path consisting of curves between a set of points.

wave
.x1
.x2
.y1
.y2
.a1
.a2
.l
.dx
.dy
.p1
.p2
wave ((point1,point2,...,pointn),angle1,angle2,coefficient)