AGI STK Graphics 11 Send comments on this topic.
Normals Property (IAgStkGraphicsTriangulatorResult)
See Also 





Description

Gets the normals of the mesh. Every position in Positions has corresponding normal. Normals are commonly used for lighting. Three array elements (in the order x, y, z) constitute one normal.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Normals() As System.Array

[C#]
public System.Array Normals {get;}

[Managed C++]
public: __property System::Array^ get_Normals();

[Unmanaged C++]
public: HRESULT get_Normals(
SAFEARRAY ** ppRetVal
);

[Java]
public Object[] getNormals();

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1