Face.IsCyclic
Property
Description:
Indicates whether the underlying surface is periodic in the specified parametric direction.
Indicates whether the underlying surface is periodic in the specified parametric direction.
Parameters
Parameter | Type | Description |
---|---|---|
paramIdx | Int32 | Use 0 for U coordinates and 1 for V coordinates. |
Return Value
Type | Description |
---|---|
Boolean | True if the underlying surface is cyclic in the specified coordinate space; otherwise, false. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | Thrown when an incorrect coordinate dimension is supplied. |