SbProjectionInverse Method |
Apply the inverse coordinate 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 Inverse(
out SbVec3f point
)
Public Sub Inverse (
<OutAttribute> ByRef point As SbVec3f
)
public:
void Inverse(
[OutAttribute] SbVec3f% point
)
member Inverse :
point : SbVec3f byref -> unit
Parameters
- point
- Type: OIV.InventorSbVec3f
Remarks Modifies the given object.
See Also