This page contains reference documentation for the FaceWeight member. This member sets or gets the FACEWEIGHT parameter.
double FaceWeight;
Examples are as follows:
CalculateNormalsModifier modifier = (CalculateNormalsModifier)Model.EditNode( node ); modifier.Name = "SmoothShaded: Crease: 180, FaceWeight: 0"; modifier.CreaseAngle = 180; modifier.FaceWeight = 0;
For sample code: