-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
First, thank you for this code. It is valuable for my work on bioinformatics. Some of the PLY I work with have crucial chemical information. For example:
ply
format ascii 1.0
comment Generated by PyMesh
element vertex 10146
property float x
property float y
property float z
property float iface
property float charge
property float hbond
property float hphob
property float nx
property float ny
property float nz
element face 20312
property list uchar int vertex_indices
end_header
Is it too complex to modify the PLY parser to include additional properties?
Metadata
Metadata
Assignees
Labels
No labels