<Code Lib>
2027 Method
Changes 0
M

SolidUtils.IsValidForTessellation

Description:
Tests if the input solid or shell is valid for tessellation.

public static bool IsValidForTessellation(
	Solid solidOrShell
)

  • solidOrShell
    The solid or shell.
Return Value Boolean True if the solid or shell is valid for tessellation, false otherwise.

Loading…