Table of Contents

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

value ReaderValue
path IEnumerable<string>

Returns

LookLimits

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

value ReaderValue
path IEnumerable<string>

Returns

LookLimits

Operators

operator /(Query, ToLookLimits)

public static LookLimits operator /(Query query, ToLookLimits op)

Parameters

query Query
op ToLookLimits

Returns

LookLimits