SbProjectionProject Method (SbVec3f, SbVec3f) |
Apply the complete computation to a set of coordinates.
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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.InventorSbVec3f
- projectedCoords
- Type: OIV.InventorSbVec3f
Remarks See Also