SbBox3fIntersect Method (SbVec3f) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public bool Intersect(
SbVec3f point
)
Public Function Intersect (
point As SbVec3f
) As Boolean
public:
bool Intersect(
SbVec3f point
)
member Intersect :
point : SbVec3f -> bool
Parameters
- point
- Type: OIV.InventorSbVec3f
Return Value
Type:
BooleanSee Also