User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_normals.normal

Table of Contents

TGIS_Normals.Normal property

DK11 for Java | tatukgis.jdk.TGIS_Normals.Normal | Methods | Properties

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

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

Syntax

// Java
public TGIS_SingleVector getNormal(
  int _index
);
 
public void setNormal(
  int _index,
  TGIS_SingleVector _value
);
// Oxygene
public
  property Normal[ const _index : Integer ] : TGIS_SingleVector read write;

Parameters

Name Type Description
_index int
Integer
normal array index

Value

2022/11/16 01:49

Page Tools