Click or drag to resize

ISurfaceDomain Method

Gets the domain in a direction.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
IInterval Domain(
	int direction
)

Parameters

direction
Type: SystemInt32
0 gets first parameter, 1 gets second parameter.

Return Value

Type: IInterval
An interval value.
See Also