Skip to content

Commit

Permalink
reconcile IfcMapConversion.TargetCRSOnlyProjected
Browse files Browse the repository at this point in the history
  • Loading branch information
SergejMuhic committed Jul 17, 2024
1 parent bfdebca commit d97d884
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,10 @@ _XAxisAbscissa_ it provides the direction of the local x axis within the horizon
<Documentation>Scale to be used, when the units of the CRS are not identical to the units of the engineering coordinate system. If omited, the value of 1.0 is assumed.</Documentation>
</DocAttribute>
</Attributes>
<WhereRules>
<DocWhereRule Name="TargetCRSOnlyProjected" UniqueId="ac9fb308-c18a-436f-8ec4-d0591f1dca67">
<Expression>&apos;IFCREPRESENTATIONRESOURCE.IFCPROJECTEDCRS&apos; IN TYPEOF(SELF\IfcCoordinateOperation.TargetCRS)</Expression>
</DocWhereRule>
</WhereRules>
</DocEntity>

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<DocAttribute Name="Height" UniqueId="caad8793-db34-4377-b751-b1591d8f3fe3" DefinedType="IfcLengthMeasure" AttributeFlags="1">
<Documentation>Translation above (positive) or below (negative) the coordinate surface.

>NOTE In case of _IfcGeographicCRS_, _Height_ is a translation relative to the geodetic datum ellipsoid's surface. In case of a _IfcProjectedCRS_, _Height_ is a translation relative to the vertical datum.</Documentation>
&gt;NOTE In case of _IfcGeographicCRS_, _Height_ is a translation relative to the geodetic datum ellipsoid&apos;s surface. In case of a _IfcProjectedCRS_, _Height_ is a translation relative to the vertical datum.</Documentation>
</DocAttribute>
</Attributes>
<WhereRules>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ A rigid operation specifies an offset in the coordinate reference system. It doe

>EXAMPLE If data is in truncated map coordinates (i.e., the map coordinates have the leading digits removed in x and y), then IfcRigidOperation simply translates the data in x and y to replace the ignored leading digits. This is also known as subtraction.
>HISTORY New entity in IFC4X3_ADD1
>HISTORY New entity in IFC4X3_ADD1

0 comments on commit d97d884

Please sign in to comment.