Sample Code Revit Batch Processor 1.1.11 documentation
This is raised when matrix manipulation is attempted with two matrices of different dimension
Bases: Exception
Exception raised when, in a matrix operation, one matrix is incompatible in terms of its dimensions to the other.
message (str) – The exception message text.
matrix (Matrix
) – The other, incompatible, matrix
This is raised when vector manipulation is attempted with two vectors of different length (dimension)
Bases: Exception
This is raised when vector manipulation is attempted with two vectors of different length (dimension).
:param message:The exception message text.
:type message: str
:param vector: The other, incompatible, vector.
:type vector: VectorBase