TopographySurfaceCreate(Document, IListXYZ, IListPolymeshFacet) Method |
Note: This API is now obsolete.
Namespace: Autodesk.Revit.DB.ArchitectureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax[ObsoleteAttribute("This method is deprecated in Revit 2024 with the introduction of the new Toposolid elements. It is recommended that Toposolid elements should be used in place of TopographySurface elements.")]
public static TopographySurface Create(
Document document,
IList<XYZ> points,
IList<PolymeshFacet> facets
)
<ObsoleteAttribute("This method is deprecated in Revit 2024 with the introduction of the new Toposolid elements. It is recommended that Toposolid elements should be used in place of TopographySurface elements.")>
Public Shared Function Create (
document As Document,
points As IList(Of XYZ),
facets As IList(Of PolymeshFacet)
) As TopographySurface
public:
[ObsoleteAttribute(L"This method is deprecated in Revit 2024 with the introduction of the new Toposolid elements. It is recommended that Toposolid elements should be used in place of TopographySurface elements.")]
static TopographySurface^ Create(
Document^ document,
IList<XYZ^>^ points,
IList<PolymeshFacet^>^ facets
)
[<ObsoleteAttribute("This method is deprecated in Revit 2024 with the introduction of the new Toposolid elements. It is recommended that Toposolid elements should be used in place of TopographySurface elements.")>]
static member Create :
document : Document *
points : IList<XYZ> *
facets : IList<PolymeshFacet> -> TopographySurface
Parameters
- document Document
-
- points IListXYZ
-
- facets IListPolymeshFacet
-
Return Value
TopographySurface
See Also