Skip to content

Additional properties to the PLY format #104

@rwmontalvao

Description

@rwmontalvao

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions