Click or drag to resize

IBrepFaceSetDomain Method

Sets the surface domain of this face.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
bool SetDomain(
	int direction,
	IInterval domain
)

Parameters

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

Return Value

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