RFShell.AddColorVertex



Your Ad Here

Description

Adds a new vertex having specified coordinates and color values to the shell, and retrieves an RFEntityID value indicating an entity ID of the new vertex.

Syntax

Function RFShell.AddColorVertex(x As Double, y As Double, z As Double, r As Byte, g As Byte, b As Byte, pVertexID As RFEntityID) As RFErrorCode

The AddColorVertex syntax has these parts:

Part Description
x [INDouble Required. X coordinate of the vertex.
y [INDouble Required. Y coordinate of the vertex.
z [INDouble Required. Z coordinate of the vertex.
r [INByte Required. Red value of the vertex color that ranges 0 to 255.
g [INByte Required. Green value of the vertex color that ranges 0 to 255.
b [INByte Required. Blue value of the vertex color that ranges 0 to 255.
pVertexID [OUTRFEntityID Required. Entity ID of the new vertex.

Remarks

 

Return to Rapidform Index


Your Ad Here