NewXYZCGrid

NewXYZCGrid creates a new XYZC grid object. Returns a GridXYZC object.

Syntax

object.NewXYZCGrid

Parameter

Type

Required/

Optional

Default

Description

NumX

Integer

Optional

2

Sets the number of grid nodes in the X direction.

NumY

Integer

Optional

2

Sets the number of grid nodes in the Y direction.

NumZ

Integer

Optional

2

Sets the number of grid nodes in the Z direction.

Example 1

This example demonstrates how to create a new grid object.

Dim GridXYZC As Object

Set GridXYZC = SurferApp.NewXYZCGrid

 

Used by: Application object