Modifier and Type | Method and Description |
---|---|
NurbsType |
NurbsCurve.getCurveType()
Gets the type of the curve.
|
NurbsType |
NurbsDirection.getType()
Gets the type of the current direction.
|
static NurbsType |
NurbsType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NurbsType[] |
NurbsType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NurbsCurve.setCurveType(NurbsType value)
Sets the type of the curve.
|
void |
NurbsDirection.setType(NurbsType value)
Sets the type of the current direction.
|
Copyright © 2018. All rights reserved.