View Issue Details

IDProjectCategoryView StatusLast Update
0031723CommunityOCCT:Modeling Algorithmspublic2020-08-20 15:12
Reporterabezotosniy Assigned Tomsv 
PrioritynormalSeverityminor 
Status newResolutionopen 
PlatformAMD64OSWindows 
Product Version7.3.0 
Summary0031723: After slight displacement of the profile, the sweep produce incorrect result.
DescriptionDepends on profile location the sweep produce correct/incorrect(self-intersect) result.
Steps To Reproduce# Path
vertex path_v1 0 1 0
vertex path_v2 0 1.5 5
vertex path_v3 0 1 9
edge path_e1 path_v1 path_v2
edge path_e2 path_v2 path_v3
wire path_w path_e1 path_e2

#Profile
# This works
# circle profile_circl 2 7 0 0 0 1 1
# Doesn't work
circle profile_circl 2 6 0 0 0 1 1
mkedge profile_e1 profile_circl
wire profile_w profile_e1

#Sweep
mksweep path_w
addsweep profile_w
buildsweep aSweep -C
vdisplay aSweep

# Visualization
vdisplay path_w
vdisplay profile_w
vsetdispmode aSweep 1
vfit
TagsNo tags attached.
Test case number

Attached Files

  • sweep.png (32,564 bytes)

Activities

abezotosniy

2020-08-20 15:12

reporter  

sweep.png (32,564 bytes)

Issue History

Date Modified Username Field Change
2020-08-20 15:12 abezotosniy New Issue
2020-08-20 15:12 abezotosniy Assigned To => msv
2020-08-20 15:12 abezotosniy File Added: sweep.png