Table of Contents

Class Geometry3DExtensions

Namespace
HelixToolkit.Wpf.SharpDX
Assembly
HelixToolkit.Wpf.SharpDX.dll

Contains extension methods for geometry.

public static class Geometry3DExtensions
Inheritance
Geometry3DExtensions
Inherited Members

Methods

ToUnshared<T>(T)

Returns a copy of this Geometry3D with unshared vertices. Note that Indices could be set to null if unindexed drawing was supported.

public static T ToUnshared<T>(this T source) where T : Geometry3D, new()

Parameters

source T

This respective Geometry3D.

Returns

T

A copy of this Geometry3D with unshared vertices.

Type Parameters

T

The concrete type of this Geometry3D.