VertexPositionNormal Class


Vertex Position Normal Class

A geometry vertex specified as a position in space with a normal vector.
Inheritance Hierarchy
System Object
Autodesk.Revit.DB.DirectContext3D Vertex
Autodesk.Revit.DB.DirectContext3D VertexPositionNormal

Namespace: Autodesk.Revit.DB.DirectContext3D
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class VertexPositionNormal : Vertex

The VertexPositionNormal type exposes the following members.

Constructors
Name Description
Public method VertexPositionNormal Constructs the vertex from a point and a normal vector.
Top
Properties
Name Description
Public property IsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from Vertex )
Public property Normal The vertex's normal vector.
Public property Position The vertex's position.
Top
Methods
Name Description
Public method Dispose
(Inherited from Vertex )
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object )
Public method GetHashCode Serves as the default hash function.
(Inherited from Object )
Public method Static member GetSizeInFloats Gets the amount of storage that the vertex takes up in a buffer, measured in floats.
Public method GetType Gets the Type of the current instance.
(Inherited from Object )
Public method ToString Returns a string that represents the current object.
(Inherited from Object )
Top
Remarks
Since these vertices do not have a color their color is obtained from the EffectInstance
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →