Click or drag to resize

RegionExtension Class

Provides extension methods for the Region type.
Inheritance Hierarchy
System.Object
  Gile.AutoCAD.R20.Geometry.RegionExtension

Namespace:  Gile.AutoCAD.R20.Geometry
Assembly:  GeometryExtensionsR20 (in GeometryExtensionsR20.dll) Version: 2.2.0.0 (2.2.0.0)
Syntax
public static class RegionExtension

The RegionExtension type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCentroid
Gets the Centroid of the Region (WCS coordinates).
Public methodStatic memberElevation
Gets the distance of the Region's plane from the WCS origin.
Public methodStatic memberGetCurves
Gets the curves constituting the boundaries of the region.
Public methodStatic memberGetCurvesByLoop
Gets the curves constituting the boundaries of the region by loop.
Public methodStatic memberGetHatchLoops
Gets the hatch loops data for the supplied region.
Public methodStatic memberGetPointContainment
Gets the PointContainment of the region for the supplied point.
Top
See Also