Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 10.12.3.0.Release.06b0e87b7cea8fac7212261af84c81edf1d95c38
Syntax public bool Factor(
out SbMatrixd r,
out SbVec3d s,
out SbMatrixd u,
out SbVec3d t,
out SbMatrixd proj
)
Public Function Factor (
<OutAttribute> ByRef r As SbMatrixd,
<OutAttribute> ByRef s As SbVec3d,
<OutAttribute> ByRef u As SbMatrixd,
<OutAttribute> ByRef t As SbVec3d,
<OutAttribute> ByRef proj As SbMatrixd
) As Boolean
public:
bool Factor(
[OutAttribute] SbMatrixd% r,
[OutAttribute] SbVec3d% s,
[OutAttribute] SbMatrixd% u,
[OutAttribute] SbVec3d% t,
[OutAttribute] SbMatrixd% proj
)
member Factor :
r : SbMatrixd byref *
s : SbVec3d byref *
u : SbMatrixd byref *
t : SbVec3d byref *
proj : SbMatrixd byref -> bool
Parameters
- r
- Type: OIV.InventorSbMatrixd
- s
- Type: OIV.InventorSbVec3d
- u
- Type: OIV.InventorSbMatrixd
- t
- Type: OIV.InventorSbVec3d
- proj
- Type: OIV.InventorSbMatrixd
Return Value
Type:
BooleanSee Also