Method GetFaceSurfaceRange
GetFaceSurfaceRange(ElementItemId, out bool, out double, out double, out bool, out double, out double)
Gets the parametric range of the surface attached to a face.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 10, 300, 60)]
void GetFaceSurfaceRange(ElementItemId inFaceId, out bool outIsUPeriodic, out double outUMin, out double outUMax, out bool outIsVPeriodic, out double outVMin, out double outVMax)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inFaceId | Identifier of the face to analyze. |
| bool | outIsUPeriodic | Whether the surface parameterization in U-periodic. |
| double | outUMin | Minimum U parametric value, or main U-period start if U-periodic. |
| double | outUMax | Maximum U parametric value, or main U-period end if U-periodic. |
| bool | outIsVPeriodic | Whether the surface parameterization in V-periodic. |
| double | outVMin | Minimum V parametric value, or main V-period start if V-periodic. |
| double | outVMax | Maximum V parametric value, or main V-period end if V-periodic. |
Remarks
This method is available since v7.10.300.60.