RelaxISPlugin_TransferFunctionSuitableForEpsOnlyData Property |
If set to true it signals, that the normalized value is calculated correctly from
Eps'/Eps'' values, when an Area of 1/Eps0 and a Thickness of 1 is assumed
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual bool SuitableForEpsOnlyData { get; }
Public Overridable ReadOnly Property SuitableForEpsOnlyData As Boolean
Get
Dim instance As RelaxISPlugin_TransferFunction
Dim value As Boolean
value = instance.SuitableForEpsOnlyData
Return Value
BooleanTrue, if the Transfer Function is suitable, false if not
See Also