This document is archived and information here might be outdated. Recommended version. |
Normalized offset vector defining the origin within the MBB relative to lower-left corner.
[Visual Basic .NET] Public Property NormalizedOriginOffset As IVector3D
[C#] public IVector3D NormalizedOriginOffset {get; set;}
[C++]
HRESULT get_NormalizedOriginOffset(
IVector3D** offset
);
[C++]
HRESULT putref_NormalizedOriginOffset(
IVector3D* offset
);
[C++] Parameters offset [out, retval]
offset is a parameter of type IVector3D** offset [in]
offset is a parameter of type IVector3D*