DocumentUnitsVectorIsPerpendicularTo Method |
Determine if this vector is perpendicular to the specified vector.
Namespace:
Autodesk.iLogic.Types
Assembly:
Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax Public Function IsPerpendicularTo (
vector As DocumentUnitsVector,
Optional tolerance As Double = 0
) As Boolean
public bool IsPerpendicularTo(
DocumentUnitsVector vector,
double tolerance = 0
)
Parameters
- vector
- Type: Autodesk.iLogic.TypesDocumentUnitsVector
Input used for comparison. - tolerance (Optional)
- Type: SystemDouble
Input Double that specifies the tolerance to be used when determining whether the vectors are perpendicular. This Is an optional argument whose default value Is 0.0.
Return Value
Type:
BooleanSee Also