Daniel Roßberg
2017-04-13 17:57:19 UTC
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
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.
unable to process ID_EHY solid
". Thus defining the volume may resolve the issue.