Table of Contents

Interface ILinearAndRoundStlResolutionHost

Namespace
Hi.Geom
Assembly
HiGeom.dll

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

double

LinearResolution_mm

Gets or sets the linear resolution in millimeters.

double LinearResolution_mm { get; set; }

Property Value

double