Show / Hide Table of Contents

Class DualMeshBuilder

Inheritance
object
DualMeshBuilder
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Sylves
Assembly: Sylves.dll
Syntax
public class DualMeshBuilder

Constructors

DualMeshBuilder(MeshData)

Declaration
public DualMeshBuilder(MeshData meshData)
Parameters
Type Name Description
MeshData meshData

Properties

DualMeshData

Declaration
public MeshData DualMeshData { get; }
Property Value
Type Description
MeshData

Mapping

Declaration
public List<(int primalFace, int primalVert, int dualFace, int dualVert)> Mapping { get; }
Property Value
Type Description
List<(int primalFace, int primalVert, int dualFace, int dualVert)>
In this article
Back to top Generated by DocFX