Autodesk.Revit.DB.Structure.FabricLocation是Revit中用于管理织物位置的类。
FabricLocation fabricLocation = ...;
Level level = doc.GetElement(fabricLocation.LevelId) as Level;
Element hostObject = doc.GetElement(fabricLocation.HostObject);
Face hostFace = fabricLocation.HostFace;
UV point = fabricLocation.UVPoint;
Line locationLine = fabricLocation.GetLocationLine();