Click or drag to resize

File3dmDisplacementSetSubItemOn Method

Sets the override for displacement 'on'. face_index is the index of the face on the polysurface/SubD.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.0
Syntax
public void SetSubItemOn(
	int face_index,
	bool on
)

Parameters

face_index
Type: SystemInt32

[Missing <param name="face_index"/> documentation for "M:Rhino.FileIO.File3dmDisplacement.SetSubItemOn(System.Int32,System.Boolean)"]

on
Type: SystemBoolean

[Missing <param name="on"/> documentation for "M:Rhino.FileIO.File3dmDisplacement.SetSubItemOn(System.Int32,System.Boolean)"]

See Also