 | CIMUGridEdgePLY Method |
Get grid edge points
Namespace:
GeoEngine.Core.GXNetX
Assembly:
geoengine.core.gxnetx (in geoengine.core.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic static void GridEdgePLY(
CGXNETCore gxNetShared,
CIMG img,
CPLY ply,
int min_points
)
public static void GridEdgePLY(
CGXNETCore gxNetShared,
CIMG img,
CPLY ply,
int min_points
)
Public Shared Sub GridEdgePLY (
gxNetShared As CGXNETCore,
img As CIMG,
ply As CPLY,
min_points As Integer
)
Public Shared Sub GridEdgePLY (
gxNetShared As CGXNETCore,
img As CIMG,
ply As CPLY,
min_points As Integer
)
public:
static void GridEdgePLY(
CGXNETCore^ gxNetShared,
CIMG^ img,
CPLY^ ply,
int min_points
)
public:
static void GridEdgePLY(
CGXNETCore^ gxNetShared,
CIMG^ img,
CPLY^ ply,
int min_points
)
static member GridEdgePLY :
gxNetShared : CGXNETCore *
img : CIMG *
ply : CPLY *
min_points : int -> unit
static member GridEdgePLY :
gxNetShared : CGXNETCore *
img : CIMG *
ply : CPLY *
min_points : int -> unit
Parameters
- gxNetShared
- Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore - img
- Type: GeoEngine.Core.GXNetXCIMG
The Grid - ply
- Type: GeoEngine.Core.GXNetXCPLY
PLY containing the edges. - min_points
- Type: SystemInt32
Minimum number of points in polygons (0 for all)
Remarks
Unlike GridPLY_IMU and GridPlyEx_IMU, the image is not
altered. It just gives the PLY.
See Also