geom
Geometric utilities for Revit.
Functions
convert_point_coord_system(rvt_point, rvt_transform)
Return coordinates of point in another coordinate system.
Parameters:
Name | Type | Description | Default |
---|---|---|---|
rvt_point |
XYZ
|
Revit point |
required |
rvt_transform |
Transform
|
Revit transform for target coord system |
required |
Returns:
Type | Description |
---|---|
XYZ
|
Point coordinates in new coordinate system. |