<Code Lib>
2022 Constructor
Changes 0
C

FieldDomainPointsByParameter()

Description:
Creates object from an array of one-dimensional point coordinates

public FieldDomainPointsByParameter(
	IList<double> points
)

  • IList<Double>
    points
    Array of one-dimensional point coordinates representing domain points (using raw parameters when on a curve)

Loading…