This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IE > IEncode3DProperties Interface > IEncode3DProperties.UnPackNormal Method (ArcObjects .NET 10.5 SDK) |
Decodes a normal from a double.
[Visual Basic .NET] Public Sub UnPackNormal ( _ ByVal packedNormal As Double, _ ByVal normalVector As IVector3D, _ ByRef wasProductive As Boolean _ )
[C#] public void UnPackNormal ( double packedNormal, IVector3D normalVector, ref bool wasProductive );
[C++]
HRESULT UnPackNormal(
double packedNormal,
IVector3D* normalVector,
VARIANT_BOOL* wasProductive
);
[C++]
Parameters packedNormal [in] packedNormal is a parameter of type double normalVector [in]
normalVector is a parameter of type IVector3D wasProductive [out] wasProductive is a parameter of type VARIANT_BOOL