View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
ID | Project | Category | View Status | Date Submitted | Last Update |
0030442 | Community | [OCCT] OCCT:Mesh | public | 2019-01-12 08:37 | 2020-10-23 19:29 |
|
Reporter | eryar | |
Assigned To | oan | |
Priority | normal | Severity | minor | |
Status | new | Resolution | open | |
Platform | Windows | OS | VC++ 2013 | OS Version | 64 bit |
Product Version | [OCCT] 7.3.0 | |
Target Version | [OCCT] 7.6.0* | Fixed in Version | | |
|
Summary | 0030442: Mesh - broken triangulation on pipe shape |
Description | BRepMesh broken for pipe shape, see the picture.
The points.txt data as follow:
3
3d
0 0 0
6000 6000 6000
9000 1000 3000
|
Steps To Reproduce |
pload ALL
# 1. Approx a curve from points as a spine curve;
# 2. Make a circle as profile;
# 3. Pipe the circle along the spine;
# 4. Display the pipe in 3d viewer.
bsmooth aSmoothCurve 1.0 d:/points.txt
circle aCircle 0 0 0 1 1 1 20
mkedge aSpineEdge aSmoothCurve
mkedge aProfileEdge aCircle
wire aSpineWire aSpineEdge
wire aProfileWire aProfileEdge
pipe aPipe aSpineWire aProfileWire
vdisplay aPipe
vfit
|
Tags | No tags attached. |
|
Test case number | |
|
Attached Files | pipe mesh broken.PNG (55,863 bytes) 2019-01-12 08:37
points.txt (46 bytes) 2019-01-12 08:38 |
|