Package org.web3d.x3d.sai.NURBS
Interface ContourPolyline2D
- All Superinterfaces:
X3DNode
,X3DNurbsControlCurveNode
- All Known Implementing Classes:
ContourPolyline2D
ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface.
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
Warning: this is an abstract interface that cannot be instantiated as a concrete object. Java programmers typically only need to use concrete objects provided by the
org.web3d.x3d.jsail
classes.
ContourPolyline2D node tooltip: [X3DNurbsControlCurveNode] ContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface. NurbsCurve2D and ContourPolyline2D nodes that together form a closed contour, defined in the u-v parametric space of a NURBS surface, may be used as children in a Contour2D node.
- Warning: ContourPolyline2D is not a renderable geometry node.
Package hint: This interface is defined by the X3D Java Language Binding Specification for the Scene Authoring Interface (SAI).
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondouble[]
Provide array of 2-tuple double results from inputOutput MFVec2d field named controlPoint.Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.setControlPoint
(double[] newValue) Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
-
Method Details
-
getControlPoint
double[] getControlPoint()Provide array of 2-tuple double results from inputOutput MFVec2d field named controlPoint.
Tooltip: controlPoint specifies the end points of each segment of the piecewise linear curve. *- Specified by:
getControlPoint
in interfaceX3DNurbsControlCurveNode
- Returns:
- value of controlPoint field
-
setControlPoint
Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.
Tooltip: controlPoint specifies the end points of each segment of the piecewise linear curve. *- Specified by:
setControlPoint
in interfaceX3DNurbsControlCurveNode
- Parameters:
newValue
- is new value for the controlPoint field.- Returns:
ContourPolyline2D
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).
-
getMetadata
X3DMetadataObject getMetadata()Provide org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) from inputOutput SFNode field metadata.
Tooltip: [X3DMetadataObject] Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.- Hint: X3D Architecture 7.2.4 Metadata https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/core.html#Metadata
- Specified by:
getMetadata
in interfaceX3DNode
- Specified by:
getMetadata
in interfaceX3DNurbsControlCurveNode
- Returns:
- value of metadata field
- See Also:
-
setMetadata
Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
Tooltip: [X3DMetadataObject] Information about this node can be contained in a MetadataBoolean, MetadataDouble, MetadataFloat, MetadataInteger, MetadataString or MetadataSet node.- Hint: X3D Architecture 7.2.4 Metadata https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS /Part01/components/core.html#Metadata
- Specified by:
setMetadata
in interfaceX3DNode
- Specified by:
setMetadata
in interfaceX3DNurbsControlCurveNode
- Parameters:
newValue
- is new value for the metadata field.- Returns:
ContourPolyline2D
- namely this same object to allow sequential method pipelining (i.e. consecutive method invocations on the same object).- See Also:
-