M_Rhino_Geometry_BrepFace_SetDomain - mcneel/rhinocommon-api-docs GitHub Wiki
Sets the surface domain of this face.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public override bool SetDomain(
int direction,
Interval domain
)
VB
Public Overrides Function SetDomain (
direction As Integer,
domain As Interval
) As Boolean
- direction
- Type: System.Int32
Direction of face to set (0 = U, 1 = V). - domain
- Type: Rhino.Geometry.Interval
Domain to apply.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w