Coder Social home page Coder Social logo

dantreiman / opencascadelink Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wolframresearch/opencascadelink

0.0 0.0 0.0 498.49 MB

Open source package for OpenCascadeLink, which is bundled with Wolfram Language products as of version 12.1

License: Other

C++ 86.49% C 3.07% Mathematica 10.44%

opencascadelink's Introduction

OpenCascadeLink for the Wolfram Language

View notebooks

The Wolfram Language has built-in support for the Finite Element Method. OpenCascadeLink is a package that provides computational geometry functionality to generate 3D boundary meshes for the finite element method. OpenCascadeLink ships with version 12.1 and later versions of Wolfram Language deployments for the desktop, including Wolfram Desktop and Mathematica. In other words, if you just want to make use of OpenCascadeLink there is not need to clone this repository as OpenCascadeLink is already part of, for example, Mathematica. The current Documentation of OpenCascadeLink can be viewed online. If, on the other hand, you would like to add new functionality to OpenCascadeLink then you need this repository.

Installing and Updating the OpenCascadeLink release

The process of building OpenCascadeLink in part or full from source and subsequently installing it is documented in the notebook BuildOpenCascadeLink.nb

Using OpenCascadeLink

To access the documentation, open the notebook interface help viewer, and search for OpenCascadeLink.

OpenCascadeLink provides computational geometry functionality. Here is an example usage:

Needs["OpenCascadeLink`"]
shape1 = OpenCascadeShape[Ball[{1, 0, 0}]];
bmesh1 = OpenCascadeShapeSurfaceMeshToBoundaryMesh[shape1];
bmesh1["Wireframe"]

BallWireframe

Volumes and surfaces can be meshed.

SurfaceMeshOfVolume SurfaceMeshOfBSplineSurface

Sweeping and Boolean operations with material regions are supported.

Sweep Boolean

Fillets, champfers and shelling are supported.

Fillet Champfer Champfer

De-featuring is supported.

DeFeature1 DeFeature2

Importing of STEP files is supported.

STEP

More...

See the following files for more information:

opencascadelink's People

Contributors

ruebenko avatar ilian8 avatar jfultz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.