Class SearchBodyParameters
Inheritance
System.Object
SearchBodyParameters
Namespace:ESAPIX.Facade.API
Assembly:cs.temp.dll.dll
Syntax
public class SearchBodyParameters : SerializableObject, Xml.Serialization.IXmlSerializable
Constructors
SearchBodyParameters()
Declaration
public SearchBodyParameters()
SearchBodyParameters(Object)
Declaration
public SearchBodyParameters(dynamic client)
Parameters
Type |
Name |
Description |
System.Object |
client |
|
Properties
FillAllCavities
Declaration
public bool FillAllCavities { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
KeepLargestParts
Declaration
public bool KeepLargestParts { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LowerHUThreshold
Declaration
public int LowerHUThreshold { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MREdgeThresholdHigh
Declaration
public int MREdgeThresholdHigh { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
MREdgeThresholdLow
Declaration
public int MREdgeThresholdLow { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
NumberOfLargestPartsToKeep
Declaration
public int NumberOfLargestPartsToKeep { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreCloseOpenings
Declaration
public bool PreCloseOpenings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PreCloseOpeningsRadius
Declaration
public double PreCloseOpeningsRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
PreDisconnect
Declaration
public bool PreDisconnect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PreDisconnectRadius
Declaration
public double PreDisconnectRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Smoothing
Declaration
public bool Smoothing { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SmoothingLevel
Declaration
public int SmoothingLevel { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
LoadDefaults()
Declaration
public void LoadDefaults()