 | CTINCreate Method |
This method creates a TIN object.
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic static CTIN Create(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
public static CTIN Create(
CVV vv_x,
CVV vv_y,
CVV vv_z
)
Public Shared Function Create (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
) As CTIN
Public Shared Function Create (
vv_x As CVV,
vv_y As CVV,
vv_z As CVV
) As CTIN
public:
static CTIN^ Create(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
public:
static CTIN^ Create(
CVV^ vv_x,
CVV^ vv_y,
CVV^ vv_z
)
static member Create :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> CTIN
static member Create :
vv_x : CVV *
vv_y : CVV *
vv_z : CVV -> CTIN
Parameters
- vv_x
- Type: GeoEngine.Core.GXNetCVV
X positions - vv_y
- Type: GeoEngine.Core.GXNetCVV
Y positions - vv_z
- Type: GeoEngine.Core.GXNetCVV
Z values (optional)
Return Value
Type:
CTINTIN Object
Remarks
CreateTIN does the TIN calculation.
The Z values are not required, and a 0-length VV can be used to indicate
the values are not to be used.
See Also