T_Rhino_Geometry_MeshThicknessMeasurement - mcneel/rhinocommon-api-docs GitHub Wiki

MeshThicknessMeasurement Structure

Thickness measurement used in the mesh thickness solver.

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

Syntax

C#

public struct MeshThicknessMeasurement

VB

Public Structure MeshThicknessMeasurement

The MeshThicknessMeasurement type exposes the following members.

Constructors

 

Name Description
Public method MeshThicknessMeasurement Create a new thickness measurement.
  Back to Top

Properties

 

Name Description
Public property MeshIndex Gets the index of the mesh associated with this thickness measurement.
Public property OppositePoint Gets the point opposite to the measurement point.
Public property Point Gets the location of the thickness measurement.
Public property Thickness Gets the local thickness of the mesh.
Public property VertexIndex Gets the index of the vertex associated with this thickness measurement.
  Back to Top

Methods

 

Name Description
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

Rhino.Geometry Namespace

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