Skip to main content

Prime Mesh Python client library 2024 R1 SP1

ansys.meshing.prime.EdgeConnectType.md

Last update: 22.02.2024

EdgeConnectType

class ansys.meshing.prime.EdgeConnectType(value)

Edge connect type to define the type of connection between edges .

Attributes

EdgeConnectType.NONE Perform no connection.
EdgeConnectType.ALLTOALL Perform connections between any type of edges or faces.
EdgeConnectType.FREETOALL Perform connections between free edges and any type of edges or faces.
EdgeConnectType.FREETOFREE Perform connections between free edges.