<Code Lib>
M

AnalyticalSurfaceBase.SetOuterContour

Description:
Sets the Curve Loop that defines the geometry of the Analytical Surface element.
Remarks:
Curve Loop must be planar and not self-intersecting.

public void SetOuterContour(
	CurveLoop outerContour
)

  • outerContour
    New Curve Loop for the Analytical Surface element.

Loading…