Click or drag to resize

DividedCurve Constructor

Initializes a new instance of the DividedCurve class.

Namespace:  Karamba.Utilities.Mesher
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public DividedCurve(
	ICurve f,
	int nrsubdivs,
	bool evenly = false,
	double hmax = -1,
	List<Tuple<Point3, double>> densradi = null
)

Parameters

f
Type: Karamba.GeometryICurve
curve to divide.
nrsubdivs
Type: SystemInt32
number of subdivisions.
evenly (Optional)
Type: SystemBoolean
true if subdivisions should be of equal length.
hmax (Optional)
Type: SystemDouble
maximum length.
densradi (Optional)
Type: System.Collections.GenericListTuplePoint3, Double
densification points and radii.
See Also