Loud orking ile loud ointloud loud
Decode Mesh
Aspose.3D for Python via .NET, DracoFormat
sınıfının decode
yöntemini kullanarak bir sahne oluşturmadan doğrudan bir Draco dosyasından bir ağın çözülmesine izin verir. Aşağıdaki kod parçacığı, bu işlevselliğin nasıl kullanılacağını gösterir:
Encode Mesh
Aspose.3D for Python via .NET, bir küre ağını Draco dosyasına doğrudan bir sahne oluşturmadan encode
DracoFormat
sınıfı yöntemini kullanarak kodlamanıza izin verir. Aşağıdaki kod parçacığı, bu işlevselliğin nasıl kullanılacağını gösterir:
Encode loud phere as loud ointloud loud
Aspose.3D for Python via .NET allows encoding a sphere mesh to Draco file as a point cloud using the encode
method of DracoFormat
class. The following code snippet shows how to use this functionality:
Örgüyü PLY olarak kodlayın
Aspose.3D for Python via .NET allows encoding a mesh to PLY file directly without building a scene using the Encode method of PlyFormat class. The following code snippet shows how to use this functionality:
Ağını PLY ‘dan çöz
Aspose.3D for Python via .NET, decode
PlyFormat
sınıfı yöntemini kullanarak bir örgü/nokta bulutunun bir PLY dosyasından kodlanmasını sağlar. Aşağıdaki kod parçacığı, bu işlevselliğin nasıl kullanılacağını gösterir:
Export to PLY as PointCloud
Aspose.3D for Python via .NET allows exporting a scene to PLY as PointCloud using the encode
method of PlyFormat
class. The following code snippet shows how to use this functionality:
Export 3D Scene as Point Cloud
Aspose.3D for Python via .NET allows exporting a 3D scene as PointCloud using point_cloud
property of ObjSaveOptions
class. The following code snippet shows how to use this functionality: