Discussion:
[brlcad-devel] Hooking ehy into analyze
Daniel Roßberg
2017-04-13 17:57:19 UTC
Permalink
Shubham,

As Sean has already mentioned, analyze_general() doesn't require the
volume function to be defined. If the volume hook isn't defined in
the function table analyze will print a message saying that the volume
can't be determined. Nevertheless the centroid and surface area will
be reported.

However, you have to make sure that analyze_general() will be called
in case of an ehy. The analyze output you mentioned signals that
analyze_general() wasn't called.


Regards,
Daniel
Sir, I think volume needs to be defined before using analyze on the ehy.
unable to process ID_EHY solid
". Thus defining the volume may resolve the issue.
Shubham Rathore
2017-04-13 19:45:04 UTC
Permalink
Oh! will make sure that analyze_general is called. Thank you for the help.

Regards,
Shubham Rathore(:gabbar1947)
Post by Daniel Roßberg
Shubham,
As Sean has already mentioned, analyze_general() doesn't require the
volume function to be defined. If the volume hook isn't defined in
the function table analyze will print a message saying that the volume
can't be determined. Nevertheless the centroid and surface area will
be reported.
However, you have to make sure that analyze_general() will be called
in case of an ehy. The analyze output you mentioned signals that
analyze_general() wasn't called.
Regards,
Daniel
Sir, I think volume needs to be defined before using analyze on the ehy.
unable to process ID_EHY solid
". Thus defining the volume may resolve the issue.
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Developer mailing list
https://lists.sourceforge.net/lists/listinfo/brlcad-devel
Loading...