Constructs the vertex from a point and a normal vector.
Namespace: Autodesk.Revit.DB.DirectContext3DAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public VertexPositionNormal(
XYZ position,
XYZ normal
)
Parameters
- position XYZ
-
The vertex's position.
- normal XYZ
-
The vertex's normal vector.
Exceptions
See Also
Reference