| Article | 70002821 |
| Type | Wish |
| Product | Engine |
| Date Added | 1/13/2026 12:00:00 AM |
| Fixed | 11.5.20 (1/15/2026 12:00:00 AM) |
| Submitted by | Graham Parker |
Summary
Open OBJ files to a single polyface
Solution
In version 11.5.4 a new property OBJImportProperties of vdDocument.FileProperties was added
Get/Set the OBJ import properties used when opening a OBJ file
It can get one of the following values:
OBJImportPropertiesFlags.Default : None of the extra values supported. It is the default value vdDocument.FileProperties.OBJImportProperties
OBJImportPropertiesFlags.MergePolyfaces : Merge all obj items to a single vdPolyface. Note that this can increase memory usage by 15%
