CadRasterImage constructor

init

Initializes a new instance of the CadRasterImage class.

def __init__(self, image_def, insertion_point, u_vector, v_vector):
    ...
ParameterTypeDescription
image_defCadRasterImageDefImage def.
insertion_pointCad3DPointInsertion point.
u_vectorCad3DPointU-vector.
v_vectorCad3DPointV-vector.

Exceptions

ExceptionDescription
ArgumentNullExceptionThrown when one of arguments is null
ArgumentExceptionThrown when CadRasterImageDef.ObjectHandle is null or empty

See Also