diffCheck.df_transformations module

diffCheck.df_transformations module#

diffCheck.df_transformations.get_inverse_transformation(x_form)#

Get the inverse of a transformation

Parameters:

x_form (Transform) – the transformation to get the inverse from

Return type:

Transform

Returns:

the inverse transformation

diffCheck.df_transformations.pln_2_pln_world_transform(brep)#

Transform a brep (beam) to the world plane

Parameters:

brep (Brep) – the brep to transform

Return type:

Transform

Returns:

the transformation

Note

In DF wee also have a wrap object representing a numpy-like 4DMatrix transformation responsible for transforming diffCheck.diffcheck_bindings.DFCloud and diffCheck.diffcheck_bindings.DFMesh. For convertions see the diffCheck.df_cvt_bindings module.