<Code Lib>
M

FabricationConfiguration.SeamExists

Description:
Checks to see if the specified seam exists in the fabrication database.

public bool SeamExists(
	int seamId
)

  • Int32
    seamId
    The seam identifier to check.
Return Value Boolean Returns true if the seam exists.

Loading…