Show / Hide Table of Contents
View Source

Class Mesh

Inheritance
System.Object
Mesh
Namespace:EvilDICOM.CV.Geometry
Assembly:EvilDICOM.CV.dll
Syntax
public class Mesh : object

Fields

View Source

Indices

Declaration
public List<int> Indices
Field Value
Type Description
List<System.Int32>
View Source

Vertices

Declaration
public List<Vector3> Vertices
Field Value
Type Description
List<Vector3>

Methods

View Source

CalculateVolumeCC()

Declaration
public double CalculateVolumeCC()
Returns
Type Description
System.Double
View Source

Export(String)

Declaration
public void Export(string filePath)
Parameters
Type Name Description
System.String filePath
View Source

GetTriangles()

Declaration
public List<Triangle> GetTriangles()
Returns
Type Description
List<Triangle>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX