RobotModelArtist.scale_link
- RobotModelArtist.scale_link(link, transformation)[source]
Recursive function to apply the scale transformation on each link.
- Parameters
link (
compas.robots.Link
) – A link.transformation (
compas.geometry.Transformation
) – A transformation to apply to th link’s geometry.
- Returns
None