public interface NurbsTrimmedSurface extends X3DNurbsSurfaceGeometryNode
| Modifier and Type | Method and Description |
|---|---|
void |
addTrimmingContour(X3DNode[] newValue)
Add array of child trimmingContour nodes to array of existing nodes (if any).
|
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.
|
X3DNode[] |
getTrimmingContour()
Provide array of X3DNode results (using an array consisting of properly typed nodes or ProtoInstanceObjects) from inputOutput MFNode field trimmingContour.
|
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.
|
NurbsTrimmedSurface |
setControlPoint(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field controlPoint.
|
NurbsTrimmedSurface |
setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
NurbsTrimmedSurface |
setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
NurbsTrimmedSurface |
setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
NurbsTrimmedSurface |
setSolid(boolean newValue)
Assign boolean value to initializeOnly SFBool field named solid.
|
NurbsTrimmedSurface |
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 (!
|
void |
setTrimmingContour(X3DNode newValue)
Set single child trimmingContour node, replacing prior array of existing nodes (if any).
|
NurbsTrimmedSurface |
setTrimmingContour(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field trimmingContour.
|
NurbsTrimmedSurface |
setUClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named uClosed.
|
NurbsTrimmedSurface |
setUDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named uDimension.
|
NurbsTrimmedSurface |
setUKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named uKnot.
|
NurbsTrimmedSurface |
setUOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named uOrder.
|
NurbsTrimmedSurface |
setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
NurbsTrimmedSurface |
setUTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named uTessellation.
|
NurbsTrimmedSurface |
setVClosed(boolean newValue)
Assign boolean value to initializeOnly SFBool field named vClosed.
|
NurbsTrimmedSurface |
setVDimension(int newValue)
Assign int value within allowed range of [0,infinity) to initializeOnly SFInt32 field named vDimension.
|
NurbsTrimmedSurface |
setVKnot(double[] newValue)
Assign double array to initializeOnly MFDouble field named vKnot.
|
NurbsTrimmedSurface |
setVOrder(int newValue)
Assign int value within allowed range of [2,infinity) to initializeOnly SFInt32 field named vOrder.
|
NurbsTrimmedSurface |
setVTessellation(int newValue)
Assign int value to inputOutput SFInt32 field named vTessellation.
|
NurbsTrimmedSurface |
setWeight(double[] newValue)
Assign double array within allowed range of (0,infinity) to inputOutput MFDouble field named weight.
|
X3DCoordinateNode getControlPoint()
getControlPoint in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setControlPoint(X3DCoordinateNode newValue)
setControlPoint in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the controlPoint field.NurbsTrimmedSurface - 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 X3DParametricGeometryNodeNurbsTrimmedSurface setMetadata(X3DMetadataObject newValue)
setMetadata in interface X3DGeometryNodesetMetadata in interface X3DNodesetMetadata in interface X3DNurbsSurfaceGeometryNodesetMetadata in interface X3DParametricGeometryNodenewValue - is new value for the metadata field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getSolid()
getSolid in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setSolid(boolean newValue)
setSolid in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the solid field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNode getTexCoord()
getTexCoord in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setTexCoord(X3DNode newValue)
setTexCoord in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the texCoord field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).X3DNode[] getTrimmingContour()
Contour2DObjectNurbsTrimmedSurface setTrimmingContour(X3DNode[] newValue)
newValue - is new value for the trimmingContour field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).void addTrimmingContour(X3DNode[] newValue)
newValue - is new value array to be appended the trimmingContour field.void setTrimmingContour(X3DNode newValue)
newValue - is new node for the trimmingContour fieldboolean getUClosed()
getUClosed in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setUClosed(boolean newValue)
setUClosed in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uClosed field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUDimension()
getUDimension in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setUDimension(int newValue)
setUDimension in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uDimension field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getUKnot()
getUKnot in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setUKnot(double[] newValue)
setUKnot in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uKnot field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUOrder()
getUOrder in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setUOrder(int newValue)
setUOrder in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uOrder field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getUTessellation()
getUTessellation in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setUTessellation(int newValue)
setUTessellation in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the uTessellation field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).boolean getVClosed()
getVClosed in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setVClosed(boolean newValue)
setVClosed in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vClosed field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVDimension()
getVDimension in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setVDimension(int newValue)
setVDimension in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vDimension field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getVKnot()
getVKnot in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setVKnot(double[] newValue)
setVKnot in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vKnot field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVOrder()
getVOrder in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setVOrder(int newValue)
setVOrder in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vOrder field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).int getVTessellation()
getVTessellation in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setVTessellation(int newValue)
setVTessellation in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the vTessellation field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).double[] getWeight()
getWeight in interface X3DNurbsSurfaceGeometryNodeNurbsTrimmedSurface setWeight(double[] newValue)
setWeight in interface X3DNurbsSurfaceGeometryNodenewValue - is new value for the weight field.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsTrimmedSurface 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.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsTrimmedSurface 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.NurbsTrimmedSurface - namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).NurbsTrimmedSurface 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.NurbsTrimmedSurface - 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.