<Code Lib>
2027 Method
Changes 0
M

DividedPath.AreCurveReferencesConnected

Description:
This checks if the references represent a connected set of curves as required by the divided path.

public static bool AreCurveReferencesConnected(
	Document document,
	IList<Reference> curveReferences
)

Return Value Boolean True if the arguments passed the checks, false otherwise.

Loading…