SubComponent_MaterialPropsOrthotropicSolveInstance Method

This function will be called (successively) from within the ComputeData method of this component.

Definition

Namespace: Karamba.GHopper.Materials
Assembly: karamba (in karamba.dll) Version: 1.0.0+eb23a7103f0eca0b6d808121e15fec6899194e15
C#
public override void SolveInstance(
	IGH_DataAccess da,
	out string msg,
	out GH_RuntimeMessageLevel level
)

Parameters

da  IGH_DataAccess
Data Access object. Use this object to retrieve data.
msg  String
The error message.
level  GH_RuntimeMessageLevel
The runtime level.

See Also