DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Normals.Normal | Methods | Properties
Normal array. Each position represent a normal found at each point.
// C# public TGIS_SingleVector Normal[_index int] { get {} set {} }
' VisualBasic Public Property Normal(ByVal _index As Integer] As TGIS_SingleVector Get End Get Set(ByVal value As TGIS_SingleVector) End Set End Property
// Oxygene public property Normal[ _index : Integer ] : TGIS_SingleVector read read;
Name | Type | Description |
---|---|---|
_index | int Integer | normal array index |
Type |
---|
TGIS_SingleVector |