<Code Lib>
M

AnalyticalSurfaceBase.IsOuterContourValid

Description:
Checks if contour is valid for this Analytical Surface.
Remarks:
This method verifies if the contour is valid for a planar Analytical Surface or for a curved Analytical Panel.

public bool IsOuterContourValid(
	CurveLoop contour
)

  • contour
    The curve loop to be checked.
Return Value Boolean Returns true if curve loop is ok, false otherwise.

Loading…