Click or drag to resize

DocumentUnitsPointSubtraction Operator (DocumentUnitsPoint, DocumentUnitsVector)

Translate point by -vector. Returns a point that is equivalent to the result of translating the point by the -vector.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Shared Operator - ( 
	point As DocumentUnitsPoint,
	vector As DocumentUnitsVector
) As DocumentUnitsPoint

Parameters

point
Type: Autodesk.iLogic.TypesDocumentUnitsPoint
vector
Type: Autodesk.iLogic.TypesDocumentUnitsVector

Return Value

Type: DocumentUnitsPoint
See Also