View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0024615 | Community | OCCT:Visualization | public | 2014-02-10 19:05 | 2015-11-17 17:45 |
| Reporter | baraujo | Assigned To | bugmaster | ||
| Priority | normal | Severity | minor | ||
| Status | closed | Resolution | no change required | ||
| Platform | Windows | OS | VC++ 2010 | ||
| Product Version | 6.7.0 | ||||
| Fixed in Version | 6.9.0 | ||||
| Summary | 0024615: Bug modifying shading aspect (boundary edge width) | ||||
| Description | I add a new shape and modify its shading aspect. Everything works OK except the line width. If you create a new ShadingAspect and set it, it seems to work but if you edit it, it doesn't work. | ||||
| Steps To Reproduce | aNewShape->Attributes()->SetFaceBoundaryDraw(Standard_True); aNewShape->Attributes()->FaceBoundaryAspect()->SetColor(Quantity_NOC_BLACK); aNewShape->Attributes()->FaceBoundaryAspect()->SetTypeOfLine(Aspect_TOL_SOLID); aNewShape->Attributes()->FaceBoundaryAspect()->SetWidth(2.0); // This line doesn't seem to work | ||||
| Tags | No tags attached. | ||||
| Test case number | |||||
|
|
> If you create a new ShadingAspect and set it, it seems to work but if you edit it, it doesn't work. this is API misuse - when custom aspect is needed you have to define it. Some improvements (making current API more clear) have been done in scope of #0025773. |
|
|
Dear bugmaster, please close the issue. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2014-02-10 19:05 | baraujo | New Issue | |
| 2014-02-10 19:05 | baraujo | Assigned To | => san |
| 2015-11-17 16:30 | kgv | Note Added: 0048300 | |
| 2015-11-17 16:30 | kgv | Assigned To | san => bugmaster |
| 2015-11-17 16:30 | kgv | Status | new => feedback |
| 2015-11-17 16:30 | kgv | Resolution | open => no change required |
| 2015-11-17 16:30 | kgv | Steps to Reproduce Updated | |
| 2015-11-17 16:44 | kgv | Note Added: 0048303 | |
| 2015-11-17 17:45 | bugmaster | Status | feedback => closed |
| 2015-11-17 17:45 | bugmaster | Fixed in Version | => 6.9.0 |