SolidUtils.ComputeIsTopologicallyClosed
Description:
Compute whether the input Solid is topologically closed.
Compute whether the input Solid is topologically closed.
Remarks:
A solid is topologically closed if every face has at least one edge loop and every edge is shared by exactly two faces. If the geometry contains multiple connected components, the function returns true if and only if every connected component is topologically closed.
A solid is topologically closed if every face has at least one edge loop and every edge is shared by exactly two faces. If the geometry contains multiple connected components, the function returns true if and only if every connected component is topologically closed.
public static bool ComputeIsTopologicallyClosed(
Solid geometry
)
-
A non-optional argument was null