Here is a simple example with two triangles making one square:
#if INTERACTIVE #r "PresentationCore" #r "PresentationFramework" #r "WindowsBase" #r "System.Xaml" #endif open System.Windows open System.Windows.Controls open System.Windows.Media open System.Windows.Media.Media3D let grp = Model3DGroup() let geo = MeshGeometry3D()
source share