Share

VertexPositionNormal 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: 26.1.0.0 (26.1.0.34)

Syntax

C#

public class VertexPositionNormal : Vertex

The VertexPositionNormal type exposes the following members.

Constructors

 NameDescription
Public methodVertexPositionNormal Constructs the vertex from a point and a normal vector.

Properties

 NameDescription
Public propertyIsValidObject Specifies whether the .NET object represents a valid Revit entity.
(Inherited from Vertex)
Public propertyNormal The vertex's normal vector.
Public propertyPosition The vertex's position.

Methods

 NameDescription
Public methodDispose
(Inherited from Vertex)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetSizeInFloats Gets the amount of storage that the vertex takes up in a buffer, measured in floats.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)

Remarks

Since these vertices do not have a color their color is obtained from the EffectInstance

See Also

Reference

Was this information helpful?