Browse our Products

Aspose.3D for .NET 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 Aspose.ThreeD.Entities.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 bool IsManifold()

Added members to class Aspose.ThreeD.Entities.PointCloud:

    /// <summary>
    /// 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.
    /// </summary>
	Aspose.ThreeD.Utilities.Vector2? Dimension{ get;set;}

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.