- Source
Members
edges
Retrieves all edges of the wire.
- Source
isClosed
Checks if the wire is closed.
- Source
vertices
Retrieves all vertices of the wire.
- Source
Methods
offset(parameters) → {Face}
Offsets the wire by a specified distance.
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | Offset parameters. Properties
|
- Source
A new Wire
object representing the offset wire.
- Type:
- Face
sweep(parameters) → {Solid}
Sweeps the specified profile along this wire to create a 3D solid. If the wire has sharp edges use transitionMode = "right". If the wire is C1 continuous use transitionMode = "transformed".
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | Sweep parameters. Properties
|
- Source
A new Solid
object representing the swept result.
- Type:
- Solid
sweepMultiple(parameters) → {Solid}
Sweeps the specified profiles along this wire to create a 3D solid. If the wire has sharp edges use transitionMode = "right". If the wire is C1 continuous use transitionMode = "transformed".
Name | Type | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | Sweep parameters. Properties
|
- Source
A new Solid
object representing the swept result.
- Type:
- Solid
(static) fromEdges(…edges) → {Wire}
Creates a new Wire
from the provided edges.
Name | Type | Attributes | Description |
---|---|---|---|
edges | Edge | <repeatable> | The edges to create the wire from. |
- Source
A new Wire
object created from the provided edges.
- Type:
- Wire
(static) loft(parameters) → {Solid}
Creates a loft between the wires or points to form a 3D solid.
Name | Type | Description | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
parameters | Object | Loft parameters. Properties
|
- Source
A new Solid
object representing the lofted result.
- Type:
- Solid