FaceSecondDerivatives
Description:
Contains second partial derivatives of a face at a specified point.
Contains second partial derivatives of a face at a specified point.
public class FaceSecondDerivatives : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| MixedDerivative | XYZ | The mixed derivative. |
| UUDerivative | XYZ | The second derivative with respect to U. |
| VVDerivative | XYZ | The second derivative with respect to V. |