public interface NurbsSurfaceInterpolator extends X3DChildNode
| Modifier and Type | Method and Description |
|---|---|
X3DCoordinateNode |
getControlPoint()
Provide X3DCoordinateNode instance (using a properly typed node) from inputOutput SFNode field controlPoint.
|
X3DMetadataObject |
getMetadata()
Provide X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
|
float[] |
getNormal()
Provide array of 3-tuple float results from outputOnly SFVec3f field named normal_changed.
|
float[] |
getPosition()
Provide array of 3-tuple float results from outputOnly SFVec3f field named position_changed.
|
int |
getUDimension()
Provide int value within allowed range of [0,infinity) from initializeOnly SFInt32 field named uDimension.
|
double[] |
getUKnot()
Provide array of double results from initializeOnly MFDouble field named uKnot.
|
int |
getUOrder()
Provide int value within allowed range of [2,infinity) from initializeOnly SFInt32 field named uOrder.
|
int |
getVDimension()
Provide int value within allowed range of [0,infinity) from initializeOnly SFInt32 field named vDimension.
|
double[] |
getVKnot()
Provide array of double results from initializeOnly MFDouble field named vKnot.
|
int |
getVOrder()
Provide int value within allowed range of [2,infinity) from initializeOnly SFInt32 field named vOrder.
|
double[] |
getWeight()
Provide array of double results from inputOutput MFDouble field named weight.
|
NurbsSurfaceInterpolator |
setControlPoint(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsSurfaceInterpolator |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsSurfaceInterpolator |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsSurfaceInterpolator |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsSurfaceInterpolator |
setUDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named uDimension.
|
NurbsSurfaceInterpolator |
setUKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named uKnot.
|
NurbsSurfaceInterpolator |
setUOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named uOrder.
|
NurbsSurfaceInterpolator |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsSurfaceInterpolator |
setVDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named vDimension.
|
NurbsSurfaceInterpolator |
setVKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named vKnot.
|
NurbsSurfaceInterpolator |
setVOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named vOrder.
|
NurbsSurfaceInterpolator |
setWeight(double[] newValue)
Assign double array to inputOutput MFDouble field named weight.
|
X3DCoordinateNode getControlPoint()
NurbsSurfaceInterpolator setControlPoint(X3DCoordinateNode newValue)
newValue - is new value for the controlPoint field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DMetadataObject getMetadata()
getMetadata in interface X3DChildNodegetMetadata in interface X3DNodeNurbsSurfaceInterpolator setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DChildNodesetMetadata in interface X3DNodenewValue - is new value for the metadata field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).float[] getNormal()
float[] getPosition()
int getUDimension()
NurbsSurfaceInterpolator setUDimension(int newValue)
newValue - is new value for the uDimension field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getUKnot()
NurbsSurfaceInterpolator setUKnot(double[] newValue)
newValue - is new value for the uKnot field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUOrder()
NurbsSurfaceInterpolator setUOrder(int newValue)
newValue - is new value for the uOrder field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVDimension()
NurbsSurfaceInterpolator setVDimension(int newValue)
newValue - is new value for the vDimension field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getVKnot()
NurbsSurfaceInterpolator setVKnot(double[] newValue)
newValue - is new value for the vKnot field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVOrder()
NurbsSurfaceInterpolator setVOrder(int newValue)
newValue - is new value for the vOrder field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getWeight()
NurbsSurfaceInterpolator setWeight(double[] newValue)
newValue - is new value for the weight field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsSurfaceInterpolator setDEF(java.lang.String newValue)
setDEF in interface X3DChildNodesetDEF in interface X3DNodenewValue - is new value for the DEF field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsSurfaceInterpolator 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 X3DChildNodesetUSE in interface X3DNodenewValue - is new value for the USE field.NurbsSurfaceInterpolator - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsSurfaceInterpolator setCssClass(java.lang.String newValue)
setCssClass in interface X3DChildNodesetCssClass in interface X3DNodenewValue - is new value for the class field.NurbsSurfaceInterpolator - 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.