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.2.419.0 (24.2.419.0)
Syntax public bool UseCellAreaForWeight { get; set; }
Public Property UseCellAreaForWeight As Boolean
Get
Set
public:
property bool UseCellAreaForWeight {
bool get ();
void set (bool value);
}
member UseCellAreaForWeight : bool with get, set
Property Value
Type:
BooleanRemarks The input grid must have a grid cell. If this is then the existing grid point's weight is used.
See Also