Browse our Products

Aspose.3D for Java 25.8 Release Notes

Improvements and Changes

KeySummaryCategory
THREEDNET-929Add PCD import supportSub-task
THREEDNET-1708USDA Export supportNew Feature
THREEDNET-1701Allow user to check if mesh is manifoldImprovement

API Changes

Added members to class com.aspose.threed.Mesh:

    /// <summary>
    /// Check if current mesh is a manifold mesh.
    /// This function will not cache the manifold calculation result.
    /// </summary>
    /// <returns>true if the mesh is a manifold mesh.</returns>
	public Boolean isManifold()

Added members to class com.aspose.threed.PointCloud:

	public com.aspose.threed.Vector2 getDimension()
	public void setDimension(com.aspose.threed.Vector2 value)

If a dimension value is present for the point cloud, it indicates an organized point cloud. Without a specified size, it is considered an unorganized point cloud. Organized point cloud means it has an image-like structure.