RescaleLine3D
Changes the input line in 3D distance to a reference point.
Syntax
C++
C#
Python
def RescaleLine3D( inLine3D: Line3D, inReferencePoint: Point3D, /, *, inScale: float = 1.0, inInverse: bool = False ) -> outLine3D: Line3D
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inLine3D | Line3D | Input line in 3D | |
![]() |
inReferencePoint | Point3D | The point to which the distance of line in 3D is changed | |
![]() |
inScale | float | 1.0 | Scaling factor |
![]() |
inInverse | bool | False | Switches to the inverse operation |
![]() |
outLine3D | Line3D |


