M_Rhino_Geometry_BrepFace_SetDomain - mcneel/rhinocommon-api-docs GitHub Wiki

BrepFace.SetDomain Method

Sets the surface domain of this face.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public override bool SetDomain(
	int direction,
	Interval domain
)

VB

Public Overrides Function SetDomain ( 
	direction As Integer,
	domain As Interval
) As Boolean

Parameters

 

direction
Type: System.Int32
Direction of face to set (0 = U, 1 = V).
domain
Type: Rhino.Geometry.Interval
Domain to apply.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

BrepFace Class
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️