SoGetBoundingBoxActionExtendBy Method (SbXfBox3f) |
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax [EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void ExtendBy(
SbXfBox3f box
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub ExtendBy (
box As SbXfBox3f
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void ExtendBy(
SbXfBox3f box
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member ExtendBy :
box : SbXfBox3f -> unit
Parameters
- box
- Type: OIV.InventorSbXfBox3f
Remarks See Also