Table of Contents

Class MeshGeometry3D

Namespace
HelixToolkit.Geometry
Assembly
HelixToolkit.Geometry.dll

TODO

public sealed class MeshGeometry3D
Inheritance
MeshGeometry3D
Inherited Members
Extension Methods

Properties

BiTangents

public Vector3Collection? BiTangents { get; set; }

Property Value

Vector3Collection

Normals

public Vector3Collection? Normals { get; set; }

Property Value

Vector3Collection

Positions

public Vector3Collection Positions { get; set; }

Property Value

Vector3Collection

Tangents

public Vector3Collection? Tangents { get; set; }

Property Value

Vector3Collection

TextureCoordinates

public Vector2Collection? TextureCoordinates { get; set; }

Property Value

Vector2Collection

TriangleIndices

public IntCollection TriangleIndices { get; set; }

Property Value

IntCollection

Methods

Clone()

public MeshGeometry3D Clone()

Returns

MeshGeometry3D