DiscussionsIssue archiveOCCT:Visualization

Archived issue #0000190

Loaded vertex is invisible in 2D viewer.

Open CASCADEOCCT:Visualizationclosed1 public note

Search issues

Description

Loaded vertex is invisible in 2D viewer in spite of that it is present in it.
(Requirement source files can be taken from attachment of OCC182)

Public activity

1 archived note

Participants are labeled by their role within this record.

01Commenter 1
Branch [archived branch] has been created by Participant.

[revision removed]


Detailed log of new commits:

Author: dkulikov
Date: Thu Apr 3 11:39:03 2025 +0100

    Duplicate cleaner is added to STEP writers.

Author: dkulikov
Date: Thu Apr 3 09:57:36 2025 +0100

    Fixing remarks

Author: dkulikov
Date: Wed Apr 2 16:19:52 2025 +0100

    Fixed broken compilation with clang/gcc

Author: dkulikov
Date: Wed Apr 2 16:02:50 2025 +0100

    Format fix

Author: dkulikov
Date: Fri Mar 28 17:33:02 2025 +0000

    Step Export - Graph optimization (decrease the file size) #0000190
    
    Functionality to remove duplicate entities from Step graph is added.
    Class MergeSTEPEntities_Merger is main entry point.
    Class MergeSTEPEntities_EntityProcessor implements the basic replacement
    logic.
    Children of MergeSTEPEntities_EntityProcessor implement the logic for
    the replacement of particular step entity.
    
    Google tests are added for new classes.