SbProjection.Project Method (SbVec3f[],SbVec3f[]) |
Apply the complete computation to a set of coordinates.
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void Project(
SbVec3f[] coords,
SbVec3f[] projectedCoords
)
Public Sub Project (
coords As SbVec3f(),
projectedCoords As SbVec3f()
)
public:
void Project(
array<SbVec3f>^ coords,
array<SbVec3f>^ projectedCoords
)
member Project :
coords : SbVec3f[] *
projectedCoords : SbVec3f[] -> unit
Parameters
- coords
- Type:OIV.Inventor.SbVec3f[]
- projectedCoords
- Type:OIV.Inventor.SbVec3f[]
Remarks
See Also