eap
bc9732c239
PAL13460 (force the mesh to go through a point)
...
add SMDSAbs_ElementType arg to NbInverseNodes()
2007-02-28 09:13:32 +00:00
eap
02e939b150
PAL13460 (PAL EDF 301 force the mesh to go through a point)
...
Provide usual access to data:
+ virtual int NbNodes() const;
+ const std::vector<int> & GetQuanities() const { return myQuantities; }
+ virtual const SMDS_MeshNode* GetNode(const int ind) const;
+ SMDS_ElemIteratorPtr uniqueNodesIterator() const;
+ SMDS_ElemIteratorPtr elementsIterator(SMDSAbs_ElementType type) const;
2007-02-21 16:53:55 +00:00
eap
2a7c806788
PAL13460 (PAL EDF 301 force the mesh to go through a point)
...
add NbInverseNodes()
2007-02-21 16:50:39 +00:00
eap
7cb53eb2a5
[Bug NPAL14335] EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script
...
Optimize performance of FindFace() and FindEdge()
2007-01-09 12:13:09 +00:00
eap
943384c960
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
...
1) protect FindFace() from access to NULL nodes
2) fix FindFace() for polygons
2006-12-29 16:26:27 +00:00
eap
b2b776353a
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
...
add GetAllExistingEdges() and GetAllExistingFaces()
2006-12-29 14:39:29 +00:00
eap
d2cde5340a
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
...
use GetInverseElementIterator(type) instead of node->facesIterator ()
and node->edgesIterator() to avoid infinite recursion from
volume->facesIterator()
2006-12-29 14:36:25 +00:00
eap
7dad29749c
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
...
add optional SMDSAbs_ElementType arg to GetInverseElementIterator()
2006-12-29 14:27:54 +00:00
eap
8c74c25d2c
NPAL14335 (EDF 344 SMESH : "ERROR : Iterator not implemented " when loading a script)
...
Implement iterator on faces and edges
2006-12-29 14:25:10 +00:00
eap
7a9f3cc854
PAL14419 (IMP: a filter predicate to find nodes/elements lying on any
...
kind of geom surface needed)
BelongToGenSurface predicate created
2006-12-29 09:20:05 +00:00
eap
7e07caff33
PAL13473 (Build repetitive mesh)
...
Add static int NbCornerNodes(VolumeType type)
2006-12-06 14:50:39 +00:00
eap
686d2fa85d
PLEIADES. fix WrapperIndex(index) for negative index
2006-08-03 05:59:03 +00:00
jfa
c63ee099ad
Join modifications from branch BR_DEBUG_3_2_0b1
2006-06-01 11:39:17 +00:00
jfa
57b43b4d01
Join modifications from branch OCC_debug_for_3_2_0b1
2006-05-06 08:51:48 +00:00
jfa
4ff5bd6154
Join modifications from branch OCC_development_for_3_2_0a2
2006-03-13 15:29:49 +00:00
smh
2754c581d3
Copyrights update
2005-12-05 16:31:55 +00:00
eap
52f87e4dea
IMP 10199 (add Volume Control). Implement GetSize(). Add GetVolumeType() of instance
2005-10-10 14:38:24 +00:00
eap
365fd031c5
IMP 10199 (add Volume Control). Add GetVolumeType() of instance
2005-10-10 14:37:11 +00:00
szy
d9d247d43d
Windows porting
2005-08-31 10:10:42 +00:00
szy
42c7eb97f9
Windows porting
2005-08-30 12:57:02 +00:00
sln
bbfbac1990
GetElementType method added
2005-08-23 08:58:58 +00:00
eap
5a053fbfd0
fix compilation error
2005-06-15 05:31:12 +00:00
eap
5467bb25d4
PAL9163. Fix GetFaceNormal() for badly shaped quadrangles
2005-06-14 10:19:12 +00:00
smh
c38c10811a
SMH: Preparation version 3.0.0 - merge (HEAD+POLYWORK)
2005-06-07 13:22:20 +00:00
san
e465982eeb
Implementation of new pattern mapping algorthm (mesh refinement)
2005-01-20 14:44:17 +00:00
admin
090aff0726
Merge with OCC_development_01
2005-01-20 06:25:54 +00:00
admin
e4737e85f0
Merge with version on tag OCC-V2_1_0d
2004-12-01 10:48:31 +00:00
yfr
c3bf92bd87
DCQ : Merge with Ecole_Ete_a6.
2004-06-18 08:34:31 +00:00
jrt
9fad60b470
Fix bug SMESH5512 (Crash on DEBIAN woody, V1_4_0b).
2004-03-23 09:48:58 +00:00
jrt
7b70ad87bf
Merge br_enable_import_mesh. Enable import mesh and save/load SMESH study.
2004-03-15 18:42:16 +00:00
jrt
642ed0a836
Fix a bug (crash when adding an hexahedron from ids).
2004-02-02 16:43:59 +00:00
jrt
fad0769be8
[Bug SMESH4830] bug in instal with gcc 2.95. Bug fixed.
...
Note: SGI say that <algorithm> is requiered to use set_intersection (see http://www.sgi.com/tech/stl/set_intersection.html ).
2004-01-05 09:05:43 +00:00
jrt
81ed9b4662
Fix/implement removeNode, removeEdge, removeFace, removeVolume and removeElement
2003-10-22 15:28:19 +00:00
jrt
e02efafc15
Fix a bug. Quadrangles were added as triangles.
2003-10-17 16:31:14 +00:00
jrt
bef8537764
Keep compatible with gcc 2
2003-09-23 14:33:41 +00:00
jrt
5eead45ced
Freshly added file
2003-09-22 12:23:34 +00:00
jrt
e0b529896b
Add HexahedronOfNodes and Tria3OfNodes to improve performance
2003-09-12 15:12:19 +00:00
jrt
aa64a62c43
Fix bug. Was always printing 8 nodes
2003-09-12 15:11:29 +00:00
jrt
4ea4ccf36f
Add support for tetra, pyramid and prism
2003-09-08 15:04:54 +00:00
jrt
00c069f8d4
Add some comments
2003-09-08 13:41:48 +00:00
jrt
888669652e
Some forgotten return statments
2003-09-05 12:19:11 +00:00
jrt
145c89df59
Change API to use pointer on elements and no longer ID of elements
2003-09-05 10:20:27 +00:00
jrt
c914dd6b70
Remove no longer needed files
2003-09-04 14:50:14 +00:00
jrt
484fe83a97
New DS implementation
2003-09-03 17:30:36 +00:00
jrt
13b8c20dfc
Remove Opencascade dependencies
2003-09-03 17:29:04 +00:00
jrt
355ad71d20
comments
2003-09-03 17:21:56 +00:00
jrt
ec6221e48c
Add iterator classes
2003-09-03 17:21:40 +00:00
jrt
760467780f
Remove wok files. Comment no longer needed files
2003-09-03 17:16:58 +00:00
jrt
8d51808a8f
Add needed class for the new DS
2003-09-03 17:09:43 +00:00
yfr
007c019133
yfr : Merge with v1.2
2003-07-10 09:49:12 +00:00