2020 Class
Changes 0
C

VertexPosition

Description:
A geometry vertex specified as a position in space.
Remarks:
Since these vertices do not have a color their color is obtained from the EffectInstance
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.DirectContext3D.Vertex
    Autodesk.Revit.DB.DirectContext3D.VertexPosition
public class VertexPosition : Vertex
Name Return Type Description Inherited From
C VertexPosition(XYZ) None Constructs the vertex from a point.
Name Return Type Description Inherited From
M GetSizeInFloats() int Gets the amount of storage that the vertex takes up in a buffer, measured in floats.
M Dispose() None Releases all resources used by the Vertex
Name Return Type Description Inherited From
P Position XYZ The vertex's position.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. Vertex