You are here: Start » FIL.NET » Invoke.RescaleSegment3D
Lengthens or shortens a segment in 3D relatively.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void RescaleSegment3D ( Fil.Segment3D inSegment3D, Optional<Fil.Point3D> inReferencePoint, float inScale, bool inInverse, out Fil.Segment3D outSegment3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment3D | Fil.Segment3D | Input segment in 3D. | ||
![]() | inReferencePoint | Ftl.Optional<Fil.Point3D> | The point to which all distances change linearly (the mass center by default). Default value: ftl::NIL. | ||
![]() | inScale | float | 1.0f | Scaling factor (negative values invert the segment). Default value: 1.0f. | |
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outSegment3D | Fil.Segment3D |