You are here: Start » EdgeScanParams3D Structure
EdgeScanParams3D Structure
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.Types.dll |
This structure contains parameters of surface edge scanning process. Instance of this structure should be customized and passed as a parameter to surface edge scanning related functions.
Constructors
| Constructor | Description | |
|---|---|---|
| EdgeScanParams3D(ProfileInterpolationMethod, Single, Single, SurfaceEdgeTransition) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| Default | Avl.EdgeScanParams3D | Gets a default instance of the EdgeScanParams3D. | |
| EdgeTransition | Avl.SurfaceEdgeTransition | ||
| Empty | Avl.EdgeScanParams3D | Gets an empty instance of the EdgeScanParams3D. | |
| MinMagnitude | System.Single | ||
| ProfileInterpolation | Avl.ProfileInterpolationMethod | ||
| SmoothingStdDev | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(Avl.EdgeScanParams3D) | ||
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
