Interface ILinearAndRoundStlResolutionHost
Interface for objects that control STL resolution parameters for both linear and angular measurements.
public interface ILinearAndRoundStlResolutionHost
- Extension Methods
Properties
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; }