Functions | |
void | Draw_3D_Cylinder (HT_Rendition *nr, HT_Cylinder *cylinder) |
void | Draw_3D_Ellipse (HT_Rendition *nr, HT_Ellipse *ellipse) |
void | Draw_3D_Elliptical_Arc (HT_Rendition *nr, HT_Elliptical_Arc *ellipse) |
void | Draw_3D_Geometry (HT_Rendition *nr, HT_Geometry *geo) |
void | Draw_3D_Grid (HT_Rendition *nr, HT_Grid *grid) |
void | Draw_3D_Image (HT_Rendition *nr, HT_Image *image) |
void | Draw_3D_Infinite_Line (HT_Rendition *nr, HT_Polyline *polyline) |
void | Draw_3D_Marker (HT_Rendition *nr, HT_Marker *marker) |
void | Draw_3D_Mesh (HT_Rendition *nr, HT_Polyhedron *mesh) |
void | Draw_3D_NURBS_Curve (HT_Rendition *nr, HT_Nurbs_Curve *nurbssurf) |
void | Draw_3D_NURBS_Surface (HT_Rendition *nr, HT_Nurbs_Surface *nurbssurf) |
void | Draw_3D_PolyCylinder (HT_Rendition *nr, HT_Polycylinder *polycyl) |
void | Draw_3D_Polyedge (HT_Rendition *nr, HT_Polyedge *polyedge) |
void | Draw_3D_Polygon (HT_Rendition *nr, HT_Polygon *polygon) |
void | Draw_3D_Polyline (HT_Rendition *nr, HT_Polyline *polyline) |
void | Draw_3D_Polymarker (HT_Rendition *nr, HT_Polymarker *polymarker) |
void | Draw_3D_Polyhedron (HT_Rendition *nr, HT_Polyhedron *polyhedron) |
void | Draw_3D_Shell (HT_Rendition *nr, HT_Polyhedron *shell) |
void | Draw_3D_Sphere (HT_Rendition *nr, HT_Sphere *sphere) |
void | Draw_3D_Text (HT_Rendition *nr, HT_Text *text) |
void | Draw_3D_Tristrip (HT_Rendition *nr, HT_Tristrip *tristrip) |
|
Draws the cylinder modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d cylinder" callback point. |
|
Draws the ellipse modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d ellipse" callback point. |
|
Draws the elliptical arc modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d elliptical arc" callback point. |
|
Draws the geometry modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d geometry" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.RESTRICTIONS
|
|
Draws the grid modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d grid" callback point. |
|
Draws the image modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d image" callback point. |
|
Draws the infinite line modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d infinite line" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|
|
Draws the marker modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d marker" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|
|
Draws the mesh modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d mesh" callback point. |
|
Draws the NURBS curve modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d nurbs curve" callback point. |
|
Draws the NURBS surface modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d nurbs surface" callback point. |
|
Draws the polycylinder modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d polycylinder" callback point. |
|
Draws the polyedge modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d polymarker" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|
|
Draws the polygon modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d polygon" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|
|
Draws the polyline modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d polyline" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|
|
Draws the polymarker modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d polymarker" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|
|
Draws the polyhedron modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d polyhedron" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|
|
Draws the shell modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d shell" callback point. |
|
Draws the sphere modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d sphere" callback point. |
|
Draws the text modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d text" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|
|
Draws the tristrip modified during a callback.
DETAILSThis is the standard drawing method for the corresponding "draw 3d tristrip" callback point.NOTESGeometry elements are drawn with respect to object coordinates, which are the coordinates use for inserting elements with the New_(geometry) routines.
|