Vector#
- class Vector(model_id: str, pile_type_id: str, client: Client)#
Bases:
object
Examples: Code Snippet: Manipulation of Pile Types (Pile Analysis)
- setVector(vector: list[3])#
Sets the orientation vector of the pile type. Vector will be converted to a unit vector
- Parameters:
vector (list[3]) – A list of 3 floats representing the x, y, and z components of the vector.
- getVector() list[3] #
Gets the orientation vector of the pile type. The returned vector is a unit vector.
- Returns:
A list of 3 floats representing the x, y, and z components of the vector.
- Return type:
list[3]