RigidPart.from_compas_gmsh
- classmethod RigidPart.from_compas_gmsh(gmshModel, name=None, **kwargs)[source]
Create a RigidPart object from a gmshModel object.
- Parameters:
- gmshModelobject
gmsh Model to convert.
- namestr, optional
Name of the new part.
- Returns:
- _Part
The part created from the gmsh model.