Share

Face.IsCyclic Property

Indicates whether the underlying surface is periodic in the specified parametric direction.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool this[
	int paramIdx
] { get; }

Parameters

paramIdx  Int32
Use 0 for U coordinates and 1 for V coordinates.

Return Value

Boolean
True if the underlying surface is cyclic in the specified coordinate space; otherwise, false.

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when an incorrect coordinate dimension is supplied.

See Also

Reference

Was this information helpful?