The 3D ACIS® Modeler (ACIS) is Spatial’s prominent 3D solid modeling engine. 3D InterOp is a CAD data translation framework (Interoperability)
HowTo:Determine if an ENTITY is a solid BODY?
From DocR19
Call the function is_solid_body. The Scheme extension is solid?.
Contents |
Signature
logical is_solid_body(const ENTITY* ent);
Header Files
#include "acistype.hxx"
Example
// Add c++ code here
Scheme Commands
(solid? ent)
Notes
Related Content
- See also: :Category:FAQs
