Triangle3d.Perimeter Property

Triangle3dPerimeter Property

Gets the perimeter of this triangle. This is the sum of the lenghts of all edges.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public double Perimeter { get; }
Public ReadOnly Property Perimeter As Double
	Get

Property Value

Type: Double
See Also