CloudCompare / CloudComPy

Python wrapper for CloudCompare
Other
265 stars 38 forks source link

problem in computeMinAndMax() function #152

Open Nishmithaj26 opened 6 months ago

Nishmithaj26 commented 6 months ago

while calling computeMinAndMax() function,im getting error as 'AttributeError: module 'cloudComPy' has no attribute 'computeMinAndMax''. so how can i fix this

prascle commented 6 months ago

Hello, computeMinAndMax is not a method of cloudComPy but of ScalarField. When you get a scalar field object, for instance sf, you call sf.computeMinAndMax() Regards, Paul

Le mar. 2 janv. 2024, 13:47, Nishmithaj26 @.***> a écrit :

while calling computeMinAndMax() function,im getting error as 'AttributeError: module 'cloudComPy' has no attribute 'computeMinAndMax''. so how can i fix this

— Reply to this email directly, view it on GitHub https://github.com/CloudCompare/CloudComPy/issues/152, or unsubscribe https://github.com/notifications/unsubscribe-auth/APFRPQ47LOCCLH7P4VIJICDYMP6UPAVCNFSM6AAAAABBJ7VRY6VHI2DSMVQWIX3LMV43ASLTON2WKOZSGA3DEMZXGM2TKNQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>