public Coordinate3D GetPatchNormal( int patchIndex, int pointIndex )
Public Function GetPatchNormal( _ ByVal patchIndex As Integer, _ ByVal pointIndex As Integer _ ) As Coordinate3D
Parameters
- patchIndex
- The index of the patch. Must be greater than or equal to zero and less than PartCount.
- pointIndex
- The index of the point relative to the patch. Must be greater than or equal to zero and less than the value returned from GetPatchPointCount.
Return Value
The coordinate representing the normal.