オブジェクトの移動
基本コード
rs.TransformObject(object_id, matrix, copy=False) # 1つのオブジェクトを対象 rs.TransformObjects(object_ids, matrix, copy=False) # 複数のオブジェクトを対象
- API TransformObjects
- API TransformObject
移動方法を4×4の行列で指定する。
単純な平行移動であれば、次のXformTranslation関数で取得した行列を渡してあげればよい
rs.XformTranslation([dx, dy, dz])
サンプルコード
オブジェクトの移動.txt · 最終更新: 2023/01/26 12:50 by jmitani