Click or drag to resize

Region Class

[This is preliminary documentation and is subject to change.]

Describes a planar, 2 dimensional region as defined by a series of X, Y coordinates that when plotted, form the region.
Inheritance Hierarchy
SystemObject
  CFX.StructuresRegion

Namespace:  CFX.Structures
Assembly:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class Region

The Region type exposes the following members.

Properties
  NameDescription
Public propertyRegionSegments
Collection of (X, Y) coordinates that when plotted form a planar region.
Public propertyStartPointX
X coordinate of first point in region outline
Public propertyStartPointY
Y coordinate of first point in region outline
Top
See Also