You are here: Start » AVL.NET » CircleFittingField Structure
CircleFittingField Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
The structure defines a ring-like field in which a circle will be fitted.
Constructors
| Constructor | Description | |
|---|---|---|
| CircleFittingField(Single, Single, Single, Single) | ||
| CircleFittingField(Point2D, Single, Single) | ||
| CircleFittingField(Circle2D) | ||
| CircleFittingField(Circle2D, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Axis | AvlNet.Circle2D | ||
| Default | AvlNet.CircleFittingField | ||
| IsDefault | System.Boolean | ||
| Width | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.CircleFittingField) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.CircleFittingField, AvlNet.CircleFittingField) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
