Click or drag to resize

VisualAnalysisModeAdjustAnalysisMeshes Method

Interactively adjusts surface analysis meshes of objects using a Rhino built-in analysis mode.

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax
public static bool AdjustAnalysisMeshes(
	RhinoDoc doc,
	Guid analysisModeId
)

Parameters

doc
Type: RhinoRhinoDoc
The Rhino document.
analysisModeId
Type: SystemGuid
The id of the analysis mode.

Return Value

Type: Boolean
true if successful, false otherwise.
See Also