FamilyInstance.GetSpatialElementFromToCalculationPoints
Description:
Gets the locations for the calculation points for this instance.
Gets the locations for the calculation points for this instance.
Remarks:
For a family instance which connects two rooms or spaces, such as a door or window, the points determine which room or space is considered the "from" and which is considered the "to".
public IList<XYZ> GetSpatialElementFromToCalculationPoints()
IList<XYZ>
A list of 3d points.
-
Thrown if this instance does not have from/to calculation points..