You are here: Start » FIL.NET » FIL.ResizeSegment3D_Delta
Changes length of a segment in 3D by adding a value preserving its orientation and center point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ResizeSegment3D_Delta ( FilNet.Segment3D inSegment3D, float inDelta, float inAnchor, out FilNet.Segment3D outSegment3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment3D | FilNet.Segment3D | |||
![]() | inDelta | float | 0.0f | Value added to segment length. Default value: 0.0f. | |
![]() | inAnchor | float | <-INF, INF> | 0.5f | Anchor point, 0 means the beginning, 1 means the end of the segment. Default value: 0.5f. |
![]() | outSegment3D | FilNet.Segment3D |
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Negative segment length in ResizeSegment3D_Delta. |