public void SetTransformation(GeomTransformation aTranformation, bool postConcatenate, bool updateSelection)
 {
     AIS_InteractiveObject_SetTransformationA067E6E8(Instance, aTranformation.Instance, postConcatenate, updateSelection);
 }
 public void Multiply(PrsMgrPresentableObject aPresentableObject, GeomTransformation aTransformation, int aMode)
 {
     PrsMgr_PresentationManager3d_Multiply17D81909(Instance, aPresentableObject.Instance, aTransformation.Instance, aMode);
 }