|
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)
Syntaxbool SetDomain(
int direction,
IInterval domain
)
Function SetDomain (
direction As Integer,
domain As IInterval
) As Boolean
bool SetDomain(
int direction,
IInterval^ domain
)
abstract SetDomain :
direction : int *
domain : IInterval -> bool
Parameters
- direction
- Type: SystemInt32
Direction of face to set (0 = U, 1 = V). - domain
- Type: Karamba.GeometryIInterval
Domain to apply.
Return Value
Type:
Booleantrue on success, false on failure.
See Also