<Code Lib>
2023 Method
Changes 0
M

FabricationPart.IsSameAs

Description:
Compare this fabrication part with the part passed and checks the pattern dimensions and options. A list of fields that can be ignored in the comparison check can be specified.

public bool IsSameAs(
	FabricationPart part,
	IList<FabricationPartCompareType> ignoreFields
)

Return Value bool Returns true if the fabrication parts are the same.

Loading…