Show / Hide Table of Contents

Class Intersection

This class provides some static methods concerning the intersection of 3D IGeoObject objects. The class Curves also provides some inetersction methods of ICurve objects.

Inheritance
System.Object
Intersection
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 Intersection

Methods

| Improve this Doc View Source

Intersect(GeoObjectList, Plane)

Calculates intersection objects. The objects in the list toIntersect are intersected with the plane intersectWith.

Declaration
public static GeoObjectList Intersect(GeoObjectList toIntersect, Plane intersectWith)
Parameters
Type Name Description
GeoObjectList toIntersect

list of objects to intersect

Plane intersectWith

plane to intersect with

Returns
Type Description
GeoObjectList

intersection objects

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX