Node.transformed
- Node.transformed(transformation)[source]
Return a copy of the node transformed by a transformation matrix.
- Parameters:
- transformationlist
A 4x4 transformation matrix.
- Returns:
compas_fea2.model.NodeA new node object with the transformed coordinates.