My Project
Loading...
Searching...
No Matches
Public Member Functions | Properties | List of all members
TriangleNet.Geometry.RegionPointer Class Reference

Pointer to a region in the mesh geometry. A region is a well-defined subset of the geomerty (enclosed by subsegments). More...

Public Member Functions

 RegionPointer (float x, float y, int id)
 Initializes a new instance of the RegionPointer class.
 
 RegionPointer (float x, float y, int id, float area)
 Initializes a new instance of the RegionPointer class.
 

Properties

float Area [get, set]
 Gets or sets a region area constraint.
 

Detailed Description

Pointer to a region in the mesh geometry. A region is a well-defined subset of the geomerty (enclosed by subsegments).

Constructor & Destructor Documentation

◆ RegionPointer() [1/2]

TriangleNet.Geometry.RegionPointer.RegionPointer ( float  x,
float  y,
int  id 
)
inline

Initializes a new instance of the RegionPointer class.

Parameters
xX coordinate of the region.
yY coordinate of the region.
idRegion id.

◆ RegionPointer() [2/2]

TriangleNet.Geometry.RegionPointer.RegionPointer ( float  x,
float  y,
int  id,
float  area 
)
inline

Initializes a new instance of the RegionPointer class.

Parameters
xX coordinate of the region.
yY coordinate of the region.
idRegion id.
areaArea constraint.

The documentation for this class was generated from the following file: