Gets the minimcal enclosing circle of the patch.
Namespace: SphericalAssembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)
Syntax
C# |
---|
public Halfspace Mec { get; set; } |
Visual C++ |
---|
public: virtual property Halfspace Mec { Halfspace get () sealed; void set (Halfspace value) sealed; } |
F# |
---|
abstract Mec : Halfspace with get, set override Mec : Halfspace with get, set |