Class enve_mesh¶
Defined in File enve_mesh.m
Class Documentation¶
-
class enve_mesh : public handle¶
-
Public Functions
-
function enve_mesh(in varargin)¶
-
Create a new C++ pointer to ENVE mesh object instance.
-
function getTriangleground(in this, in i, in ignoredArg)¶
-
Create C++ pointer to ENVE meh object instance.
Get mesh i-th triangle as ACME triangle object
-
function getTriangle(in this, in i, in ignoredArg)¶
-
Get mesh i-th triangle as ACME triangle object.
-
function size(in this, in ignoredArg)¶
-
Get mesh size.
-
function copy(in this, in other_obj, in ignoredArg)¶
-
Copy mesh object from another mesh.
-
function copyByHandle(in this, in handle, in ignoredArg)¶
-
Copy mesh object from another mesh shape.
-
function disp(in this, in ignoredArg)¶
-
function plot(in this, in figure_name, in color, in ignoredArg)¶
-
Plot ENVE shape object.
-
function type(in this, in ignoredArg)¶
-
Get object type as string.
Public Members
-
Property objectHandle¶
-
Class container for ENVE mesh object
-
function enve_mesh(in varargin)¶