Wall.GetWrappingLocationAsCurveParameter
Method
Description:
Gets the non-normalized (actual) curve parameter of the location.
Gets the non-normalized (actual) curve parameter of the location.
Remarks:
If the location is invalid, for example: wall doesn't have this location or the location is joined, this function throws ArgumentException.
If the location is invalid, for example: wall doesn't have this location or the location is joined, this function throws ArgumentException.
Parameters
Parameter | Type | Description |
---|---|---|
locationIndex | Int32 | 0 or 1 represents wall's end, other number represents the wrapping locations on vertical faces of openings or profiles. |
Return Value
Type | Description |
---|---|
Double | The non-normalized (actual) curve parameter value on the curve. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | This location is invalid for wrapping. |