You are here: Start » FIL.NET » Invoke.CreateSegment3D

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
inPoint3DFil.Point3DA point on the created segment.
inPointAnchorfloat<0.0f, 1.0f>Anchor point, 0 means the beginning, 1 means the end of the segment.
inDirectionVectorFil.Vector3DDesired direction of the segment.
inLengthfloatDesired length of the segment in pixels.
outSegment3DFil.Segment3DThe resulting segment.

See also