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
sourceTThis respective Geometry3D.
Returns
- T
A copy of this Geometry3D with unshared vertices.
Type Parameters
TThe concrete type of this Geometry3D.