TZGridPointsGenerate_Grid Méthode
Génère la grille
Espace de nom: Tzu3D.ToolAssembly: Tzu3D (in Tzu3D.dll) Version: 1.0.9025.34810
public void Generate_Grid(
Vector3[] Points,
int Cell_Count_X,
int Cell_Count_Y,
float CellSize,
int threshold,
int SkipPointCount
)
Public Sub Generate_Grid (
Points As Vector3(),
Cell_Count_X As Integer,
Cell_Count_Y As Integer,
CellSize As Single,
threshold As Integer,
SkipPointCount As Integer
)
Parameters
- Points Vector3
- Nuage de points
- Cell_Count_X Int32
- Nombre de ligne
- Cell_Count_Y Int32
- Nombre de colonne
- CellSize Single
- Taille d'une cellule
- threshold Int32
- Nombre de points dans la même cellule pour l'activer
- SkipPointCount Int32
- Nombre de point à ignorer