User Tools

Site Tools


api:dk11:delphi:gisclasses.tgis_normals.normal

Table of Contents

TGIS_Normals.Normal property

DK11 for Delphi | GisClasses.TGIS_Normals.Normal | Methods | Properties

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

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

Syntax

// Delphi
public
  property Normal[ const _index : Integer ] : TGIS_SingleVector read write;
// C++ Builder
public:
  __property TGIS_SingleVector* Normal = {read, write};

Parameters

Name Type Description
_index Integer normal array index

Value

2022/11/16 01:14

Page Tools