SbBox2sIntersection Method |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public SbBox2s Intersection(
SbBox2s box
)
Public Function Intersection (
box As SbBox2s
) As SbBox2s
public:
SbBox2s Intersection(
SbBox2s box
)
member Intersection :
box : SbBox2s -> SbBox2s
Parameters
- box
- Type: OIV.InventorSbBox2s
Return Value
Type:
SbBox2sSee Also