 |
PDF Page Counter COM Component |
|
The com component will quickly tell you how many pages are in a pdf file without the need for acrobat, ideal for web sites that serve pdf content.
Example .asp, vb & vc++ code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("PDFPAGECOUNT.PDFPages.1")
dim pages
pages = Obj.GetPages("C:\yourpdf.pdf" ) |
|
 |
OBJ Import for 3D Studio MAX |
|
OBJ Import for 3D Studio MAX is a plug-in for 3D Studio MAX. This plug-in gives 3D Studio MAX the ability to import geometric data from ASCII Alias Wavefront OBJ files.
OBJ files contain solids which are made up of 3 or 4 sided faces. OBJ Import for 3D Studio MAX converts these faces into a single 3D Studio Mesh object and adds it to the contents of the currently opened model. |
|
 |
OBJ Import for AutoCAD |
|
OBJ Import for AutoCAD is a plug-in for AutoCAD 2000, 2000i, 2002 and 2004. This plug-in gives AutoCAD the ability to import geometric data from ASCII Alias|Wavefront OBJ files.
OBJ Import for AutoCAD is very easy to use. It adds a new command to AutoCAD called "OBJIN". Simply type "OBJIN" at the AutoCAD command prompt and select an OBJ file to import. |
|
 |
OBJ Export for AutoCAD |
|
OBJ Export for AutoCAD is a plug-in for AutoCAD 2000, 2000i, 2002 and 2004. This plug-in gives AutoCAD the ability to export geometric data from AutoCAD to Alias|Wavefront OBJ files.
OBJ Export for AutoCAD is very easy to use. It adds a new command to AutoCAD called "OBJOUT". Simply type "OBJOUT" at the AutoCAD command prompt and select the entities to export. |
|
 |
OBJ Import for Rhino |
|
OBJ Import for Rhino is a plug-in for Rhino. This plug-in gives Rhino the ability to import graphical data from ASCII Alias|Wavefront OBJ files.
OBJ Import for Rhino is very easy to use as it adds a new file type to the Rhino File Open dialog box. To import an OBJ file select Open from the File menu. Select "Wavefront Files (*.obj)" from the "File of type" combo box and select an OBJ file to import. |
|
 |
Folder Size COM Component |
|
The com component will quickly tell you how much disk space a folder is taking up, this also includes subfolders under the root folder, ideal for web sites that serve document/image content.
Example .asp code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("GETFOLDERSIZE.GetSize.1")
dim sz, files, folders
sz = Obj.GetSize("c:\inetpub\" )
files = Obj.files
folders = Obj.folders |
|
 |
TIFF Page Counter COM Component |
|
The com component will quickly tell you how many pages are in a tiff file, ideal for web sites that serve tiff content.
Example .asp code included
simple ASP example of usage:-
Set Obj = Server.CreateObject("TIFFPAGECOUNTCOM.CTIFFPageCount.1")
dim pages
pages = Obj.GetPages("C:\yourtif.tif" ) |
|
 |
Pictomod3d |
|
Pictomod3D creates textured 3D mesh models from images of real objects. It takes either a rotated scan of an object or a few images from arbitrary angles, and outputs 3D objects in Wavefront OBJ or DirectX X file format. Pictomod3D is for rapid prototyping of new models and for people who want to create models. Use images of a rotated toy, or views of an object taken from arbitrary angles. Choose your output resolution, up to 128 000 polygons. |
|
 |
OBJ Export for SolidWorks |
|
OBJ Export for SolidWorks is a plug-in for SolidWorks. This plug-in gives SolidWorks the ability to export graphical data to ASCII Alias|Wavefront OBJ files.
OBJ Export for SolidWorks is very easy to use as it adds a new file type to the SolidWorks File Save As dialog box. To export an OBJ file select an OBJ file from the "File-Save As" dialog box. |
|
 |
OBJ Import for SolidWorks |
|
OBJ Import for SolidWorks is a plug-in for SolidWorks. This plug-in gives SolidWorks the ability to import graphical data from ASCII Alias|Wavefront OBJ files.
OBJ Import for SolidWorks is very easy to use as it adds a new file type to the SolidWorks File Open dialog box. To import a OBJ file select an OBJ file from the "File-Open" dialog box. |
|
 |
Area Editor |
|
Area file editor for ROM and SMAUG area files. Easy-to-use GUI interface lets you view each room, mobile and object in a "tree view" on the left-hand side of the screen. Clicking on each item shows details about it, which can then be edited. You can set attributes for rooms, mobiles etc. using checkboxes, rather than having to add up large numbers. You can also add, delete or duplicate things in the area. There is a cross-reference feature. |
|