Browsing all articles in News

AnyCAD Editor 2011

Posted Posted by anycad in News     Comments No comments
Dec
27

AnyCAD Editor is a 3d modeling & programming tool, and it also support customized parameters. Programming means that you need to write code to generate geometries, parameter means you can add your own parameters to control the the shape of your geometry. Does it sound complex? No, it’s very simple to use.

Here are the steps to use AnyCAD Editor:

Case 1: script only

Use BrepTools to generate geometry and assign to theShape object. See sample 2.

Case 2: Parameter & Script

Add parameters, use the parameter to create the geometry. See sample 1.

read more

AnyCAD Viewer 2011

Posted Posted by anycad in News     Comments 6 comments
Dec
14

AnyCAD Viewer is a free viewer for 3d models.You can use this simple tool to view the geometries freely. AnyCAD Viewer 2011 supports the popular 3d model file formats such as STL, STEP,IGES,3DS. More formates will be added in the near future.

AnyCAD Viewer 2011 supports the popular 3d model file formats such as STL, STEP,IGES,3DS

Please let us know what kinds of format do you want AnyCAD Viewer to support.

AnyCAD Editor Sample 1

Posted Posted by anycad in Help, News     Comments 1 comment
Dec
9

This sample demonstrates how to build a cylinder geometry and apply the fillet feature on it.

1. Add Parameters

Open the Parameter Manager dialog, add three double parameters: Height, Radius, Angle.

2. Write the script:



aBrepTool=BrepTools();
aHeightParam = theParameterSet:FindParameter(“Height”)
aAngleParam = theParameterSet:FindParameter(“Angle”)
aRadiusParam = theParameterSet:FindParameter(“Radius”)
aShape=aBrepTool:MakeCylinder(Vector3(0,0,0), Vector3(0,0,1), aRadiusParam:AsDouble(), aHeightParam:AsDouble(), aAngleParam:AsDouble())
theShape = aBrepTool:Fillet(aShape, 5)

3. Run

anycad.editor.sample

PS:

This sample is based on AnyCAD Editor 2011

AnyCAD Editor 2011

Posted Posted by anycad in Download, News     Comments 1 comment
Dec
8

read more

AnyCAD.Free.1.3 中文版

Posted Posted by anycad in Download, News     Comments No comments
Nov
29

read more

The Smart Bearing Builder

Posted Posted by anycad in News     Comments No comments
Jun
9

This video demostrates the application of AnyCAD on bearing builder:
* Select Bearing type
* Input the usage conditions
* Compute the bearing model parameters
* Generate the 3d models

 AnyCAD Bearing Builder

The Olympic Nest Building

Posted Posted by anycad in News     Comments No comments
Jun
6

This is The Olympic Nest Building model, which is read into AnyCAD.

This DXF model contains 1689 polygons.

AnyCAD.Free.1.2.ENU has been released!

Posted Posted by anycad in News     Comments No comments
Jun
5

AnyCAD Free supports Parametric Modeling
•3D: Sphere, Box, Cylinder, Cone
•2D: Line, Rectangle, Arc, Arch, Circle, Spline, Polygon
•Feature: Extrude, Loft, Chamfer, Sweep, Revol
•Boolean: Common, Cut, Fuse
•Inserte Images: JPG, PNG, BMP, TIFF
Visualization
•Display Mode: Wireframe, Shade, HLR
•3D Camera
•Customized Background
Data Exchange
•STEP
•IGES
•STL
•3DS

dotNet API

Posted Posted by AnyCAD in News     Comments No comments
May
14

Use AnyCAD dotNet API to access AnycAD model
Build a standlone dotNet application.

Preview the dotNet API document:

ACIS OpenCASCADE SketchUp Ogre3d VTK AutoCAD SKP IGES STEP SAT DWG DWF DXF STL free viewer editor freeware 3d model