CurveBooleanRegions Methods |
The CurveBooleanRegions type exposes the following members.
Name | Description | |
---|---|---|
BoundaryCount |
Returns the number of boundary curves in a curve region.
| |
Dispose |
Actively reclaims unmanaged resources that this instance uses.
| |
Dispose(Boolean) |
This method is called with argument true when class user calls Dispose(),
while with argument false when the Garbage Collector invokes the finalizer,
or Finalize() method. You must reclaim all used unmanaged resources in both cases,
and can use this chance to call Dispose on disposable fields if the argument is true.
Also, you must call the base virtual method within your overriding method.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
PlanarCurve |
Returns a planar curve that was calculated by Curve.CreateBooleanRegions.
| |
RegionCurves |
Returns the boundary curves in a curve region. A curve region is a collection of
curves that bound a single connected region of the plane. Note, the first curve
is always the outer boundary.
| |
RegionPointIndex |
If this object were created using the Curve.CreateBooleanRegions override that
accepts a collection of points as input, then you this method to retrieve the
index of the point contained in a curve region.
If this.RegionPointIndex(i) = n, then points[i] is contained in this.RegionCurves(n).
If points[i] is not in any region, then this.RegionPointIndex(i) = -1.
| |
SegmentCount |
Returns the number of segments in a boundary curve in a curve region.
| |
SegmentDetails |
Returns the details of a segment in a boundary curve in a curve region.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |