Return a surface point on either the top or bottom face of a floor slab corresponding to the vertical projection
of an arbitrary point in project space.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Syntax
| C# |
|---|
public XYZ GetVerticalProjectionPoint(
XYZ modelLocation,
FloorFace floorFace
) |
| Visual Basic |
|---|
Public Function GetVerticalProjectionPoint ( _
modelLocation As XYZ, _
floorFace As FloorFace _
) As XYZ |
| Visual C++ |
|---|
public:
XYZ^ GetVerticalProjectionPoint(
XYZ^ modelLocation,
FloorFace floorFace
) |
Return Value
Slab surface point for the vertically projected model point.
Remarks
See Also