Calculate 2d (X and Y components of returned vector) vertical normal at given station.
Namespace: Autodesk.Revit.DB.Infrastructure
Assembly: Autodesk.CivilAlignments.DBApplication (in Autodesk.CivilAlignments.DBApplication.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2021.1
Syntax
C# |
---|
public XYZ GetVCurveNormalAtStation(
double station
) |
Visual Basic |
---|
Public Function GetVCurveNormalAtStation ( _
station As Double _
) As XYZ |
Visual C++ |
---|
public:
XYZ^ GetVCurveNormalAtStation(
double station
) |
Parameters
- station
- Type: System..::..Double
Alignment station to calculate 2d vertical normal for, in Revit internal model units (standard Imperial feet).
Return Value
2d (X and Y components of returned vector) vertical normal at given station.
See Also