Method GetFaceSphereSurface
GetFaceSphereSurface(ElementItemId, out Frame3D, out double)
Gets the sphere surface attached to a face.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 7, 0, 0)]
void GetFaceSphereSurface(ElementItemId inFaceId, out Frame3D outFrame, out double outRadius)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementItemId | inFaceId | Identifier of the face to analyze. |
| Frame3D | outFrame | Sphere frame. |
| double | outRadius | Sphere radius. |
Remarks
This method is available since v7.7.