✨ Located in SF Bay Area or LA? Get free Revit AI automation consulting from YC-backed AI engineers →

Negate Method


XYZ Negate Method

Negates this vector.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public XYZ Negate()

Return Value

XYZ
The vector opposite to this vector.
Remarks
The negated vector is obtained by changing the sign of each coordinate of this vector.
See Also