SurfaceSurfaceIntersectorConfigurationsInequality Operator

Inequality operator for the SurfaceSurfaceIntersectorConfigurations structure. Checks whether specified intersector configurations are not 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 at least one of the following conditions fails: * 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.