User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_normals.normal

Table of Contents

ITGIS_Normals.Normal property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Normals.Normal | Methods | Properties

Normal array. Each position represent a normal found at each point.

Available also on: Delphi | .NET | Java | Python.

Syntax

// 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;

Parameters

Name Type Description
_index int
Integer
normal array index

Value

2022/11/16 01:11

Page Tools