Uses of Class
com.openinventor.inventor.fields.SoMFVec3f
-
Packages that use SoMFVec3f Package Description com.openinventor.inventor.engines com.openinventor.inventor.nodes com.openinventor.meshviz.data com.openinventor.meshviz.graph com.openinventor.meshvizxlm.mapping.nodes Provides rendering, property and action nodes. -
-
Uses of SoMFVec3f in com.openinventor.inventor.engines
Fields in com.openinventor.inventor.engines declared as SoMFVec3f Modifier and Type Field Description SoMFVec3f
SoCalculator. A
Vector input.SoMFVec3f
SoComposeRotation. axis
Axis of rotation.SoMFVec3f
SoCalculator. B
Vector input.SoMFVec3f
SoCalculator. C
Vector input.SoMFVec3f
SoComposeMatrix. center
Center point for scaling and rotating.SoMFVec3f
SoDecomposeMatrix. center
The center of transformations.SoMFVec3f
SoCalculator. D
Vector input.SoMFVec3f
SoCalculator. E
Vector input.SoMFVec3f
SoCalculator. F
Vector input.SoMFVec3f
SoComposeRotationFromTo. from
Vector before the rotation.SoMFVec3f
SoCalculator. G
Vector input.SoMFVec3f
SoCalculator. H
Vector input.SoMFVec3f
SoInterpolateVec3f. input0
The engine linearly interpolates from input0 to input1.SoMFVec3f
SoInterpolateVec3f. input1
The engine linearly interpolates from input0 to input1.SoMFVec3f
SoTrackFollower. points
Coordinates of the control points.SoMFVec3f
SoComposeMatrix. scaleFactor
Scale factors in x, y, and z.SoMFVec3f
SoComposeRotationFromTo. to
Vector after the rotation.SoMFVec3f
SoComposeMatrix. translation
Translation in x, y, and z.SoMFVec3f
SoDecomposeVec3f. vector
Vector to be decomposed.SoMFVec3f
SoTransformVec3f. vector
Input row vector. -
Uses of SoMFVec3f in com.openinventor.inventor.nodes
Fields in com.openinventor.inventor.nodes declared as SoMFVec3f Modifier and Type Field Description SoMFVec3f
SoVertexProperty. normal
Normal vector(s).SoMFVec3f
SoCoordinate3. point
Coordinate point(s).SoMFVec3f
SoProfileCoordinate3. point
Rational 3D profile coordinate points.SoMFVec3f
SoTextureCoordinate3. point
Texture coordinate points.SoMFVec3f
SoBaseExtrusion. spine
Spine points.SoMFVec3f
SoVertexProperty. tangent
Tangent vector(s).SoMFVec3f
SoVertexProperty. texCoord3
3D texture coordinate(s).SoMFVec3f
SoShaderParameterArray3f. value
Specifies the parameter's value.SoMFVec3f
SoVertexShaderParameter3f. value
Specifies the parameter's values.SoMFVec3f
SoNormal. vector
Surface normal vectors.SoMFVec3f
SoVertexProperty. vertex
Vertex coordinate(s). -
Uses of SoMFVec3f in com.openinventor.meshviz.data
Fields in com.openinventor.meshviz.data declared as SoMFVec3f Modifier and Type Field Description SoMFVec3f
PoStreamSurface. rakeOrientation
Orientation of the rake-sources.SoMFVec3f
PoBaseStreamLine. startPoints
Start points of the streamlines. -
Uses of SoMFVec3f in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as SoMFVec3f Modifier and Type Field Description SoMFVec3f
PoLabel. offset
Defines an offset applied to the label.SoMFVec3f
PoArrow3. point
Point list of the arrow.SoMFVec3f
PoCurve3. point
Point list of the curve.SoMFVec3f
PoPointsFieldBars. point
List of points for parallelepipeds.SoMFVec3f
PoGeneralizedScatter. scaleFactor
Defines a possibly non uniform scale applied to each marker. -
Uses of SoMFVec3f in com.openinventor.meshvizxlm.mapping.nodes
Fields in com.openinventor.meshvizxlm.mapping.nodes declared as SoMFVec3f Modifier and Type Field Description SoMFVec3f
MoMeshStreamline. startingPoints
Starting points for the streamline computation.
The default value is empty.
-