E3DObjectExtractor::AddToMesh

For all extracted objects, adds a 3D representation (in the form of a list of triangles) of the given feature to the given mesh. If the feature is not defined for the E3DObject, this method has no effect.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void AddToMesh(
   Euresys::Open_eVision::Easy3D::E3DObjectFeature feature,
   EMesh& mesh
)

Parameters

feature

The feature to draw, only 3D features are supported.

mesh

The mesh to add the graphics for.

E3DObjectExtractor.AddToMesh

For all extracted objects, adds a 3D representation (in the form of a list of triangles) of the given feature to the given mesh. If the feature is not defined for the E3DObject, this method has no effect.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void AddToMesh(
   Euresys.Open_eVision.Easy3D.E3DObjectFeature feature,
   Euresys.Open_eVision.Easy3D.EMesh mesh
)

Parameters

feature

The feature to draw, only 3D features are supported.

mesh

The mesh to add the graphics for.