Description:

Create a new thickness measurement.

Syntax:
public MeshThicknessMeasurement(
int meshIndex,
int vertexIndex,
double thickness,
Point3d point,
Point3d oppositePoint
)
Parameters:
  • meshIndex
  • Type: int
  • Index of mesh within collection of meshes.
  • vertexIndex
  • Type: int
  • Index of mesh vertex.
  • thickness
  • Type: double
  • Thickness of mesh at vertex.
  • oppositePoint
  • Type: Point3d
  • Opposite location.
Available since:
6.0

MeshThicknessMeasurement constructor

Class:  Rhino.Geometry.MeshThicknessMeasurement

Nothing found