Click or drag to resize

ExtrudedCentralBodyCoverageGridUseCellAreaForWeight Property

Gets or sets a value indicating whether the grid cell's surface area should be used as the weight.

Namespace:  AGI.Foundation.Geometry.Discrete
Assembly:  AGI.Foundation.Spatial (in AGI.Foundation.Spatial.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool UseCellAreaForWeight { get; set; }

Property Value

Type: Boolean
Remarks
The input grid must have a grid cell. If this is then the existing grid point's weight is used.
See Also