NXOpen.UF.Trns.CreateReflectionMatrix

Trns.CreateReflectionMatrix()

Refer to UF_TRNS_create_reflection_matrix for documentation.

Signature: CreateReflectionMatrix(objectArg)

Parameters:objectArg (Tag) – Line Or Plane Object Identifier
Returns:A Tuple
Return type:A tuple consisting of (matrix,status)

matrix(list of float): Mirror matrix. This must be declared to hold 12 doubles.

status(int): Status Code 0 - Success 1 - Invalid Line Or Plane Object Identifier 2 - Unique Plane Through Line Cannot Be Defined

License requirements: None