Skip to main content
Ctrl+K
Logo image

COMPAS Model

  • Introduction
  • Installation
  • Tutorial
  • Examples
    • DEM: A Leaning Stack of Blocks
  • API Reference
    • compas_model.elements
      • BlockElement
      • BlockFeature
      • BlockGeometry
      • Element
    • compas_model.interactions
      • Interaction
      • ContactInterface
    • compas_model.materials
      • Material
      • Concrete
      • Timber
    • compas_model.models
      • ElementNode
      • ElementTree
      • InteractionGraph
      • Model
      • BlockModel
    • compas_model.notebook
      • ThreeBlockObject
      • ThreeModelObject
    • compas_model.scene
      • ElementObject
      • BlockObject
      • ModelObject
  • License
COMPAS.dev
  • API Reference
  • BlockModel
  • BlockModel.translated

BlockModel.translated

BlockModel.translated(vector)

Returns a translated copy of this geometry.

Parameters:
vectorcompas.geometry.Vector

The vector used to translate the datastructure.

Returns:
Geometry

The translated geometry.

See also

translate
rotated
scaled
transformed
On this page
  • BlockModel.translated()

© Copyright ETH Zurich - Block Research Group.

Created using Sphinx 8.1.3.

Built with the PyData Sphinx Theme 0.13.3.