coons-patch
    Preparing search index...

    Interface BoundingCurves

    Interface representing the boundary curves of a surface patch.

    interface BoundingCurves {
        top: Curve;
        bottom: Curve;
        left: Curve;
        right: Curve;
    }
    Index

    Properties

    Properties

    top: Curve
    bottom: Curve
    left: Curve
    right: Curve