Hierarchy

  • ViewEdge

Constructors

Properties

faceAngle: number = Infinity

Angle between to the connected faces.

Default Value

Infinity

faces: Face[] = ...
halfedge?: Halfedge

Halfedge on which the edge is based on

Default Value

null

isBack: boolean = false

Indicates whether the edge is connected to back-facing faces only Note: this makes only sense with 2 connected faces.

Default Value

false

isConcave: boolean = false

Indicates wheter the edge is concave. Note: this makes only sense with 2 connected faces.

Default Value

false

meshes: SVGMesh[] = ...

List of the meshes the Edge belongs to

Nature of the edge

Defaut Value

EdgeNature.None

Accessors

Methods

Generated using TypeDoc