public void PreMultiply(gp_Trsf T) { throw new NotImplementedException(); }
public gp_Trsf(gp_Trsf parameter1) : base() { throw new NotImplementedException(); }
public gp_Trsf Multiplied(gp_Trsf T) { throw new NotImplementedException(); }
public gp_Pnt Transformed(gp_Trsf T) { throw new NotImplementedException(); }
public void Transform(gp_Trsf T) { throw new NotImplementedException(); }
public void SetTrsf(gp_Trsf T) { throw new NotImplementedException(); }
public gp_GTrsf(gp_Trsf T) : base() { throw new NotImplementedException(); }