Uses of Class
com.openinventor.inventor.fields.SoMFVec2f
-
Packages that use SoMFVec2f Package Description com.openinventor.imageviz.nodes.measures Introduction com.openinventor.inventor.drawers These classes provide convenient components to draw polyline, ellipse, lasso, or complex scene graph in 2D screen space.com.openinventor.inventor.engines com.openinventor.inventor.nodes com.openinventor.meshviz.data com.openinventor.meshviz.graph com.openinventor.meshviz.nodes com.openinventor.volumeviz.nodes -
-
Uses of SoMFVec2f in com.openinventor.imageviz.nodes.measures
Fields in com.openinventor.imageviz.nodes.measures declared as SoMFVec2f Modifier and Type Field Description SoMFVec2f
SoDataMeasureAttributes. feretAngles3D
List of 3D angles for measures using Feret 3D. -
Uses of SoMFVec2f in com.openinventor.inventor.drawers
Fields in com.openinventor.inventor.drawers declared as SoMFVec2f Modifier and Type Field Description SoMFVec2f
SoPolyLineScreenDrawer. point
Points of line. -
Uses of SoMFVec2f in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines declared as SoMFVec2f Modifier and Type Field Description SoMFVec2f
SoInterpolateVec2f. input0
The engine linearly interpolates from input0 to input1.SoMFVec2f
SoInterpolateVec2f. input1
The engine linearly interpolates from input0 to input1.SoMFVec2f
SoDecomposeVec2f. vector
Vector to be decomposed. -
Uses of SoMFVec2f in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoMFVec2f Modifier and Type Field Description SoMFVec2f
SoExtrusion. crossSection
The shape that will be extruded, defined by a 2D piecewise linear curve in the XZ plane (described as a series of connected vertices).SoMFVec2f
SoProfileCoordinate2. point
2D profile coordinate points.SoMFVec2f
SoTextureCoordinate2. point
Texture coordinate points.SoMFVec2f
SoExtrusion. scale
The cross-section curve is scaled by this value on the X and Z axes.SoMFVec2f
SoVertexProperty. texCoord
2D texture coordinate(s).SoMFVec2f
SoShaderParameterArray2f. value
Specifies the parameter's value.SoMFVec2f
SoVertexShaderParameter2f. value
Specifies the parameter's values. -
Uses of SoMFVec2f in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data declared as SoMFVec2f Modifier and Type Field Description SoMFVec2f
PoMeshContouring. annotClippingPolygon
This is a polygon where no annotations are present outside it. -
Uses of SoMFVec2f in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoMFVec2f Modifier and Type Field Description SoMFVec2f
PoArrow. point
Point list of the arrow.SoMFVec2f
PoBiErrorPointField. point
List of coordinates of the point field.SoMFVec2f
PoCurve. point
Point list of the curve.SoMFVec2f
PoErrorCurve. point
List of coordinates of the error curve.SoMFVec2f
PoErrorPointField. point
List of coordinates of the point field.SoMFVec2f
PoLabelField. point
List of points which are the coordinates of the strings.SoMFVec2f
PoValuedMarkerField. point
List of coordinates for the markers. -
Uses of SoMFVec2f in com.openinventor.meshviz.nodes
Fields in com.openinventor.meshviz.nodes declared as SoMFVec2f Modifier and Type Field Description SoMFVec2f
PoProfileCoordinate2. point
2D profile coordinate points. -
Uses of SoMFVec2f in com.openinventor.volumeviz.nodes
Fields in com.openinventor.volumeviz.nodes declared as SoMFVec2f Modifier and Type Field Description SoMFVec2f
SoFenceSlice. points
Set of points defining a lineset.
-