GithubHelp home page GithubHelp logo

Comments (6)

banesullivan avatar banesullivan commented on June 19, 2024 1

But did you install PVGeo from the master branch on GitHub? 2.0.3 is the deployed version on PyPI but the master branch will also show that as its version even though they are different states of the software.

Make sure you uninstall PVGeo, reinstall from the master branch, shutdown your Python kernels, relaunch, and re-import PVGeo

from pyvista-support.

laserman781 avatar laserman781 commented on June 19, 2024 1

Got it, thank you so much!

from pyvista-support.

banesullivan avatar banesullivan commented on June 19, 2024

I just added this feature on the master branch of PVGeo in OpenGeoVis/PVGeo@33dfda2

With those changes, you can now use set_angle:

voxelizer_sorted = PVGeo.filters.VoxelizePoints(unique=True, estimate=False) 
voxelizer_sorted.set_deltas(75,75,75)
voxelizer_sorted.set_angle(np.pi / 3.0) # in radians

from pyvista-support.

laserman781 avatar laserman781 commented on June 19, 2024

This is the error I am receiving when I execute the code above:

AttributeError: 'VoxelizePoints' object has no attribute 'set_angle'

from pyvista-support.

banesullivan avatar banesullivan commented on June 19, 2024

Have you upgraded PVGeo to the version on the master branch?

pip uninstall PVGeo
pip install git+git://github.com/OpenGeoVis/PVGeo@master

from pyvista-support.

laserman781 avatar laserman781 commented on June 19, 2024

image

This is my version^

The code above isn't running at all...

from pyvista-support.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.