Component3D.duplicate() method
Duplicate this component
Returns a promise that resolves with the duplicated component
Signature:
duplicate(opts?: CreateComponentOpts): Promise<this>;Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
opts |
CreateComponentOpts |
(Optional) |
Promise<this>