Message 1 of 4
Convert Global Coordinate to Revit Local Coordinate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello All.
I Have a group of points Collected from Gis Data. These points are in A Global Coordinate. What i need to do is to create
instances from these points to a special type of family I created...
My Question is while I'm creating these instances how to locate them in The Revit local Cooridnate(transform the Global cooridnates for the points to Revit Local Coordinates)
//XYZ tPoint = item.coordinates; //GLobal Coordinates
FamilyInstance new_instance = doc.Create.NewFamilyInstance(tPoint, familySymbol, StructuralType.NonStructural);