SbBox2fGetSize Method (SbVec2f) |
Gets box size.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 9.9.13.0.Release.1490cabe7ee249bd6cc986579d4e6231040bc6f5
Syntaxpublic void GetSize(
out SbVec2f size
)
Public Sub GetSize (
<OutAttribute> ByRef size As SbVec2f
)
public:
void GetSize(
[OutAttribute] SbVec2f% size
)
member GetSize :
size : SbVec2f byref -> unit
Parameters
- size
- Type: OIV.InventorSbVec2f
Box size.
See Also