GEM112 No duplicated points within an indexed poly curve - v1

001 | @implementer-agreement
002 | @GEM
003 | @version1
004 | Feature: GEM112 - No duplicated points within an indexed poly curve
005 | The rule verifies that all indexed poly curves will have no duplicate points.
006 | Two points are considered to be duplicates if the distance between them is less than
007 | the Precision factor of the applicable geometric context.
008 |
009 |   Scenario: Agreement on no duplicated points within an indexed poly curve
010 |
011 |     Given An .IfcIndexedPolyCurve.
012 |
013 |     Then It must have no consecutive points that are coincident after taking the Precision factor into account

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.7.1

2025-03-09

813b50ef

view