SbProjectionProject Method (SbVec3f) |
Apply the complete computation (matrix, pre-projection, projection, post-projection) to one point.
Namespace: OIV.Inventor.ProjectionAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Project(
out SbVec3f point
)
Public Sub Project (
<OutAttribute> ByRef point As SbVec3f
)
public:
void Project(
[OutAttribute] SbVec3f% point
)
member Project :
point : SbVec3f byref -> unit
Parameters
- point
- Type: OIV.InventorSbVec3f
Remarks Modifies the given object.
See Also