isAlmostEqual Method

test for exact structure and nearly identical geometry.

  • Leaf classes must implement !!!
  • base class implementation recurses through children.
  • base implementation is complete for classes with children and no properties.
  • classes with both children and properties must implement for properties, call super for children.

isAlmostEqual(other: GeometryQuery): boolean

Parameter Type Description
other GeometryQuery  

Defined in

Last Updated: 23 April, 2020