Package | Description |
---|---|
com.aspose.cad.fileformats.collada.fileparser.elements |
Modifier and Type | Method and Description |
---|---|
ControlVertices |
Nurbs.getControlVertices()
Gets or sets the control vertices.
|
ControlVertices |
NurbsSurface.getControlVertices()
Gets or sets the control vertices.
|
ControlVertices |
Spline.getControlVertices()
Gets or sets the control vertices.
|
Modifier and Type | Method and Description |
---|---|
void |
Nurbs.setControlVertices(ControlVertices value)
Gets or sets the control vertices.
|
void |
NurbsSurface.setControlVertices(ControlVertices value)
Gets or sets the control vertices.
|
void |
Spline.setControlVertices(ControlVertices value)
Gets or sets the control vertices.
|