BSplineCurveShapeFlatten Method |
Flatten it and convert it to a continuous line figure.
Namespace:
RootPro.RootProCAD
Assembly:
RootPro.RootProCAD.Library (in RootPro.RootProCAD.Library.dll) Version: 12.0.0.0 (12.0.0.0)
Syntax public abstract PolylineShape Flatten(
double resolution,
int maxPointCount
)
Public MustOverride Function Flatten (
resolution As Double,
maxPointCount As Integer
) As PolylineShape
Parameters
- resolution
- Type: SystemDouble
Maximum distance between two flattened points - maxPointCount
- Type: SystemInt32
Maximum number of point sequences
Return Value
Type:
PolylineShape
Represent the converted continuous line figure
PolylineShape .
See Also