Show / Hide Table of Contents

Interface IDualSurfaceCurve

Namespace: CADability
Assembly: CADability.dll
Syntax
public interface IDualSurfaceCurve

Properties

| Improve this Doc View Source

Curve2D1

Declaration
ICurve2D Curve2D1 { get; }
Property Value
Type Description
ICurve2D
| Improve this Doc View Source

Curve2D2

Declaration
ICurve2D Curve2D2 { get; }
Property Value
Type Description
ICurve2D
| Improve this Doc View Source

Curve3D

Declaration
ICurve Curve3D { get; }
Property Value
Type Description
ICurve
| Improve this Doc View Source

Surface1

Declaration
ISurface Surface1 { get; }
Property Value
Type Description
ISurface
| Improve this Doc View Source

Surface2

Declaration
ISurface Surface2 { get; }
Property Value
Type Description
ISurface

Methods

| Improve this Doc View Source

GetCurveOnSurface(ISurface)

Declaration
ICurve2D GetCurveOnSurface(ISurface onThisSurface)
Parameters
Type Name Description
ISurface onThisSurface
Returns
Type Description
ICurve2D
| Improve this Doc View Source

Split(Double)

Declaration
IDualSurfaceCurve[] Split(double v)
Parameters
Type Name Description
System.Double v
Returns
Type Description
IDualSurfaceCurve[]
| Improve this Doc View Source

SwapSurfaces()

Declaration
void SwapSurfaces()
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX