Class enve_triangleground

Inheritance Relationships

Base Type

  • public acme_entity

Class Documentation

class enve_triangleground : public acme_entity

Public Functions

function enve_triangleground(in varargin)

Class container for ENVE triangleground object

function getID(in this, in ignoredArg)

Create a new C++ pointer to ENVE triangleground object instance.

Create C++ pointer to ENVE triangleground object instance Get ID

function getFriction(in this, in ignoredArg)

Get friction coefficent scaling factor.

function getVertex1(in this, in ignoredArg)

Get triangle vertex 1 as ACME point object.

function getVertex2(in this, in ignoredArg)

Get triangle vertex 2 as ACME point object.

function getVertex3(in this, in ignoredArg)

Get triangle vertex 3 as ACME point object.

function setVertex1(in this, in other_obj, in ignoredArg)

Set triangle vertex 1 with an ACME point object.

function setVertex2(in this, in other_obj, in ignoredArg)

Set triangle vertex 2 with an ACME point object.

function setVertex3(in this, in other_obj, in ignoredArg)

Set triangle vertex 3 with an ACME point object.

function copy(in this, in other_obj, in ignoredArg)

Copy triangleground object from another triangleground.

function copyByHandle(in this, in handle, in ignoredArg)

Copy triangleground object from another triangleground shape.

function normal(in this, in ignoredArg)

Get normal.

function disp(in this, in ignoredArg)

Display object data.

function toTriangle(in this, in ignoredArg)

Set friction coefficent scaling factor.

function plot(in this, in figure_name, in color, in ignoredArg)

Plot triangle object.

function type(in this, in ignoredArg)

Get object type as string.