HowTo:Determine if an ENTITY is a closed solid BODY?
From DocR21
Call the function is_closed_solid_body. The Scheme extension is solid:closed?.
Contents |
Signature
logical is_closed_solid_body(const ENTITY* ent);
Header Files
#include "acistype.hxx"
Example
// Add c++ code here
Scheme Commands
(solid:closed? ent)
Notes
- None
Related Content
- See also: :Category:FAQs
