CascadeSharp.TKG3d.Geom.Geom_Transformation.SetTranslation C# (CSharp) Метод

SetTranslation() публичный Метод

public SetTranslation ( gp_Pnt P1, gp_Pnt P2 ) : void
P1 gp_Pnt
P2 gp_Pnt
Результат void
        public void SetTranslation(gp_Pnt P1, gp_Pnt P2)
        {
            throw new NotImplementedException();
        }

Same methods

Geom_Transformation::SetTranslation ( gp_Vec theVec ) : void