Class TrimmedCurve<TBasis>
A trimmed curve.
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Elements.Geometry
Assembly: Hypar.Elements.dll
Syntax
public abstract class TrimmedCurve<TBasis> : BoundedCurve, ICurve, ITransformable<Curve>, IBoundedCurve, ITrimmedCurve<TBasis> where TBasis : ICurve
Type Parameters
Name | Description |
---|---|
TBasis |
Properties
BasisCurve
The basis curve for this bounded curve.
Declaration
[JsonIgnore]
public TBasis BasisCurve { get; protected set; }
Property Value
Type | Description |
---|---|
TBasis |