Click or drag to resize

BrepFaceSetDomain Method

Sets the surface domain of this face.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public override bool SetDomain(
	int direction,
	Interval domain
)

Parameters

direction
Type: SystemInt32
Direction of face to set (0 = U, 1 = V).
domain
Type: Rhino.GeometryInterval
Domain to apply.

Return Value

Type: Boolean
true on success, false on failure.
See Also