IBrepFaceSetDomain Method
Sets the surface domain of this face.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
bool 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
- direction Int32
- Direction of face to set (0 = U, 1 = V).
- domain IInterval
- Domain to apply.
Booleantrue on success, false on failure.