M_Rhino_Geometry_Transform__ctor - mcneel/rhinocommon-api-docs GitHub Wiki

Transform Constructor

Initializes a new transform matrix with a specified value along the diagonal.

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

Syntax

C#

public Transform(
	double diagonalValue
)

VB

Public Sub New ( 
	diagonalValue As Double
)

Parameters

 

diagonalValue
Type: System.Double
Value to assign to all diagonal cells except M33 which is set to 1.0.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Transform Structure
Rhino.Geometry Namespace

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