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 specific type of FACE?

From DocR19

Jump to: navigation, search

Call one of the following functions in acistype.hxx:

Alternatively in Scheme use:


Contents

Signature

logical is_planar_face(const ENTITY *ent);
logical is_cylindrical_face(const ENTITY *ent);
logical is_conical_face(const ENTITY *ent);
logical is_spherical_face(const ENTITY *ent);
logical is_toroidal_face(const ENTITY *ent);
logical is_spline_face(const ENTITY *ent);
logical is_analytic_face(const ENTITY*);

Header Files

#include "acistype.hxx"

Notes

Related Content

See also: :Category:FAQs
Personal tools