SUBSYSTEM OVERVIEW
PINT Creation (PICR) Subsystem
The PICR subsystem provides creation functions for creating Parasolid (PINT) PDElib model entities. These functions will only allow valid entities to be created. This is done to insure proper translation. For the most part these functions are used internally by the PPIR and PGDX subsystems.
PICR FUNCTIONS LISTED BY PINT TF
PINT_ASSEMBLY: picr_Assembly.c PINT_AUX_LIST: picr_AuxList.c PINT_AXIS1: picr_Axis1.c PINT_AXIS2: picr_Axis2.c PINT_BCURVE: picr_BCurve.c PINT_BSURFACE: picr_BSurface.c PINT_BLEND_SURFACE: picr_BlendSurface.c PINT_BODY: picr_Body.c PINT_CIRCLE picr_Circle.c PINT_CONE: picr_Cone.c PINT_CYLINDER picr_Cylinder.c PINT_EDGE: picr_Edge.c PINT_ELLIPSE: picr_Ellipse.c PINT_FACE: picr_Face.c PINT_FIN: picr_Fin.c PINT_LINE: picr_Line.c PINT_LOOP: picr_Loop.c PINT_OFFSET_SURFACE: picr_OffsetSurface.c PINT_PARAMETERS: picr_Parameters.c PINT_PLANE: picr_Plane.c PINT_REGION: picr_Region.c PINT_SPCURVE: picr_SPCurve.c PINT_SHELL: picr_Shell.c PINT_SPHERE: picr_Sphere.c PINT_SPUN_SURFACE: picr_SpunSurface.c PINT_SWEPT_SURFACE: picr_SweptSurface.c PINT_TRCURVE: picr_TRCurve.c PINT_TORUS: picr_Torus.c PINT_VERTEX: picr_Vertex.c