Show / Hide Table of Contents

Class SurfaceHelper

Inheritance
System.Object
SurfaceHelper
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: CADability.GeoObject
Assembly: CADability.dll
Syntax
public class SurfaceHelper

Methods

| Improve this Doc View Source

AdjustPeriodic(ISurface, BoundingRect, ICurve2D)

Declaration
public static void AdjustPeriodic(ISurface surface, BoundingRect bounds, ICurve2D cv2d)
Parameters
Type Name Description
ISurface surface
BoundingRect bounds
ICurve2D cv2d
| Improve this Doc View Source

BoundingCurves(ISurface, BoundingRect)

Declaration
public IEnumerator<ICurve> BoundingCurves(ISurface srf, BoundingRect ext)
Parameters
Type Name Description
ISurface srf
BoundingRect ext
Returns
Type Description
System.Collections.Generic.IEnumerator<ICurve>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX