C# Класс SharpFE.FiniteElementNode

A finite element node is a fundamental part of a finite element mesh. Nodes have a position in space. Constraints and forces can be applied to nodes.
Наследование: IFiniteElementNode
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Equals ( FiniteElementNode other ) : bool

Determines whether this node matches another node

Equals ( object obj ) : bool

Determines whether this node is equal to an object

GetHashCode ( ) : int

Returns the HashCode for this instance

ToString ( ) : string

Overrides the ToString method

operator ( ) : bool

Determines whether two nodes are unequal.

Приватные методы

Метод Описание
FiniteElementNode ( ) : System

Prevents a default instance of the FiniteElementNode class from being created.

FiniteElementNode ( double locationAlongXAxis ) : System

Initializes a new instance of the FiniteElementNode class.

FiniteElementNode ( double locationAlongXAxis, double locationAlongYAxis ) : System

Initializes a new instance of the FiniteElementNode class.

FiniteElementNode ( double locationAlongXAxis, double locationAlongYAxis, double locationAlongZAxis ) : System

Initializes a new instance of the FiniteElementNode class.

Описание методов

Equals() публичный Метод

Determines whether this node matches another node
public Equals ( FiniteElementNode other ) : bool
other FiniteElementNode the other node to compare for equality
Результат bool

Equals() публичный Метод

Determines whether this node is equal to an object
public Equals ( object obj ) : bool
obj object the object to compare with this node for equality
Результат bool

GetHashCode() публичный Метод

Returns the HashCode for this instance
public GetHashCode ( ) : int
Результат int

ToString() публичный Метод

Overrides the ToString method
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Determines whether two nodes are unequal.
public static operator ( ) : bool
Результат bool