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