SbBox2fGetSize Method (SbVec2f) |
Gets box size.
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2025.1.0.Release.bbf67b7ce81225a791aa69eb415ebddead35829d
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