SurfaceSurfaceIntersectorConfigurationsEquality Operator

Equality operator for the SurfaceSurfaceIntersectorConfigurations structure. Checks whether specified intersector configurations are equal.

Namespace: Teigha.Geometry
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public static bool operator ==(
        SurfaceSurfaceIntersectorConfigurations a,
        SurfaceSurfaceIntersectorConfigurations b
)

Parameters

a  SurfaceSurfaceIntersectorConfigurations
[in] Left operand.
b  SurfaceSurfaceIntersectorConfigurations
[in] Right operand.

Return Value

Boolean
true if all the following conditions are met: * Configurations for first surfaces to the left of intersections are equal * Configurations for second surfaces to the left of intersections are equal * Configurations for first surfaces to the right of intersections are equal * Configurations for second surfaces to the right of intersections are equal * Intersection types are equal * Intersection dimensions are equal
See Also

©  Bricsys NV. All rights reserved.