public interface NurbsCurve extends X3DParametricGeometryNode
| Modifier and Type | Method and Description |
|---|---|
boolean |
getClosed()
Provide boolean value from initializeOnly SFBool field named closed.
|
X3DCoordinateNode |
getControlPoint()
Provide X3DCoordinateNode instance (using a properly typed node) from inputOutput SFNode field controlPoint.
|
double[] |
getKnot()
Provide array of double results from initializeOnly MFDouble field named knot.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
int |
getOrder()
Provide int value within allowed range of [2,infinity) from initializeOnly SFInt32 field named order.
|
int |
getTessellation()
Provide int value from inputOutput SFInt32 field named tessellation.
|
double[] |
getWeight()
Provide array of double results within allowed range of (0,infinity) from inputOutput MFDouble field named weight.
|
NurbsCurve |
setClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named closed.
|
NurbsCurve |
setControlPoint(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsCurve |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsCurve |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsCurve |
setKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named knot.
|
NurbsCurve |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsCurve |
setOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named order.
|
NurbsCurve |
setTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named tessellation.
|
NurbsCurve |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsCurve |
setWeight(double[] newValue)
Assign double array within allowed range of (0,infinity) to inputOutput MFDouble field named weight.
|
boolean getClosed()
NurbsCurve setClosed(boolean newValue)
newValue - is new value for the closed field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DCoordinateNode getControlPoint()
NurbsCurve setControlPoint(X3DCoordinateNode newValue)
newValue - is new value for the controlPoint field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getKnot()
NurbsCurve setKnot(double[] newValue)
newValue - is new value for the knot field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DGeometryNodegetMetadata in interface X3DNodegetMetadata in interface X3DParametricGeometryNodeNurbsCurve setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DGeometryNodesetMetadata in interface X3DNodesetMetadata in interface X3DParametricGeometryNodenewValue - is new value for the metadata field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getOrder()
NurbsCurve setOrder(int newValue)
newValue - is new value for the order field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getTessellation()
NurbsCurve setTessellation(int newValue)
newValue - is new value for the tessellation field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getWeight()
NurbsCurve setWeight(double[] newValue)
newValue - is new value for the weight field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsCurve setDEF(java.lang.String newValue)
setDEF in interface X3DGeometryNodesetDEF in interface X3DNodesetDEF in interface X3DParametricGeometryNodenewValue - is new value for the DEF field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsCurve setUSE(java.lang.String newValue)
USE node is still an independent object, with the USE value matching the DEF value in the preceding object.
setUSE() method on this node resets all other fields to their default values (except for containerField) and also releases all child nodes.setUSE in interface X3DGeometryNodesetUSE in interface X3DNodesetUSE in interface X3DParametricGeometryNodenewValue - is new value for the USE field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsCurve setCssClass(java.lang.String newValue)
setCssClass in interface X3DGeometryNodesetCssClass in interface X3DNodesetCssClass in interface X3DParametricGeometryNodenewValue - is new value for the class field.NurbsCurve - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.