Skip to main content
Ctrl+K
Logo image

COMPAS docs

  • Introduction
  • Installation
  • Tutorial
  • Examples
  • API Reference
    • API Reference
  • License
COMPAS.dev
  • API Reference
  • ParentLink
  • ParentLink.copy

ParentLink.copy

ParentLink.copy(cls=None, copy_guid=False)[source]

Make an independent copy of the data object.

Parameters:
clsType[compas.data.Data], optional

The type of data object to return. Defaults to the type of the current data object.

copy_guidbool, optional

If True, the copy will have the same guid as the original.

Returns:
compas.data.Data

An independent copy of this object.

On this page
  • ParentLink.copy()

© Copyright COMPAS Association.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.13.3.