Module truck_modeling::topology[][src]

topological elements

Enums

Error

Topological Errors

ShellCondition

The shell conditions being determined by the half-edge model.

Type Definitions

Edge

Edge, which consists two vertices.

EdgeID

The id that does not depend on the direction of the edge.

Face

Face, attatched to a simple and closed wire.

FaceID

The id that does not depend on the direction of the face.

Result

Result with crate's errors.

Shell

Shell, a connected compounded faces.

Solid

Solid, attached to a closed shells.

Vertex

Vertex, the minimum topological unit.

VertexID

The id of vertex. Copy trait is implemented.

Wire

Wire, a path or cycle which consists some edges.