Uses of Interface
org.web3d.x3d.sai.NURBS.ContourPolyline2D
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.NURBS | |
| org.web3d.x3d.sai.NURBS |
-
Uses of ContourPolyline2D in org.web3d.x3d.jsail.NURBS
Classes in org.web3d.x3d.jsail.NURBS that implement ContourPolyline2D Modifier and Type Class Description classContourPolyline2DObjectContourPolyline2D defines a linear curve segment as part of a trimming contour in the u-v domain of a NURBS surface. -
Uses of ContourPolyline2D in org.web3d.x3d.sai.NURBS
Methods in org.web3d.x3d.sai.NURBS that return ContourPolyline2D Modifier and Type Method Description ContourPolyline2DContourPolyline2D. setControlPoint(double[] newValue)Accessor method to assign 2-tuple double array to inputOutput MFVec2d field named controlPoint.ContourPolyline2DContourPolyline2D. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.