Interface IPolarResolution2d
- Namespace
- Hi.Geom.Resolution
- Assembly
- HiGeom.dll
Interface for objects that control STL resolution parameters for both linear and angular measurements.
public interface IPolarResolution2d
- Extension Methods
Properties
AngleResolution_deg
Gets or sets the angular resolution in degrees.
double AngleResolution_deg { get; set; }
Property Value
AngleResolution_rad
Gets or sets the angular resolution in radians.
double AngleResolution_rad { get; set; }
Property Value
LinearResolution_mm
Gets or sets the linear resolution in millimeters.
double LinearResolution_mm { get; set; }