public interface NurbsPatchSurface extends X3DNurbsSurfaceGeometryNode
| 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.
|
NurbsPatchSurface |
setControlPoint(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsPatchSurface |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsPatchSurface |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsPatchSurface |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsPatchSurface |
setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
NurbsPatchSurface |
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 (!
|
NurbsPatchSurface |
setUClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named uClosed.
|
NurbsPatchSurface |
setUDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named uDimension.
|
NurbsPatchSurface |
setUKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named uKnot.
|
NurbsPatchSurface |
setUOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named uOrder.
|
NurbsPatchSurface |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsPatchSurface |
setUTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named uTessellation.
|
NurbsPatchSurface |
setVClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named vClosed.
|
NurbsPatchSurface |
setVDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named vDimension.
|
NurbsPatchSurface |
setVKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named vKnot.
|
NurbsPatchSurface |
setVOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named vOrder.
|
NurbsPatchSurface |
setVTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named vTessellation.
|
NurbsPatchSurface |
setWeight(double[] newValue)
Assign double array within allowed range of (0,infinity) to inputOutput MFDouble field named weight.
|
X3DCoordinateNode getControlPoint()
getControlPoint in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setControlPoint(X3DCoordinateNode newValue)
setControlPoint in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the controlPoint field.NurbsPatchSurface - 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 X3DNurbsSurfaceGeometryNodegetMetadata in interface X3DParametricGeometryNodeNurbsPatchSurface setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DGeometryNodesetMetadata in interface X3DNodesetMetadata in interface X3DNurbsSurfaceGeometryNodesetMetadata in interface X3DParametricGeometryNodenewValue - is new value for the metadata field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getSolid()
getSolid in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setSolid(boolean newValue)
setSolid in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the solid field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNode getTexCoord()
getTexCoord in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setTexCoord(X3DNode newValue)
setTexCoord in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the texCoord field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getUClosed()
getUClosed in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setUClosed(boolean newValue)
setUClosed in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uClosed field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUDimension()
getUDimension in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setUDimension(int newValue)
setUDimension in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uDimension field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getUKnot()
getUKnot in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setUKnot(double[] newValue)
setUKnot in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uKnot field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUOrder()
getUOrder in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setUOrder(int newValue)
setUOrder in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uOrder field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUTessellation()
getUTessellation in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setUTessellation(int newValue)
setUTessellation in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uTessellation field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getVClosed()
getVClosed in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setVClosed(boolean newValue)
setVClosed in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vClosed field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVDimension()
getVDimension in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setVDimension(int newValue)
setVDimension in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vDimension field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getVKnot()
getVKnot in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setVKnot(double[] newValue)
setVKnot in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vKnot field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVOrder()
getVOrder in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setVOrder(int newValue)
setVOrder in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vOrder field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVTessellation()
getVTessellation in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setVTessellation(int newValue)
setVTessellation in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vTessellation field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getWeight()
getWeight in interface X3DNurbsSurfaceGeometryNodeNurbsPatchSurface setWeight(double[] newValue)
setWeight in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the weight field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsPatchSurface setDEF(java.lang.String newValue)
setDEF in interface X3DGeometryNodesetDEF in interface X3DNodesetDEF in interface X3DNurbsSurfaceGeometryNodesetDEF in interface X3DParametricGeometryNodenewValue - is new value for the DEF field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsPatchSurface 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 X3DNurbsSurfaceGeometryNodesetUSE in interface X3DParametricGeometryNodenewValue - is new value for the USE field.NurbsPatchSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsPatchSurface setCssClass(java.lang.String newValue)
setCssClass in interface X3DGeometryNodesetCssClass in interface X3DNodesetCssClass in interface X3DNurbsSurfaceGeometryNodesetCssClass in interface X3DParametricGeometryNodenewValue - is new value for the class field.NurbsPatchSurface - 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.