 | AnisotropicDefinitionSigma Property |
Gets/Sets the anisotropic conductivity tensor.
Namespace: ema3d.Api.V25.Core.DefinitionsAssembly: ema3d.Api.V25 (in ema3d.Api.V25.dll) Version: 0.0.0.0
Syntaxpublic Tensor33 Sigma { get; set; }
Public Property Sigma As Tensor33
Get
Set
public:
property Tensor33 Sigma {
Tensor33 get ();
void set (Tensor33 value);
}
member Sigma : Tensor33 with get, set
Property Value
Tensor33
See Also