Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
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