Click or drag to resize

Region Class

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: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Region

The Region type exposes the following members.

Constructors
 NameDescription
Public methodRegion Default constructor
Top
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