MeshLib
 
Loading...
Searching...
No Matches
MRDotNet/MRIntersectionContour.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
5
6public ref class IntersectionContour
7{
8public:
14
15};
16
#define MR_DOTNET_NAMESPACE_BEGIN
Definition MRDotNet/MRMeshFwd.h:42
#define MR_DOTNET_NAMESPACE_END
Definition MRDotNet/MRMeshFwd.h:43
List< ContinousContour^> ContinousContours
Definition MRDotNet/MRMeshFwd.h:125
Definition MRDotNet/MRIntersectionContour.h:7
static ContinousContours OrderIntersectionContours(Mesh^ meshA, Mesh^ meshB, PreciseCollisionResult^ intersections)
represents a mesh, including topology (connectivity) information and point coordinates,
Definition MRDotNet/MRMesh.h:30
Definition MRDotNet/MRMeshCollidePrecise.h:14