public class NonUniformRationalBSpline extends NonUniformBSpline
Class=4, ElementId=25
| Constructor and Description |
|---|
NonUniformRationalBSpline(CgmFile container) |
NonUniformRationalBSpline(CgmFile container,
int splineOrder,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<CgmPoint> points,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Double> knots,
double start,
double end,
com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Double> weights) |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getWeights() |
void |
readFromBinary(IBinaryReader reader)
Reads the binary data from the reader
|
void |
setWeights(List<Double> value) |
void |
writeAsBinary(IBinaryWriter writer)
Writes/exports the command as binary mode
|
void |
writeAsClearText(IClearTextWriter writer)
Writes/exports the command as clear text mode
|
getEndValue, getKnots, getPoints, getSplineOrder, getStartValue, setEndValue, setKnots, setPoints, setSplineOrder, setStartValueassert_, getElementClass, getElementId, toStringpublic NonUniformRationalBSpline(CgmFile container)
public NonUniformRationalBSpline(CgmFile container, int splineOrder, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<CgmPoint> points, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Double> knots, double start, double end, com.aspose.ms.System.Collections.Generic.IGenericEnumerable<Double> weights)
public void readFromBinary(IBinaryReader reader)
CommandReads the binary data from the reader
readFromBinary in class NonUniformBSplinepublic void writeAsBinary(IBinaryWriter writer)
CommandWrites/exports the command as binary mode
writeAsBinary in class NonUniformBSplinewriter - The writer to write the binary content to.public void writeAsClearText(IClearTextWriter writer)
CommandWrites/exports the command as clear text mode
writeAsClearText in class NonUniformBSplinewriter - The text writer to write the clear text to.Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.