Hallo geraldo,
zu diesem Thema habe ich einen PR (PR-05795043) gefunden.
The reason why the entire block does not display in two views is that the length of the diagonal in those views, which determines the extenf of the bounding box, exceeds the default value of UGII_MAX_FIT_BOX_SIZE (265000 mm), which is the largest value which NX will accept as the valid size of a bounding box. The use of this environment variable was added recently (NX 4.0.1) to avoid having a object with an unreasonably large bounding box cause a fit operation to reduce the model to a dot or almost a dot.
To remedy this, set UGII_MAX_FIT_BOX_SIZE=350000 which works for this specific part. If you do not want to be concerned with this at all, set UGII_MAX_FIT_BOX_SIZE=1000000 which is the largest possible value. All of these values are in mm, so the largest value is 1 km, which is the Parasolid limit for model size.
Hoffe das hilft dir weiter.
Thöme
Eine Antwort auf diesen Beitrag verfassen (mit Zitat/Zitat des Beitrags) IP