Get a divided surface for a given reference. Returns null if the reference does not host a divided surface.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static DividedSurface GetDividedSurfaceForReference(
Document document,
Reference faceReference
)
Parameters
- document Document
-
The document.
- faceReference Reference
-
Reference that represents a face.
Return Value
DividedSurface
The newly created divided surface.
Exceptions
See Also
Reference