Table of Contents

Struct Face

Namespace
ReFuel.Resources
Assembly
ReFuel.dll

Represents a face.

public struct Face
Inherited Members

Constructors

Face(int)

public Face(int ngonIndex)

Parameters

ngonIndex int

Face(int, int, int)

public Face(int a, int b, int c)

Parameters

a int
b int
c int

Fields

A

The first vertex.

public readonly int A

Field Value

int

B

The second vertex.

public readonly int B

Field Value

int

C

The third vertex.

public readonly int C

Field Value

int

NgonIndex

If this face is an ngon, the index for the ngon.

public readonly int NgonIndex

Field Value

int

Properties

IsNgon

Is this face an ngon?

public bool IsNgon { get; }

Property Value

bool