Geometry DensifyByLength3D( Geometry geometry, double maxSegmentLength )
Function DensifyByLength3D( _ ByVal geometry As Geometry, _ ByVal maxSegmentLength As Double _ ) As Geometry
Parameters
- geometry
- The geometry to be densified.
- maxSegmentLength
- The maximum segment 3D-length allowed in the output geometry.
Return Value
Returns the densified geometry. If the input geometry is empty, then it is returned unchanged.