Property that represents value formed as a
result of taking the absolute value of each element of the upper
3x3 of the matrix and returning the absolute value of the largest
such element.
Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public double Normal { get; }
Public ReadOnly Property Normal As Double
Get
public:
property double Normal {
double get ();
}
member Normal : float with get
Property Value
Double
See Also