<Code Lib>
2027 Method
Changes 0
M

CurveByPointsUtils.GetFaceRegions

Description:
Gets the FaceRegions in the existing face.

public static IList<Reference> GetFaceRegions(
	Document cda,
	Reference referenceOfFace
)

  • cda
    The Document.
  • referenceOfFace
    The Reference of the existing face.
Return Value IList<Reference> The FaceRegions in the existing face, or an empty collection if no FaceRegions are found.

Loading…