Frame.translated
- Frame.translated(vector)[source]
- Returns a translated copy of this geometry. - Parameters:
- vectorcompas.geometry.Vector
- The vector used to translate the geometry. 
 
- vector
- Returns:
- Geometry
- The translated geometry. 
 
 - See also 
Site Navigation
compas
compas_blender
compas_ghpython
compas_rhino
Returns a translated copy of this geometry.
compas.geometry.VectorThe vector used to translate the geometry.
GeometryThe translated geometry.
See also