RVTDocs.com

VertexPositionNormal

Constructor
Description:
Constructs the vertex from a point and a normal vector.
Syntax
public VertexPositionNormal(
	XYZ position,
	XYZ normal
)
Parameters
Parameter Type Description
position XYZ The vertex's position.
normal XYZ The vertex's normal vector.
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null