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 EDGE?
From DocR19
Call one of the following functions in acistype.hxx:
Alternatively in Scheme, call:
Contents |
Signatures
logical is_curve_edge(const ENTITY*ent); logical is_linear_edge(const ENTITY* ent); logical is_elliptical_edge(const ENTITY *ent); logical is_helical_edge(const ENTITY *ent); logical is_circular_edge(const ENTITY *ent); logical is_intcurve_edge(const ENTITY *ent);
Header Files
#include "acistype.hxx"
Notes
- is_curve_edge will determine if an edge is degenerate (that is, it has no supporting curve, for example, at the apex of a cone) or not.
Related content
- See also: :Category:FAQs
