Show / Hide Table of Contents

    Interface ITrimmedCurve<TBasis>

    A trimmed curve.

    Namespace: Elements.Geometry.Interfaces
    Assembly: Hypar.Elements.dll
    Syntax
    public interface ITrimmedCurve<TBasis>
        where TBasis : ICurve
    Type Parameters
    Name Description
    TBasis

    Properties

    BasisCurve

    The basis curve for this trimmed curve.

    Declaration
    TBasis BasisCurve { get; }
    Property Value
    Type Description
    TBasis