Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

0633559e 9d66 1083 8799 de75756bcd69

haplokuon edited this page May 6, 2023 · 1 revision

SubdivideByLength Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.ParametricCurve.SubdivideByLength(System.Int32,System.Double[]@)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public Vector3[] SubdivideByLength(
	int numPoints,
	out double[] ts
)

VB

Public Function SubdivideByLength ( 
	numPoints As Integer,
	<OutAttribute> ByRef ts As Double()
) As Vector3()

C++

public:
array<Vector3>^ SubdivideByLength(
	int numPoints, 
	[OutAttribute] array<double>^% ts
)

F#

member SubdivideByLength : 
        numPoints : int * 
        ts : float[] byref -> Vector3[] 

Parameters

  Int32
\[Missing <param name="numPoints"/> documentation for "M:netDxf.GTE.ParametricCurve.SubdivideByLength(System.Int32,System.Double[]@)"\]
  Double[]
\[Missing <param name="ts"/> documentation for "M:netDxf.GTE.ParametricCurve.SubdivideByLength(System.Int32,System.Double[]@)"\]

Return Value

Vector3[]
[Missing <returns> documentation for "M:netDxf.GTE.ParametricCurve.SubdivideByLength(System.Int32,System.Double[]@)"]

See Also

Reference

ParametricCurve Class
netDxf.GTE Namespace

Clone this wiki locally