MeshFaceNormalListSetFaceNormal Method (Int32, Vector3f) |
Sets a face normal vector at an index using a single-precision vector.
Namespace:
Rhino.Geometry.Collections
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool SetFaceNormal(
int index,
Vector3f normal
)
Public Function SetFaceNormal (
index As Integer,
normal As Vector3f
) As Boolean
Parameters
- index
- Type: SystemInt32
An index. - normal
- Type: Rhino.GeometryVector3f
A normal vector.
Return Value
Type:
Booleantrue on success; false on error.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also