M_Rhino_Geometry_MeshThicknessMeasurement__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

MeshThicknessMeasurement Constructor

Create a new thickness measurement.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public MeshThicknessMeasurement(
	int meshIndex,
	int vertexIndex,
	double thickness,
	Point3d point,
	Point3d oppositePoint
)

VB

Public Sub New ( 
	meshIndex As Integer,
	vertexIndex As Integer,
	thickness As Double,
	point As Point3d,
	oppositePoint As Point3d
)

Parameters

 

meshIndex
Type: System.Int32
Index of mesh within collection of meshes.
vertexIndex
Type: System.Int32
Index of mesh vertex.
thickness
Type: System.Double
Thickness of mesh at vertex.
point
Type: Rhino.Geometry.Point3d
Vertex location.
oppositePoint
Type: Rhino.Geometry.Point3d
Opposite location.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

MeshThicknessMeasurement Structure
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️