 | IAdaptiveMeshingAfterFailAction Property |
Gets or sets action taken after adaptive meshing fails.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxAdaptiveMeshingAfterFailAction AfterFailAction { get; set; }Property AfterFailAction As AdaptiveMeshingAfterFailAction
Get
Set
Dim instance As IAdaptiveMeshing
Dim value As AdaptiveMeshingAfterFailAction
value = instance.AfterFailAction
instance.AfterFailAction = value
Property Value
Type:
AdaptiveMeshingAfterFailAction
See Also