AnalyticalModelSupport
Description:
Represents one support for an Element, in the realm of the Analytical Model.
Represents one support for an Element, in the realm of the Analytical Model.
Remarks:
Analytical Support has been defined as if and how an Element is supported, by looking at the Analytical Models of Elements. There are different priorities of support, and different types of support. Additionally, even though an Element has supports, it may not be fully supported.
Analytical Support has been defined as if and how an Element is supported, by looking at the Analytical Models of Elements. There are different priorities of support, and different types of support. Additionally, even though an Element has supports, it may not be fully supported.
public class AnalyticalModelSupport : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| GetCurve() | Curve | Retrieves the curve providing support. |
| GetFace() | Face | Retrieves surface providing support, |
| GetPoint() | XYZ | Retrieves the point providing support. |
| GetPriority() | AnalyticalSupportPriority | Retrieves the priority of the support provided. |
| GetSupportingElement() | ElementId | Retrieves the actual Element Id providing support. |
| GetSupportType() | AnalyticalSupportType | Gets the type of support provided. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |