Home

acistype.hxx File Reference

#include "dcl_kern.h"
#include "logical.h"

Functions

int get_ATTRIB_SYS_TYPE ()
 Gets the type of system attribute.
int get_ATTRIB_TSL_TYPE ()
 Gets the type of TSL attribute.
logical is_analytic_face (const ENTITY *)
 Determines if the ENTITY is an analytic face; that is, a FACE whose underlying geometry is an analytic surface.
logical is_APOINT (const ENTITY *ent)
 Determines if an ENTITY is an APOINT.
logical is_ATTRIB (const ENTITY *ent)
 Determines if an ENTITY is an ATTRIB.
logical is_ATTRIB_ST (const ENTITY *ent)
 Determines if an ENTITY is an ATTRIB_ST.
logical is_BODY (const ENTITY *ent)
 Determines if an ENTITY is a BODY.
logical is_circular (const curve *crv)
 Determines if a curve is a circular ellipse.
logical is_circular_edge (const ENTITY *ent)
 Determines if an ENTITY is a circular edge; that is, an EDGE whose underlying geometry is a circular ellipse.
logical is_closed_solid_body (const ENTITY *ent)
 Determines if an ENTITY is a closed solid BODY.
logical is_COEDGE (const ENTITY *ent)
 Determines if an ENTITY is a COEDGE.
logical is_composite_curve (const curve *crv)
 Determines if a curve is a composite curve constructed from multiple laws.
logical is_cone (const surface *surf)
 Determines if a surface is a cone.
logical is_CONE (const ENTITY *ent)
 Determines if an ENTITY is a CONE.
logical is_conical_face (const ENTITY *ent)
 Determines if an ENTITY is a conical face; that is, a FACE whose underlying geometry is a cone.
logical is_connected_body (const ENTITY *ent)
 Determines if an ENTITY is a connected BODY.
logical is_CURVE (const ENTITY *ent)
 Determines if an ENTITY is a CURVE.
logical is_curve_edge (const ENTITY *ent)
 Determines if an ENTITY is a EDGE with a CURVE.
logical is_cylinder (const surface *surf)
 This composite test checks for a cone that is cylindrical and circular.
logical is_cylindrical_face (const ENTITY *ent)
 Determines if an ENTITY is a cylindrical face; that is, a FACE whose underlying geometry is a cylindrical cone.
logical is_EDGE (const ENTITY *ent)
 Determines if an ENTITY is an EDGE.
logical is_ellipse (const curve *crv)
 Determines if a curve is an ellipse.
logical is_ELLIPSE (const ENTITY *ent)
 Determines if an ENTITY is an ELLIPSE.
logical is_elliptical_edge (const ENTITY *ent)
 Determines if an ENTITY is an elliptical edge; that is, an EDGE whose underlying geometry is an ellipse.
logical is_FACE (const ENTITY *ent)
 Determines if an ENTITY is a FACE.
logical is_helical_edge (const ENTITY *ent)
 Determines if an ENTITY is a helical edge; that is, an EDGE whose underlying geometry is a helix.
logical is_helix (const curve *crv)
 Determines if a curve is a helix.
logical is_HELIX (const ENTITY *ent)
 Determines if an ENTITY is a HELIX.
logical is_intcurve (const curve *crv)
 Determines if a curve is an intcurve.
logical is_INTCURVE (const ENTITY *ent)
 Determines if an ENTITY is an INTCURVE.
logical is_intcurve_edge (const ENTITY *ent)
 Determines if an ENTITY is an intcurve edge; that is, an EDGE whose underlying geometry is an intcurve.
logical is_linear_edge (const ENTITY *ent)
 Determines if an ENTITY is a linear edge; that is, an EDGE whose underlying geometry is a straight.
logical is_LOOP (const ENTITY *ent)
 Determines if an ENTITY is a LOOP.
logical is_LUMP (const ENTITY *ent)
 Determines if an ENTITY is a LUMP.
logical is_mixed_body (const ENTITY *ent)
 Determines if an ENTITY is a mixed BODY.
logical is_PCURVE (const ENTITY *ent)
 Determines if an ENTITY is a PCURVE.
logical is_planar_face (const ENTITY *ent)
 Determines if an ENTITY is a planar face; that is, a FACE whose underlying geometry is a plane.
logical is_plane (const surface *surf)
 Determines if a surface is a plane.
logical is_PLANE (const ENTITY *ent)
 Determines if an ENTITY is a PLANE.
logical is_SHELL (const ENTITY *ent)
 Determines if an ENTITY is a SHELL.
logical is_solid_body (const ENTITY *ent)
 Determines if an ENTITY is a solid BODY.
logical is_sphere (const surface *surf)
 Determines if a surface is a sphere.
logical is_SPHERE (const ENTITY *ent)
 Determines if an ENTITY is a SPHERE.
logical is_spherical_face (const ENTITY *ent)
 Determines if an ENTITY is a spherical face; that is, a FACE whose underlying geometry is a sphere.
logical is_spline (const surface *surf)
 Determines if a surface is a spline.
logical is_SPLINE (const ENTITY *ent)
 Determines if an ENTITY is a SPLINE.
logical is_spline_face (const ENTITY *ent)
 Determines if the ENTITY is a spline face; that is, a FACE whose underlying geometry is a spline.
logical is_straight (const curve *crv)
 Determines if a curve is a straight.
logical is_STRAIGHT (const ENTITY *ent)
 Determines if an ENTITY is a STRAIGHT.
logical is_SUBSHELL (const ENTITY *ent)
 Determines if an ENTITY is a SUBSHELL.
logical is_SURFACE (const ENTITY *ent)
 Determines if an ENTITY is a SURFACE.
logical is_toroidal_face (const ENTITY *ent)
 Determines if the ENTITY is a toroidal face; that is, a FACE whose underlying geometry is a torus.
logical is_torus (const surface *surf)
 Determines if a surface is a torus.
logical is_TORUS (const ENTITY *ent)
 Determines if an ENTITY is a TORUS.
logical is_VERTEX (const ENTITY *ent)
 Determines if the ENTITY is a VERTEX.
logical is_WIRE (const ENTITY *ent)
 Determines if an ENTITY is a WIRE.
logical is_wire_body (const ENTITY *ent)
 Determines if an ENTITY is a wire BODY.

Detailed Description