Click or drag to resize

MeshThicknessMeasurement Constructor

Create a new thickness measurement.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public MeshThicknessMeasurement(
	int meshIndex,
	int vertexIndex,
	double thickness,
	Point3d point,
	Point3d oppositePoint
)

Parameters

meshIndex
Type: SystemInt32
Index of mesh within collection of meshes.
vertexIndex
Type: SystemInt32
Index of mesh vertex.
thickness
Type: SystemDouble
Thickness of mesh at vertex.
point
Type: Rhino.GeometryPoint3d
Vertex location.
oppositePoint
Type: Rhino.GeometryPoint3d
Opposite location.
See Also