- Source
Methods
Circle(parameters) → {Face}
Creates a circle based on the specified parameters.
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the circle. Properties
|
- Source
A Face
object representing the constructed circle.
- Type:
- Face
Ellipse(parameters) → {Face}
Creates a ellipse based on the specified parameters.
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the ellipse. Properties
|
- Source
A Face
object representing the constructed ellipse.
- Type:
- Face
Polygon(parameters) → {Face}
Creates a polygon based on the specified parameters.
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the polygon. Properties
|
- Source
A Face
object representing the constructed polygon.
- Type:
- Face
Rectangle(parameters) → {Face}
Creates a rectangle based on the specified parameters.
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the rectangle. Properties
|
A Face
object representing the constructed rectangle.
- Type:
- Face
RegularPolygon(parameters) → {Face}
Creates a regular polygon based on the specified parameters.
Name | Type | Description | |||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the regular polygon. Properties
|
A Face
object representing the constructed regular polygon.
- Type:
- Face
Square(parameters) → {Face}
Creates a square based on the specified parameters.
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | The parameters for the square. Properties
|
- Source
A Face
object representing the constructed square.
- Type:
- Face