上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 43 下一页
摘要: Abstract. OpenCASCADE introduce a new class Graphic3d_Camera for the Visualization module. The camera class provides object-oriented approach to setting up projection and orientation properties of 3D view. The paper use GLUT to test the function of the new Camera class. Key Words. OpenCASCADE, Camera, OpenGL, GLUT, Transformations 阅读全文
posted @ 2014-12-03 21:40 opencascade 阅读(1914) 评论(0) 推荐(1) 编辑
摘要: Abstract. The quaternions are members of a noncommutative division algebra first invented by William Rowan Hamilton. The idea for quaternions occurred to him while he was walking along the Royal Cannal on his way to a meeting of the Irish Academy, and Hamilton was so pleased with his discovery that he scratched the fundamental formula of quaternion algebra. There are several different ways we can express orientation and angular displacement in 3D. Here we discuss the three most important methods 阅读全文
posted @ 2014-11-29 19:26 opencascade 阅读(1453) 评论(0) 推荐(0) 编辑
摘要: Abstract. OpenCASCADE linear extrusion surface is a generalized cylinder. Such a surface is obtained by sweeping a curve (called the “extruded curve” or “basis”) in a given direction (referred to as the direction of extrusion and defined by a unit vector). The u parameter is along the extruded curve. The v parameter is along the direction of extrusion. The form of a surface of linear extrusion is generally a ruled surface. It can be a cylindrical surface, or a planar surface. Key Words. OpenC 阅读全文
posted @ 2014-11-23 16:52 opencascade 阅读(1594) 评论(0) 推荐(0) 编辑
摘要: Abstract. The sphere is the simplest topology shape of the BRep structure. But there are several import concept of the sphere edges, such as degenerated edge and seam edge. So construct a sphere by code, you will learn these. Key Words. OpenCASCADE, Sphere, BRep 阅读全文
posted @ 2014-11-22 17:57 opencascade 阅读(1326) 评论(1) 推荐(0) 编辑
摘要: Abstract. By making a simple box to demonstrate the BRep data structure of the OpenCASCADE. The construction method is different from BRepPrimAPI_MakeBox. In the paper construct the box from vertex, edge to solid, while in BRepPrimAPI_MakeBox from solid, shell to vertex. From the construction, the BRep data structure in OpenCASCADE also can be called the Winged-Edge data structure. Key Words. OpenCASCADE, BRep, Box, The Winged-Edge Structure 阅读全文
posted @ 2014-11-16 22:29 opencascade 阅读(1283) 评论(2) 推荐(1) 编辑
摘要: Abstract. BRep short for Boundary Representation. First give the definition of the BRep, then compare the BRep mode between OpenCASCADE and OpenNURBS. There are 3 main representation method: use face/edge/vertex to keep track all information in the solid model. The winged-edge data structure uses edges to keep track all information in the solid model. The paper focus on the BRep of OpenCASCADE and OpenNURBS. Key Words. OpenCASCADE, BRep, OpenNURBS, The Winged-edge Structure, 阅读全文
posted @ 2014-11-08 11:54 opencascade 阅读(1935) 评论(0) 推荐(0) 编辑
摘要: Abstract. The openNURBS Toolkit consists of C++ source code for a library that will read and write a openNURBS 3D model file(.3dm). More than 400 software development teams and applications including Rhinoceros, exchange 3-D models using the openNURBS (.3dm) file format. But there is no a simple viwer for 3dm on PC except Rhinoceros. So I want to develop a 3DM viewer based on OpenSceneGraph to visualize the 3DM file. Key Words. OpenNURBS, 3DM Viewer, OpenSceneGraph 阅读全文
posted @ 2014-11-04 21:37 opencascade 阅读(2053) 评论(0) 推荐(1) 编辑
摘要: Abstract. The OpenNURBS initiative provides CAD/CAM/CAE and computer graphics software developers the tools to accurately transfer 3D geometry between applications. The OpenNURBS C++ source code is clean and fairly simple. The OpenNURBS Toolkit is intended for use by C++ and .NET programmers. The toolkit includes complete source code to create a library that will read and write 3dm files. OpenCASCADE providing services for 3D surface and solid modeling, CAD data exchange, and visulization. Most 阅读全文
posted @ 2014-11-01 10:22 opencascade 阅读(2612) 评论(2) 推荐(0) 编辑
摘要: Abstract. A root-finding algorithm is a numerical method, or algorithm, for finding a value x such that f(x)=0, for a given function f. Such an x is called a root of the function f. In OpenCASCADE math package, implemente Newton-Raphson method to find the root for a function. The algorithm can be used for finding the extrema value for curve or surface, .i.e Point Inversion, find the parameter for a point on the curve or surface. The paper focus on the usage of OpenCASCADE method and its applicat 阅读全文
posted @ 2014-10-21 19:12 opencascade 阅读(1170) 评论(2) 推荐(1) 编辑
摘要: Abstract. DWG is a file format created in the 70’s for the emerging CAD applications. Currently it is the native file format of AutoCAD, a proprietary CAD program developed by Autodesk. Libredwg is a free C library to read and write DWG files. This program is part of GNU project, released under the aegis of GNU. The paper focus on the usage of Libredwg, and use the Libredwg to read a DWG file and output the entities of the DWG to Tcl script for OpenCASCADE Draw Test Harness visualization. Key 阅读全文
posted @ 2014-10-15 23:07 opencascade 阅读(2775) 评论(2) 推荐(0) 编辑
上一页 1 ··· 30 31 32 33 34 35 36 37 38 ··· 43 下一页