Computes a plane passing through the center of a segment in 3D at a right angle.
Syntax
C++
C#
Python
def Segment3DBisector(
inSegment3D: Segment3D,
/
)
-> outBisector: Plane3D
Parameters
|
Name |
Type |
Default |
Description |
 |
inSegment3D |
Segment3D |
|
|
 |
outBisector |
Plane3D |
|
|