public interface X3DNurbsSurfaceGeometryNode extends X3DParametricGeometryNode
| 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.
|
boolean |
getSolid()
Provide boolean value from initializeOnly SFBool field named solid.
|
X3DNode |
getTexCoord()
Provide X3DNode instance (using a properly typed node) with acceptable node types limited to X3DTextureCoordinateNode|NurbsTextureCoordinate, from inputOutput SFNode field texCoord.
|
boolean |
getUClosed()
Provide boolean value from initializeOnly SFBool field named uClosed.
|
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 |
getUTessellation()
Provide int value from inputOutput SFInt32 field named uTessellation.
|
boolean |
getVClosed()
Provide boolean value from initializeOnly SFBool field named vClosed.
|
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.
|
int |
getVTessellation()
Provide int value from inputOutput SFInt32 field named vTessellation.
|
double[] |
getWeight()
Provide array of double results within allowed range of (0,infinity) from inputOutput MFDouble field named weight.
|
X3DNurbsSurfaceGeometryNode |
setControlPoint(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
X3DNurbsSurfaceGeometryNode |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DNurbsSurfaceGeometryNode |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DNurbsSurfaceGeometryNode |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DNurbsSurfaceGeometryNode |
setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
X3DNurbsSurfaceGeometryNode |
setTexCoord(X3DNode newValue)
Assign X3DNode instance (using a properly typed node) with acceptable node types limited to X3DTextureCoordinateNode|NurbsTextureCoordinate, to inputOutput SFNode field texCoord.
// newValueInstanceAcceptableNodeTypesTest checks are needed for methods that override/subset X3DNode interfaces #1
boolean isNodeTypeAllowed =
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.sai.Texturing.X3DTextureCoordinateNode) ||
(((X3DConcreteNode)newValue) instanceof org.web3d.x3d.jsail.NURBS.NurbsTextureCoordinateObject);
if (!
|
X3DNurbsSurfaceGeometryNode |
setUClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named uClosed.
|
X3DNurbsSurfaceGeometryNode |
setUDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named uDimension.
|
X3DNurbsSurfaceGeometryNode |
setUKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named uKnot.
|
X3DNurbsSurfaceGeometryNode |
setUOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named uOrder.
|
X3DNurbsSurfaceGeometryNode |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
X3DNurbsSurfaceGeometryNode |
setUTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named uTessellation.
|
X3DNurbsSurfaceGeometryNode |
setVClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named vClosed.
|
X3DNurbsSurfaceGeometryNode |
setVDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named vDimension.
|
X3DNurbsSurfaceGeometryNode |
setVKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named vKnot.
|
X3DNurbsSurfaceGeometryNode |
setVOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named vOrder.
|
X3DNurbsSurfaceGeometryNode |
setVTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named vTessellation.
|
X3DNurbsSurfaceGeometryNode |
setWeight(double[] newValue)
Assign double array within allowed range of (0,infinity) to inputOutput MFDouble field named weight.
|
X3DCoordinateNode getControlPoint()
X3DNurbsSurfaceGeometryNode setControlPoint(X3DCoordinateNode newValue)
newValue - is new value for the controlPoint field.X3DNurbsSurfaceGeometryNode - 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 X3DParametricGeometryNodeX3DNurbsSurfaceGeometryNode setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DGeometryNodesetMetadata in interface X3DNodesetMetadata in interface X3DParametricGeometryNodenewValue - is new value for the metadata field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getSolid()
X3DNurbsSurfaceGeometryNode setSolid(boolean newValue)
newValue - is new value for the solid field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNode getTexCoord()
X3DNurbsSurfaceGeometryNode setTexCoord(X3DNode newValue)
newValue - is new value for the texCoord field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getUClosed()
X3DNurbsSurfaceGeometryNode setUClosed(boolean newValue)
newValue - is new value for the uClosed field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUDimension()
X3DNurbsSurfaceGeometryNode setUDimension(int newValue)
newValue - is new value for the uDimension field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getUKnot()
X3DNurbsSurfaceGeometryNode setUKnot(double[] newValue)
newValue - is new value for the uKnot field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUOrder()
X3DNurbsSurfaceGeometryNode setUOrder(int newValue)
newValue - is new value for the uOrder field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUTessellation()
X3DNurbsSurfaceGeometryNode setUTessellation(int newValue)
newValue - is new value for the uTessellation field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getVClosed()
X3DNurbsSurfaceGeometryNode setVClosed(boolean newValue)
newValue - is new value for the vClosed field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVDimension()
X3DNurbsSurfaceGeometryNode setVDimension(int newValue)
newValue - is new value for the vDimension field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getVKnot()
X3DNurbsSurfaceGeometryNode setVKnot(double[] newValue)
newValue - is new value for the vKnot field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVOrder()
X3DNurbsSurfaceGeometryNode setVOrder(int newValue)
newValue - is new value for the vOrder field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVTessellation()
X3DNurbsSurfaceGeometryNode setVTessellation(int newValue)
newValue - is new value for the vTessellation field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getWeight()
X3DNurbsSurfaceGeometryNode setWeight(double[] newValue)
newValue - is new value for the weight field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNurbsSurfaceGeometryNode setDEF(java.lang.String newValue)
setDEF in interface X3DGeometryNodesetDEF in interface X3DNodesetDEF in interface X3DParametricGeometryNodenewValue - is new value for the DEF field.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNurbsSurfaceGeometryNode 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.X3DNurbsSurfaceGeometryNode - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNurbsSurfaceGeometryNode setCssClass(java.lang.String newValue)
setCssClass in interface X3DGeometryNodesetCssClass in interface X3DNodesetCssClass in interface X3DParametricGeometryNodenewValue - is new value for the class field.X3DNurbsSurfaceGeometryNode - 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.