Class Face
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
Face(int, int, int, int)
Construct Face from index node1 node2 node3 node4.
public Face(int node1, int node2, int node3, int node4)
Parameters
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
IsTriangle()
public bool IsTriangle()
Returns
Operators
implicit operator Face(FemShell)
public static implicit operator Face(FemShell feaShell)
Parameters
feaShellFemShell