EMesh::EMesh
Creates an EMesh object.
Namespace: Euresys::Open_eVision_2_6::Easy3D
[C++]
void EMesh(
)
void EMesh(
const EPointCloud& point_cloud
)
void EMesh(
const EPointCloud& point_cloud,
const std::vector<int>& triangle_indexes
)
void EMesh(
const EMesh& other
)
Parameters
point_cloud
A point cloud
triangle_indexes
-
other
An other E3DObject
EMesh.EMesh
Creates an EMesh object.
Namespace: Euresys.Open_eVision_2_6.Easy3D
[C#]
void EMesh(
)
void EMesh(
Euresys.Open_eVision_2_6.Easy3D.EPointCloud point_cloud
)
void EMesh(
Euresys.Open_eVision_2_6.Easy3D.EPointCloud point_cloud,
int[] triangle_indexes
)
void EMesh(
Euresys.Open_eVision_2_6.Easy3D.EMesh other
)
Parameters
point_cloud
A point cloud
triangle_indexes
-
other
An other E3DObject