DiscussionsIssue archiveOCCT:Modeling Algorithms

Archived issue #0033500

Modeling Algorithms - BRepBuilderAPI_GTransform crash for brep with spline surface

CommunityOCCT:Modeling Algorithmsnew2 public notes

Search issues

Description

BRepBuilderAPI_GTransform crash at BRepBuilderAPI_NurbsConvert algorithm.

Steps to reproduce

1. load shape file: Attachment 1 (BREP)
2. construct any gp_GTrsf.
use algorithm: BRepBuilderAPI_GTransform

Public activity

2 archived notes

Participants are labeled by their role within this record.

01Author
Attachment 1 (BREP) (137,570 bytes)   
02Commenter 1
The issue in case if there are geometry and mesh together.
Originally it is better to remove mesh before transformation or separate them.
But Yes, it is a bug. I will plan to fix that issue.