private ReferencePoint ReferencePointFromPoint(Autodesk.LibG.Point point) { XYZ xyz = new XYZ(point.x(), point.y(), point.z()); return this.UIDocument.Document.FamilyCreate.NewReferencePoint(xyz); }