RescalePlane


Changes the input plane distance to a reference point.

Syntax

C++
C#
Python
 
def RescalePlane(
	inPlane: Plane3D,
	inReferencePoint: Point3D,
	/,
	*,
	inScale: float = 1.0,
	inInverse: bool = False
)
-> outPlane: Plane3D

Parameters

Name Type Default Description
Input value inPlane Plane3D
Input value inReferencePoint Point3D The point to which the distance of plane is changed
Input value inScale float 1.0 Scaling factor
Input value inInverse bool False Switches to the inverse operation
Output value outPlane Plane3D