View Issue Details

IDProjectCategoryView StatusLast Update
0011272Open CASCADEOCCT:Visualizationpublic2012-01-13 18:33
ReportersanAssigned Tosan 
PrioritynormalSeverityfeature 
Status closedResolutionfixed 
OSAll 
Fixed in Version6.1.0 
Summary0011272: Incorrect comments in visualization CDL files
DescriptionAIS_InteractiveContext.cdl:
comment for SelectionColor(me:mutable;aCol:NameOfColor from Quantity);

            -- Returns the name of the color used to show selected entities.
            -- By default, this is Quantity_NOC_GRAY80.

should be replaced as follows:
            -- Sets the name of the color used to show selected entities.
            -- By default, this is Quantity_NOC_GRAY80.

Visual3d_View.cdl:
comment for SetTransform ( me : mutable;
               AMatrix : Array2OfReal from TColStd )

    ---Purpose: Modifies the view <me>.

should be made more precise:

     ---Purpose: Sets the transformation that is applied to MyViewOrientation
        --- field of this view.
Additional information
and documentation updates
Documentation remark, added by SAN 2006-01-18 09:47:43:

Modified entities:
AIS:
AIS_InteractiveContext.cdl

Visual3d:
Visual3d_View.cdl
TagsNo tags attached.
Test case number

Attached Files

  • san-OCC11272-v1.tar.gz (24,322 bytes)

Activities

2006-01-18 09:45

 

san-OCC11272-v1.tar.gz (24,322 bytes)

Issue History

Date Modified Username Field Change
2006-01-23 16:10 bugmaster Assigned To bugmaster => san
2006-01-23 16:10 bugmaster Status new => assigned
2006-01-23 16:10 bugmaster Status assigned => resolved
2006-01-23 16:11 bugmaster CC => imv
2006-01-30 13:34 bugmaster Status resolved => verified
2006-04-06 16:33 bugmaster Status verified => closed
2006-04-06 16:33 bugmaster Resolution @0@ => fixed
2011-08-02 11:24 bugmaster Category OCCT:VIZ => OCCT:Visualization
2012-01-13 18:33 atp Description Updated
2012-01-13 18:33 atp Additional Information Updated