| Revit 2021 API |
| VertexPositionNormal Members |
| VertexPositionNormal Class Constructors Methods Properties See Also |
The VertexPositionNormal type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| VertexPositionNormal |
Constructs the vertex from a point and a normal vector.
|
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from Vertex.) | |
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetSizeInFloats |
Gets the amount of storage that the vertex takes up in a buffer, measured in floats.
| |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
(Inherited from Vertex.) | |
| Normal |
The vertex's normal vector.
| |
| Position |
The vertex's position.
|