-
-
Methods in org.web3d.x3d.sai.NURBS that return NurbsPatchSurface
| Modifier and Type |
Method |
Description |
NurbsPatchSurface |
NurbsPatchSurface.setControlPoint(X3DCoordinateNode newValue) |
Accessor method to assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsPatchSurface |
NurbsPatchSurface.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsPatchSurface |
NurbsPatchSurface.setSolid(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named solid.
|
NurbsPatchSurface |
NurbsPatchSurface.setTexCoord(X3DNode newValue) |
Accessor method to assign X3DNode instance (using a properly typed node) 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 |
NurbsPatchSurface.setUClosed(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named uClosed.
|
NurbsPatchSurface |
NurbsPatchSurface.setUDimension(int newValue) |
Accessor method to assign int value to initializeOnly SFInt32 field named uDimension.
|
NurbsPatchSurface |
NurbsPatchSurface.setUKnot(double[] newValue) |
Accessor method to assign double array to initializeOnly MFDouble field named uKnot.
|
NurbsPatchSurface |
NurbsPatchSurface.setUOrder(int newValue) |
Accessor method to assign int value to initializeOnly SFInt32 field named uOrder.
|
NurbsPatchSurface |
NurbsPatchSurface.setUTessellation(int newValue) |
Accessor method to assign int value to inputOutput SFInt32 field named uTessellation.
|
NurbsPatchSurface |
NurbsPatchSurface.setVClosed(boolean newValue) |
Accessor method to assign boolean value to initializeOnly SFBool field named vClosed.
|
NurbsPatchSurface |
NurbsPatchSurface.setVDimension(int newValue) |
Accessor method to assign int value to initializeOnly SFInt32 field named vDimension.
|
NurbsPatchSurface |
NurbsPatchSurface.setVKnot(double[] newValue) |
Accessor method to assign double array to initializeOnly MFDouble field named vKnot.
|
NurbsPatchSurface |
NurbsPatchSurface.setVOrder(int newValue) |
Accessor method to assign int value to initializeOnly SFInt32 field named vOrder.
|
NurbsPatchSurface |
NurbsPatchSurface.setVTessellation(int newValue) |
Accessor method to assign int value to inputOutput SFInt32 field named vTessellation.
|
NurbsPatchSurface |
NurbsPatchSurface.setWeight(double[] newValue) |
Accessor method to assign double array to inputOutput MFDouble field named weight.
|