Click or drag to resize

DisplayPipelineAttributesGetSurfaceIsoApplyPattern Method

[Missing <summary> documentation for "M:Rhino.Display.DisplayPipelineAttributes.GetSurfaceIsoApplyPattern(System.Boolean@,System.Boolean@,System.Boolean@)"]

Namespace:  Rhino.Display
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.6
Syntax
public void GetSurfaceIsoApplyPattern(
	out bool u,
	out bool v,
	out bool w
)

Parameters

u
Type: SystemBoolean
Gets mode in the u direction
v
Type: SystemBoolean
Gets mode in the v direction
w
Type: SystemBoolean
Gets mode in the w direction
See Also