VertexDataSetNormalVectors Method
 | 
Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public void SetNormalVectors(
        Vector3d[] normal
)
 
Public Sub SetNormalVectors ( 
        normal As Vector3d()
)
 
public:
void SetNormalVectors(
        array<Vector3d>^ normal
)
 
member SetNormalVectors : 
        normal : Vector3d[] -> unit 
 
 
 
Parameters
- normal
 
- Type: Teigha.GeometryVector3d
 
 
See Also