You are here: Start » FIL.NET » Invoke.CreateSegment3D
Produces a segment in 3D of given parameters.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void CreateSegment3D ( Fil.Point3D inPoint3D, float inPointAnchor, Fil.Vector3D inDirectionVector, float inLength, out Fil.Segment3D outSegment3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint3D | Fil.Point3D | A point on the created segment. | ||
![]() | inPointAnchor | float | <0.0f, 1.0f> | Anchor point, 0 means the beginning, 1 means the end of the segment. | |
![]() | inDirectionVector | Fil.Vector3D | Desired direction of the segment. | ||
![]() | inLength | float | Desired length of the segment in pixels. | ||
![]() | outSegment3D | Fil.Segment3D | The resulting segment. |