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
Call one of the following functions in acistype.hxx:
- is_planar_face
- is_cylindrical_face
- is_conical_face
- is_spherical_face
- is_toroidal_face
- is_spline_face
- is_analytic_face
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
