CompoundVertex
Complete API reference for CompoundVertex, including constructors, attributes, virtual attributes, and methods.
Package: JAVARuntime
Category: Uncategorized
Component: no
public class CompoundVertex
Constructors
| Signature | Description |
|---|---|
CompoundVertex(CompoundVertex) | Executes CompoundVertex and returns after the underlying engine call finishes. |
CompoundVertex() | Executes CompoundVertex and returns after the underlying engine call finishes. |
Attributes
| Name | Type | Description |
|---|---|---|
instance | CompoundVertex | Represents the instance value stored on this instance. Read or assign to update the property. |
Methods
| Signature | Returns | Description |
|---|---|---|
addVertex(Vertex, Transform) | Part | Adds vertex to the collection. |
refreshMatrix(Part) | void | Performs the refreshMatrix operation using the provided parameters (part). |
remove(Part) | void | Removes an item from the collection. |
removeAll(List<Part>) | void | Removes all from the collection. |
getBake() | Vertex | Returns the current bake. |