Article | 70002324 |
Type | Wish |
Product | Engine |
Version | 1002 |
Date Added | 3/11/2023 12:00:00 AM |
Fixed | 10.1003.0.3 (3/11/2023 12:00:00 AM) |
Submitted by | Alessio Francioso |
Summary
getBoundaryPoly not to remove inline points
Solution
In version 1003.0.3 a new implementation of getBoundaryPoly was added
Vertexes getBoundaryPoly(gPoint origin, vdDocument document, vdEntities entities, double equality, System.Windows.Forms.Keys CancelActionKey, BoundaryPolyFlags Flags)
Passed Flags can be one of the following values
None = 0,// None of the below values.
Flat2d = 1,// If exist include entities in any elevation else assume elevation 0.
IgnoreHatchedEntities = 2,// If exist hatched filled entities will be exluded from input entities.
RemoveInlinePoints = 4,// If exist remove points that are inline from result boundary Vertexes.