SbCylinderIntersect Method (SbLine, SbVec3f) |
Namespace: OIV.InventorAssembly: OIV.Inventor.SbLinear (in OIV.Inventor.SbLinear.dll) Version: 2023.1.3.Release.ea3ba650cce77c9670c98c46848e93dcdfc06490
Syntax public bool Intersect(
SbLine line,
out SbVec3f intersection
)
Public Function Intersect (
line As SbLine,
<OutAttribute> ByRef intersection As SbVec3f
) As Boolean
public:
bool Intersect(
SbLine line,
[OutAttribute] SbVec3f% intersection
)
member Intersect :
line : SbLine *
intersection : SbVec3f byref -> bool
Parameters
- line
- Type: OIV.InventorSbLine
- intersection
- Type: OIV.InventorSbVec3f
Return Value
Type:
BooleanSee Also