Table of Contents

Class Face

Namespace
FemDesign.Geometry
Assembly
FemDesign.Core.dll
public class Face
Inheritance
Face
Inherited Members
Extension Methods

Constructors

Face()

Parameterless constructor for serialization.

public Face()

Face(int, int, int)

Construct Face from index node1 node2 node3 node4.

public Face(int node1, int node2, int node3)

Parameters

node1 int
node2 int
node3 int

Face(int, int, int, int)

Construct Face from index node1 node2 node3 node4.

public Face(int node1, int node2, int node3, int node4)

Parameters

node1 int
node2 int
node3 int
node4 int

Properties

Node1

public int? Node1 { get; }

Property Value

int?

Node2

public int? Node2 { get; }

Property Value

int?

Node3

public int? Node3 { get; }

Property Value

int?

Node4

public int? Node4 { get; }

Property Value

int?

Methods

IsQuad()

public bool IsQuad()

Returns

bool

IsTriangle()

public bool IsTriangle()

Returns

bool

Operators

implicit operator Face(FemShell)

public static implicit operator Face(FemShell feaShell)

Parameters

feaShell FemShell

Returns

Face