SpacingRuleBeltMeasurement Property |
On a curved surface, BeltMeasurement specifies where the
grid's distances are measured.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic double BeltMeasurement { get; set; }
Public Property BeltMeasurement As Double
Get
Set
public:
property double BeltMeasurement {
double get ();
void set (double value);
}
member BeltMeasurement : float with get, set
Property Value
Double
Exceptions
Remarks
On a conical surface, the distance between the radial gridlines is
not constant. To interpret the Distance property, a circumferential
gridline is taken as the "belt." Distance is then measured along
the belt. The BeltMeasurement property gives the location of the
belt relative to the extremes of the surface. The belt is used
whenever gridlines are not parallel. It defaults to 0.5.
See Also