MeshLib
 
Loading...
Searching...
No Matches
MRDotNet/MRMeshOrPoints.h
Go to the documentation of this file.
1#pragma once
2#include "MRMeshFwd.h"
3
4#pragma managed( push, off )
6#pragma managed( pop )
7
9
11public interface class MeshOrPoints
12{
13public:
16 property Box3f^ BoundingBox { Box3f^ get(); }
17};
18
27
#define MR_DOTNET_NAMESPACE_BEGIN
Definition MRDotNet/MRMeshFwd.h:42
BitSetReadOnly VertBitSetReadOnly
Definition MRDotNet/MRMeshFwd.h:78
ReadOnlyCollection< Vector3f^> VertCoordsReadOnly
Definition MRDotNet/MRMeshFwd.h:96
#define MR_DOTNET_NAMESPACE_END
Definition MRDotNet/MRMeshFwd.h:43
affine transformation: y = A*x + b, where A in VxV, and b in V
Definition MRDotNet/MRAffineXf.h:8
Box given by its min- and max- corners.
Definition MRBox3.h:8
represents a point cloud or a mesh
Definition MRDotNet/MRMeshOrPoints.h:12
property Box3f BoundingBox
Definition MRDotNet/MRMeshOrPoints.h:16
property VertCoordsReadOnly Points
Definition MRDotNet/MRMeshOrPoints.h:14
property VertBitSetReadOnly ValidPoints
Definition MRDotNet/MRMeshOrPoints.h:15
an object and its transformation to global space with other objects
Definition MRMesh/MRMeshOrPoints.h:97
holds together mesh/point cloud and its transformation
Definition MRDotNet/MRMeshOrPoints.h:21
MR::MeshOrPointsXf ToNative()
AffineXf3f xf
Definition MRDotNet/MRMeshOrPoints.h:23
MeshOrPoints obj
Definition MRDotNet/MRMeshOrPoints.h:22