Struct ToLookLimits
- Namespace
 - Mech3DotNet.Reader.Mw
 
- Assembly
 - Mech3DotNet.dll
 
public struct ToLookLimits : IConvertOperation<LookLimits>
  - Implements
 
- Inherited Members
 
Methods
Convert(ReaderValue, IEnumerable<string>)
public static LookLimits Convert(ReaderValue value, IEnumerable<string> path)
  Parameters
valueReaderValuepathIEnumerable<string>
Returns
ConvertTo(ReaderValue, IEnumerable<string>)
Apply the operation to the ReaderValue.
This method is not usually called manually, but is called when the operation is applied to a Query.
public LookLimits ConvertTo(ReaderValue value, IEnumerable<string> path)
  Parameters
valueReaderValuepathIEnumerable<string>
Returns
Operators
operator /(Query, ToLookLimits)
public static LookLimits operator /(Query query, ToLookLimits op)
  Parameters
queryQueryopToLookLimits