get_topo_faces#

Part.get_topo_faces()#

Get the topofaces of a part.

Returns:
Iterable[int]

Return the ids of topofaces.

Return the ids of topofaces.
Return type:

Iterable[int]

Examples

>>> topo_faces = part.get_topo_faces()

Examples using Part.get_topo_faces#

Convert data when importing and exporting mesh and CAD formats

Convert data when importing and exporting mesh and CAD formats

Mesh a mid-surfaced bracket for a structural analysis

Mesh a mid-surfaced bracket for a structural analysis

Morph a hexahedral mesh of a turbine blade to a new shape

Morph a hexahedral mesh of a turbine blade to a new shape

Mesh a saddle bracket for a structural analysis

Mesh a saddle bracket for a structural analysis

Mesh a set of solder balls (beta)

Mesh a set of solder balls (beta)