Click or drag to resize
AB4D logo

MeshUtilsConvertConnectedPositionsToDisconnected Method

Converts collection of Point3D that represents a connected 3D line (3D line strip) into a collection of Point3D that represent disconnected 3D lines. In connected 3D lines the end position of one line is used as a start position of the next line. In disconnected 3D lines each lines is defined by 2 positions.

Namespace: Ab3d.Utilities
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.1.8864.1045
Syntax
C#
public static Point3DCollection ConvertConnectedPositionsToDisconnected(
	Point3DCollection connectedPositions
)

Parameters

connectedPositions  Point3DCollection
Point3DCollection with connected 3D line

Return Value

Point3DCollection
Point3DCollection with disconnected 3D line
See Also