View Issue Details

IDProjectCategoryView StatusLast Update
0023383Open CASCADEOCCT:Visualizationpublic2012-11-16 13:18
ReportersanAssigned Toaba 
PrioritynormalSeveritytext 
Status closedResolutionfixed 
PlatformAOSL 
Product Version6.5.3 
Target Version6.5.4Fixed in Version6.5.4 
Summary0023383: Bugs in CDL documentation of visualization classes
Description1. Graphic3d_Structure.cdl:

    SetDisplayPriority ( me : mutable;
                 Priority : Integer from Standard )
    ---Level: Public
    ---Purpose: Modifies the order of displaying the structure.
    -- Values are between 0 et 10.
    -- The priority 10 being displayed first.
    -- The default value is 5

"et" should be replaced with "and". Also it should be written that the structures are drawn according to their display priorities in ascending order so the structures with display priority 10 are drawn the last and appear over the others.

2. V3d_View.cdl:

    SetViewingVolume ( me : mutable ; Left, Right, Bottom, Top, ZNear, ZFar : Real from Standard)
        ---Level: Public
        ---Purpose: Sets Z and XY size of the view according to given values
    -- with respecting the initial view depth (eye position)

It should be written here that the width/height aspect ratio should be preserved by the caller of this method similarly to SetSize() to avoid unexpected visual results like non-uniform scaling of the objects in the view.
TagsNo tags attached.
Test case numberNot needed

Activities

aba

2012-10-24 11:13

developer   ~0021916

CDL documentations for SetDisplayPriority in Graphic3d_Structure.cdl and for SetViewingVolume in V3d_View.cdl were corrected.

aba

2012-10-24 11:16

developer   ~0021917

The Git branch CR23383 is ready to be reviewed.
Please review.

aba

2012-10-25 11:50

developer   ~0021936

Small corrections were made in Graphic3d_Structure and V3d_View CDL documentations.

san

2012-10-26 23:33

developer   ~0021977

Branch CR23383 reviewed without remarks, ready for testing.

apn

2012-10-31 12:46

administrator   ~0022031

Dear BugMaster,
Branch CR23383 (and products from GIT master) was compiled on Linux and Windows platforms and tested.

Regression:
Not detected

Improvements:
Not detected

Testing case:
Not needed

Related Changesets

occt: master 9edc5e12

2012-11-02 12:02:19

aba

Details Diff
0023383: Bugs in CDL documentation of visualization classes

Added lines in CDL documentation for SetDisplayPriority and SetViewingVolume.
Affected Issues
0023383
mod - src/Graphic3d/Graphic3d_Structure.cdl Diff File
mod - src/V3d/V3d_View.cdl Diff File

Issue History

Date Modified Username Field Change
2012-08-15 20:50 san New Issue
2012-08-15 20:50 san Assigned To => san
2012-08-15 20:53 san Description Updated
2012-10-23 15:13 abv Assigned To san => ilv
2012-10-23 15:13 abv Status new => assigned
2012-10-24 10:06 abv Assigned To ilv => aba
2012-10-24 11:13 aba Note Added: 0021916
2012-10-24 11:16 aba Note Added: 0021917
2012-10-24 11:16 aba Status assigned => resolved
2012-10-24 11:17 aba Assigned To aba => san
2012-10-25 11:50 aba Note Added: 0021936
2012-10-26 23:33 san Note Added: 0021977
2012-10-26 23:33 san Assigned To san => bugmaster
2012-10-26 23:33 san Status resolved => reviewed
2012-10-31 12:46 apn Note Added: 0022031
2012-10-31 12:46 apn Test case number => Not needed
2012-10-31 12:46 apn Status reviewed => tested
2012-11-06 19:02 aba Changeset attached => occt master 9edc5e12
2012-11-06 19:02 aba Assigned To bugmaster => aba
2012-11-06 19:02 aba Status tested => verified
2012-11-06 19:02 aba Resolution open => fixed
2012-11-16 13:13 bugmaster Fixed in Version => 6.5.4
2012-11-16 13:18 bugmaster Status verified => closed