le
>> the function of the various 'hypotheses' and the general nature of how the
>> api works?
>>
>> --
>> *From:* pythonocc-users-boun...@gna.org [mailto:
>> pythonocc-users-boun...@gna.org] *On Behalf Of *Thomas Paviot
>> *Se
#x27;hypotheses' and the general nature of how the
> api works?
>
> --
> *From:* pythonocc-users-boun...@gna.org [mailto:
> pythonocc-users-boun...@gna.org] *On Behalf Of *Thomas Paviot
> *Sent:* Friday, March 19, 2010 3:47 AM
> *To:* pytho
mailing list.
Subject: Re: [Pythonocc-users] Meshing Question
Hi Thomas, Dave,
This discussion needs some precision: the SMESH* modules are there to create
FEM meshes.
I think what Dave is looking for is meshes the represent the BREP geometry,
right?
Here's a snippet how you can acces
alf Of Thomas Paviot
Sent: Friday, March 19, 2010 3:47 AM
To: pythonOCC users mailing list.
Subject: Re: [Pythonocc-users] Meshing Question
Hi Dave,
The meshing features for SMESH are available from the following python
modules: SMESH, SMDS, SMDSAbs, SMEHSDS, StdMeshers, DriverDAT, DriverUNV.
The a
Hi Thomas, Dave,
This discussion needs some precision: the SMESH* modules are there to create
FEM meshes.
I think what Dave is looking for is meshes the represent the BREP geometry,
right?
Here's a snippet how you can access the triangulation of a face.
Note that triangulation are build in OCC
Hi Dave,
The meshing features for SMESH are available from the following python
modules: SMESH, SMDS, SMDSAbs, SMEHSDS, StdMeshers, DriverDAT, DriverUNV.
The api documentation can be browsed at:
http://api.pythonocc.org/toc-OCC.SMESH-module.html
http://api.pythonocc.org/toc-OCC.StdMeshers-module.h
Ok, nevermind this question, i found a starting point in the Level1\SMESH
samples.
However, I cannnot seem to find any documentation to help me understand
these objects. I looked at the website, apidoc. Is the API published
somewhere?
On Thu, Mar 18, 2010 at 8:08 PM, Dave Cowden wrote:
> Hi,
Hi, everyone:
I have a qq about meshing. I have been struggling for several weeks now
with a filling algorithm. I have an idea I might be able to use a mesh of a
face to make my algo easier.
I investigated the built-in BRepMesh functionality, but realized quickly
that those triangulate surfac